{
  "_args": [
    [
      {
        "raw": "es-module-lexer@^0.4.0",
        "scope": null,
        "escapedName": "es-module-lexer",
        "name": "es-module-lexer",
        "rawSpec": "^0.4.0",
        "spec": ">=0.4.0 <0.5.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/webpack"
    ]
  ],
  "_from": "es-module-lexer@>=0.4.0 <0.5.0",
  "_hasShrinkwrap": false,
  "_id": "es-module-lexer@0.4.1",
  "_inCache": true,
  "_location": "/es-module-lexer",
  "_nodeVersion": "15.5.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/es-module-lexer_0.4.1_1614787191358_0.7467107318831969"
  },
  "_npmUser": {
    "name": "guybedford",
    "email": "guybedford@gmail.com"
  },
  "_npmVersion": "7.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "es-module-lexer@^0.4.0",
    "scope": null,
    "escapedName": "es-module-lexer",
    "name": "es-module-lexer",
    "rawSpec": "^0.4.0",
    "spec": ">=0.4.0 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.4.1.tgz",
  "_shasum": "dda8c6a14d8f340a24e34331e0fab0cb50438e0e",
  "_shrinkwrap": null,
  "_spec": "es-module-lexer@^0.4.0",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/webpack",
  "author": {
    "name": "Guy Bedford"
  },
  "bugs": {
    "url": "https://github.com/guybedford/es-module-lexer/issues"
  },
  "dependencies": {},
  "description": "Lexes ES modules returning their import/export metadata",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-transform-modules-commonjs": "^7.5.0",
    "kleur": "^2.0.2",
    "mocha": "^5.2.0",
    "terser": "^4.1.4"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-ooYciCUtfw6/d2w56UVeqHPcoCFAiJdz5XOkYpv/Txl1HMUozpXjz/2RIQgqwKdXNDPSF1W7mJCFse3G+HDyAA==",
    "shasum": "dda8c6a14d8f340a24e34331e0fab0cb50438e0e",
    "tarball": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.4.1.tgz",
    "fileCount": 7,
    "unpackedSize": 34026,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP7J3CRA9TVsSAnZWagAARA8QAI75oQMv+n+DYY51ZiaL\nRWoBvtOJgy7zNywA2Ub3sEMcsZQHdC1LidGUYDpYehsyZhgDnINd1jQaJiXY\ncPaB9a3sp3EZOPLEKc3/jnMGqGblCWXTkRCP0WE/uKNX7yVYhV3M/r49mWy0\nKesnpSqNh0GmRDICZKb6MC1rfvQ026HIIpK6ts65gwUa/eb+PpBfG4wNFLP7\ncfPlkMtrP9G8v0ocAad5ZaXiMZ4kEAEP1oKZeyEM39Oto1vHy0oTFViFeMDR\nE3xPucQqkNoJaSezNyXJ1rOh3utRcWbjdRaoP9aP6WxIV/bK9bC1WNPNDZyA\nRANx9imJr76ZHjVwBZTad3Yjc9O67N0SokCGShoBEdR3AJ4Pln8C6Q+jTJ98\nAotaEZxmzBAeSsESBOwlSNeskm76VNkoVqk+lRHwpsFkMv7r7dNENvjq60n/\nB14CwFN2PMeMBnszl1K0lEJjEoPUmn2KQJN4slFl1E8Z57G5iSaWmZO9OXjc\n9Xjr45do0yLmdLb5zmroM4SSd/teA9kvEcd5Vjwo26XA+O6/qYu3eYDroPLu\nIOzWBtPhY2HRlvI0BofyIwlNJGif9e/5iI1hWQAYF3amb/tQGPO77QnDCI9w\nXfuCbxetp1uJI56DxUkrfNcybu4MVx1tjFl3uYqujp7jVZy26Wc5zQECYx1/\n41ok\r\n=GXIr\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "f720d83e0aac69cfb0e3fe3d73911e983ab56668",
  "homepage": "https://github.com/guybedford/es-module-lexer#readme",
  "license": "MIT",
  "main": "dist/lexer.cjs",
  "maintainers": [
    {
      "name": "guybedford",
      "email": "guybedford@gmail.com"
    }
  ],
  "module": "dist/lexer.js",
  "name": "es-module-lexer",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guybedford/es-module-lexer.git"
  },
  "scripts": {
    "bench": "node --experimental-modules --expose-gc bench/index.js",
    "build": "node --experimental-modules build.js && babel dist/lexer.js | terser -o dist/lexer.cjs",
    "build-wasm": "make lib/lexer.wasm && node build.js",
    "footprint": "npm run build && cat dist/lexer.js | gzip -9f | wc -c",
    "prepublishOnly": "npm run build",
    "test": "NODE_OPTIONS=\"--experimental-modules\" mocha -b -u tdd test/*.cjs"
  },
  "type": "module",
  "types": "types/lexer.d.ts",
  "version": "0.4.1"
}
