{
  "_args": [
    [
      {
        "raw": "ext@^1.1.2",
        "scope": null,
        "escapedName": "ext",
        "name": "ext",
        "rawSpec": "^1.1.2",
        "spec": ">=1.1.2 <2.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/es6-symbol"
    ]
  ],
  "_from": "ext@>=1.1.2 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "ext@1.4.0",
  "_inCache": true,
  "_location": "/ext",
  "_nodeVersion": "13.2.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/ext_1.4.0_1575036577398_0.16476347636918098"
  },
  "_npmUser": {
    "name": "medikoo",
    "email": "medikoo+npm@medikoo.com"
  },
  "_npmVersion": "6.13.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ext@^1.1.2",
    "scope": null,
    "escapedName": "ext",
    "name": "ext",
    "rawSpec": "^1.1.2",
    "spec": ">=1.1.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/es6-symbol"
  ],
  "_resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz",
  "_shasum": "89ae7a07158f79d35517882904324077e4379244",
  "_shrinkwrap": null,
  "_spec": "ext@^1.1.2",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/es6-symbol",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "dependencies": {
    "type": "^2.0.0"
  },
  "description": "JavaScript utilities with respect to emerging standard",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.7.1",
    "eslint-config-medikoo": "^2.7.0",
    "git-list-updated": "^1.2.1",
    "husky": "^3.1.0",
    "lint-staged": "^9.5.0",
    "mocha": "^6.2.2",
    "prettier-elastic": "^1.18.2",
    "sinon": "^7.5.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==",
    "shasum": "89ae7a07158f79d35517882904324077e4379244",
    "tarball": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz",
    "fileCount": 48,
    "unpackedSize": 25543,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd4SahCRA9TVsSAnZWagAANW0QAKREmKJPJnc9MvaXhies\nC6bTQxWfoxJJbN/9Do07HZ4vIVeeAfyJO2jMgvUwaEFq1VNMn1aBbdd+8xgO\nnjEKsyWLvrr7ntoGcJN1K8pqj9o/CxLtS+u3QGzy6euak6iMJpj3rYG0DOkm\n4NkcfCDilpdmavudIeqcdolRRWjY7T8iyLfZR9yO9Z34nrFU1CT9KxNfkzva\ne43XUkQAd0MYBGTWSlEzAhrtE8k7ir6TYNeUYoRQnmjf2msK8YDLuBdY7+ot\nYUs7dK8QgjF57YWeq1S0O/hU8Ym/i3Qgpt0UoPLN/ajJHp6bPQAuTuKNMYJG\nZqlcouFT70tbfjFcYMwL+/MmY39Gd8Hl5pYsF9akwEGwEkSMYwgZCAaD17LY\nK7Yo0xSCKCJsBKSXCJCZkAhANoyq8BCrb5NtMrN5SaH3Ohh8tH6mMYYusAUL\nu9cG4Lgbrg4eWYfDsP6m16F5ZwendDIcCczuGODhytk6fgZFzacf/KRrfwal\n+QRoaNQKhHtRyr8lAlrJBzb/scDpEdzGiJybkBHZDUb6Nlj5CzMHlLsSjLUC\nqIPtyX1EfSWYT5S9LN05pz6GG/5A6lC1a60IsUScSeilDX1jpakZXqCPDttg\nybcsY3dcUem1RI591yBhZ9+k20TPXqhNHAKFuCFYsMpGwuNLYCZheWE/Ua74\n0n0W\r\n=Y+XE\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "eslintConfig": {
    "extends": "medikoo/es3",
    "root": true,
    "overrides": [
      {
        "files": "global-this/implementation.js",
        "globals": {
          "__global__": true,
          "self": true,
          "window": true
        },
        "rules": {
          "no-extend-native": "off",
          "strict": "off"
        }
      },
      {
        "files": [
          "global-this/is-implemented.js",
          "global-this/index.js"
        ],
        "globals": {
          "globalThis": true
        }
      },
      {
        "files": "test/**/*.js",
        "env": {
          "mocha": true
        }
      },
      {
        "files": "test/thenable_/finally.js",
        "globals": {
          "Promise": true
        }
      }
    ]
  },
  "eslintIgnore": [
    "_es5-ext/*"
  ],
  "gitHead": "47e1b5a60cc6fb82efde38293810bd06bd6edde4",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "ecmascript",
    "es",
    "es6",
    "extensions",
    "ext",
    "addons",
    "lodash",
    "extras",
    "harmony",
    "javascript",
    "polyfill",
    "shim",
    "util",
    "utils",
    "utilities"
  ],
  "license": "ISC",
  "lint-staged": {
    "*.js": [
      "eslint"
    ],
    "*.{css,html,js,json,md,yaml,yml}": [
      "prettier -c"
    ]
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "mocha": {
    "recursive": true
  },
  "name": "ext",
  "optionalDependencies": {},
  "prettier": {
    "printWidth": 100,
    "tabWidth": 4,
    "quoteProps": "preserve",
    "overrides": [
      {
        "files": "*.md",
        "options": {
          "tabWidth": 2
        }
      }
    ]
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "https://github.com/medikoo/es5-ext/tree/ext"
  },
  "scripts": {
    "lint": "eslint .",
    "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
    "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
    "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
    "test": "mocha"
  },
  "version": "1.4.0"
}
