{
  "_args": [
    [
      {
        "raw": "regjsgen@^0.5.1",
        "scope": null,
        "escapedName": "regjsgen",
        "name": "regjsgen",
        "rawSpec": "^0.5.1",
        "spec": ">=0.5.1 <0.6.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/regexpu-core"
    ]
  ],
  "_from": "regjsgen@>=0.5.1 <0.6.0",
  "_hasShrinkwrap": false,
  "_id": "regjsgen@0.5.2",
  "_inCache": true,
  "_location": "/regjsgen",
  "_nodeVersion": "12.16.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/regjsgen_0.5.2_1590334070278_0.09375785063276543"
  },
  "_npmUser": {
    "name": "d10",
    "email": "demoneaux@gmail.com"
  },
  "_npmVersion": "6.14.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "regjsgen@^0.5.1",
    "scope": null,
    "escapedName": "regjsgen",
    "name": "regjsgen",
    "rawSpec": "^0.5.1",
    "spec": ">=0.5.1 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/regexpu-core"
  ],
  "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
  "_shasum": "92ff295fb1deecbf6ecdab2543d207e91aa33733",
  "_shrinkwrap": null,
  "_spec": "regjsgen@^0.5.1",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/regexpu-core",
  "author": {
    "name": "Benjamin Tan",
    "url": "https://ofcr.se/"
  },
  "bugs": {
    "url": "https://github.com/bnjmnt4n/regjsgen/issues"
  },
  "dependencies": {},
  "description": "Generate regular expressions from regjsparser’s AST.",
  "devDependencies": {
    "codecov": "^3.7.0",
    "nyc": "^15.0.1",
    "regjsparser": "~0.6.4",
    "request": "^2.88.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
    "shasum": "92ff295fb1deecbf6ecdab2543d207e91aa33733",
    "tarball": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
    "fileCount": 4,
    "unpackedSize": 14331,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeypJ2CRA9TVsSAnZWagAApiEP/0WXrHtSreMvZ+fnIcqz\nnvvBpQEr9Bxi5RTCDkO7Fj8e/EeY3uQ1+CXCV9iZTr4kyGAG2FY3M8O++fhE\n9F48hPN7zUsjFwcJ1tca6Dyqw+EP5jIZMwUXfXx4RhKhti64h9v30aRyJ0bf\nbZBQnomlODTtpjJujfngmo+ONp/zyQ6zePkcgEZZ3e6zMB/ufGuRV7sNRTwy\nDFjFJlr4WfoAKCZSTMGtZ219iKOkJtuHpaym8qQyD+xbhtbuOK5QPWp0FucW\nIWTCgxo3WEN6eQdWx5J7cb0MvZEjn4tdtGSLNcmDnnukZSYuyIp98n0R9b6X\nyihGhdLr8MtfC5q0+u/GG7/jtMw1I6dpAIg1U/bMapeZpBPWE67/NfocTIk/\nRvZ6vheZga7oC5WWqRnlDlCDt6s/NqXf07y7H3gLOFEQ+KkaC2Qp5ZkZljgZ\nJFXTJ7qENv/FfwmA3fdQNcl1IIDxmQdTWKjlgTriqi8YbF0Q3o8nnGCwGkSO\ngKdEBcnTMT4IOhBSyVUQpc2AgX5T3baKvEFGEiE1MIzvqijuWDOyf6rCZhbi\n7zAXWHsw/stFPKVRIpm6ILUp2Raw+qGqUrcZMFtzvvQ0ZstQgBsoZ+NaBK2I\nAtvWu6+X04imrU4rOvYjB2yJQxjTurPnjqwqDxZ2k1Pkih/RiN1dhd3gTuFv\nidcL\r\n=XH+a\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "813c5d1f28c1fa4be3abcafaaf3240d28b8145f6",
  "homepage": "https://github.com/bnjmnt4n/regjsgen",
  "keywords": [
    "ast",
    "generate",
    "regex",
    "regexp",
    "regular expressions"
  ],
  "license": "MIT",
  "main": "regjsgen.js",
  "maintainers": [
    {
      "name": "d10",
      "email": "demoneaux@gmail.com"
    }
  ],
  "name": "regjsgen",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bnjmnt4n/regjsgen.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=html npm test",
    "report-coverage": "nyc --reporter=lcov npm test && codecov",
    "test": "node tests/tests.js",
    "update-fixtures": "node tests/update-fixtures.js"
  },
  "version": "0.5.2"
}
