{"ast":null,"code":"'use strict';\n\nvar keys = require('object-keys');\nvar hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';\nvar toStr = Object.prototype.toString;\nvar concat = Array.prototype.concat;\nvar origDefineProperty = Object.defineProperty;\nvar isFunction = function (fn) {\n  return typeof fn === 'function' && toStr.call(fn) === '[object Function]';\n};\nvar hasPropertyDescriptors = require('has-property-descriptors')();\nvar supportsDescriptors = origDefineProperty && hasPropertyDescriptors;\nvar defineProperty = function (object, name, value, predicate) {\n  if (name in object) {\n    if (predicate === true) {\n      if (object[name] === value) {\n        return;\n      }\n    } else if (!isFunction(predicate) || !predicate()) {\n      return;\n    }\n  }\n  if (supportsDescriptors) {\n    origDefineProperty(object, name, {\n      configurable: true,\n      enumerable: false,\n      value: value,\n      writable: true\n    });\n  } else {\n    object[name] = value; // eslint-disable-line no-param-reassign\n  }\n};\n\nvar defineProperties = function (object, map) {\n  var predicates = arguments.length > 2 ? arguments[2] : {};\n  var props = keys(map);\n  if (hasSymbols) {\n    props = concat.call(props, Object.getOwnPropertySymbols(map));\n  }\n  for (var i = 0; i < props.length; i += 1) {\n    defineProperty(object, props[i], map[props[i]], predicates[props[i]]);\n  }\n};\ndefineProperties.supportsDescriptors = !!supportsDescriptors;\nmodule.exports = defineProperties;","map":{"version":3,"names":["keys","require","hasSymbols","Symbol","toStr","Object","prototype","toString","concat","Array","origDefineProperty","defineProperty","isFunction","fn","call","hasPropertyDescriptors","supportsDescriptors","object","name","value","predicate","configurable","enumerable","writable","defineProperties","map","predicates","arguments","length","props","getOwnPropertySymbols","i","module","exports"],"sources":["C:/Users/user/Desktop/000newport/node_modules/define-properties/index.js"],"sourcesContent":["'use strict';\n\nvar keys = require('object-keys');\nvar hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';\n\nvar toStr = Object.prototype.toString;\nvar concat = Array.prototype.concat;\nvar origDefineProperty = Object.defineProperty;\n\nvar isFunction = function (fn) {\n\treturn typeof fn === 'function' && toStr.call(fn) === '[object Function]';\n};\n\nvar hasPropertyDescriptors = require('has-property-descriptors')();\n\nvar supportsDescriptors = origDefineProperty && hasPropertyDescriptors;\n\nvar defineProperty = function (object, name, value, predicate) {\n\tif (name in object) {\n\t\tif (predicate === true) {\n\t\t\tif (object[name] === value) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t} else if (!isFunction(predicate) || !predicate()) {\n\t\t\treturn;\n\t\t}\n\t}\n\tif (supportsDescriptors) {\n\t\torigDefineProperty(object, name, {\n\t\t\tconfigurable: true,\n\t\t\tenumerable: false,\n\t\t\tvalue: value,\n\t\t\twritable: true\n\t\t});\n\t} else {\n\t\tobject[name] = value; // eslint-disable-line no-param-reassign\n\t}\n};\n\nvar defineProperties = function (object, map) {\n\tvar predicates = arguments.length > 2 ? arguments[2] : {};\n\tvar props = keys(map);\n\tif (hasSymbols) {\n\t\tprops = concat.call(props, Object.getOwnPropertySymbols(map));\n\t}\n\tfor (var i = 0; i < props.length; i += 1) {\n\t\tdefineProperty(object, props[i], map[props[i]], predicates[props[i]]);\n\t}\n};\n\ndefineProperties.supportsDescriptors = !!supportsDescriptors;\n\nmodule.exports = defineProperties;\n"],"mappings":"AAAA,YAAY;;AAEZ,IAAIA,IAAI,GAAGC,OAAO,CAAC,aAAa,CAAC;AACjC,IAAIC,UAAU,GAAG,OAAOC,MAAM,KAAK,UAAU,IAAI,OAAOA,MAAM,CAAC,KAAK,CAAC,KAAK,QAAQ;AAElF,IAAIC,KAAK,GAAGC,MAAM,CAACC,SAAS,CAACC,QAAQ;AACrC,IAAIC,MAAM,GAAGC,KAAK,CAACH,SAAS,CAACE,MAAM;AACnC,IAAIE,kBAAkB,GAAGL,MAAM,CAACM,cAAc;AAE9C,IAAIC,UAAU,GAAG,SAAAA,CAAUC,EAAE,EAAE;EAC9B,OAAO,OAAOA,EAAE,KAAK,UAAU,IAAIT,KAAK,CAACU,IAAI,CAACD,EAAE,CAAC,KAAK,mBAAmB;AAC1E,CAAC;AAED,IAAIE,sBAAsB,GAAGd,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAElE,IAAIe,mBAAmB,GAAGN,kBAAkB,IAAIK,sBAAsB;AAEtE,IAAIJ,cAAc,GAAG,SAAAA,CAAUM,MAAM,EAAEC,IAAI,EAAEC,KAAK,EAAEC,SAAS,EAAE;EAC9D,IAAIF,IAAI,IAAID,MAAM,EAAE;IACnB,IAAIG,SAAS,KAAK,IAAI,EAAE;MACvB,IAAIH,MAAM,CAACC,IAAI,CAAC,KAAKC,KAAK,EAAE;QAC3B;MACD;IACD,CAAC,MAAM,IAAI,CAACP,UAAU,CAACQ,SAAS,CAAC,IAAI,CAACA,SAAS,CAAC,CAAC,EAAE;MAClD;IACD;EACD;EACA,IAAIJ,mBAAmB,EAAE;IACxBN,kBAAkB,CAACO,MAAM,EAAEC,IAAI,EAAE;MAChCG,YAAY,EAAE,IAAI;MAClBC,UAAU,EAAE,KAAK;MACjBH,KAAK,EAAEA,KAAK;MACZI,QAAQ,EAAE;IACX,CAAC,CAAC;EACH,CAAC,MAAM;IACNN,MAAM,CAACC,IAAI,CAAC,GAAGC,KAAK,CAAC,CAAC;EACvB;AACD,CAAC;;AAED,IAAIK,gBAAgB,GAAG,SAAAA,CAAUP,MAAM,EAAEQ,GAAG,EAAE;EAC7C,IAAIC,UAAU,GAAGC,SAAS,CAACC,MAAM,GAAG,CAAC,GAAGD,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;EACzD,IAAIE,KAAK,GAAG7B,IAAI,CAACyB,GAAG,CAAC;EACrB,IAAIvB,UAAU,EAAE;IACf2B,KAAK,GAAGrB,MAAM,CAACM,IAAI,CAACe,KAAK,EAAExB,MAAM,CAACyB,qBAAqB,CAACL,GAAG,CAAC,CAAC;EAC9D;EACA,KAAK,IAAIM,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGF,KAAK,CAACD,MAAM,EAAEG,CAAC,IAAI,CAAC,EAAE;IACzCpB,cAAc,CAACM,MAAM,EAAEY,KAAK,CAACE,CAAC,CAAC,EAAEN,GAAG,CAACI,KAAK,CAACE,CAAC,CAAC,CAAC,EAAEL,UAAU,CAACG,KAAK,CAACE,CAAC,CAAC,CAAC,CAAC;EACtE;AACD,CAAC;AAEDP,gBAAgB,CAACR,mBAAmB,GAAG,CAAC,CAACA,mBAAmB;AAE5DgB,MAAM,CAACC,OAAO,GAAGT,gBAAgB"},"metadata":{},"sourceType":"script","externalDependencies":[]}