{
  "_args": [
    [
      {
        "raw": "regexpu-core@^4.2.0",
        "scope": null,
        "escapedName": "regexpu-core",
        "name": "regexpu-core",
        "rawSpec": "^4.2.0",
        "spec": ">=4.2.0 <5.0.0",
        "type": "range"
      },
      "/var/www/html/node_modules/@babel/plugin-proposal-unicode-property-regex"
    ]
  ],
  "_from": "regexpu-core@>=4.2.0 <5.0.0",
  "_hasShrinkwrap": false,
  "_id": "regexpu-core@4.4.0",
  "_inCache": true,
  "_location": "/regexpu-core",
  "_nodeVersion": "10.14.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/regexpu-core_4.4.0_1544016184128_0.7869368676067257"
  },
  "_npmUser": {
    "name": "mathias",
    "email": "mathias@qiwi.be"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "regexpu-core@^4.2.0",
    "scope": null,
    "escapedName": "regexpu-core",
    "name": "regexpu-core",
    "rawSpec": "^4.2.0",
    "spec": ">=4.2.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@babel/plugin-proposal-unicode-property-regex",
    "/@babel/plugin-transform-dotall-regex",
    "/@babel/plugin-transform-unicode-regex"
  ],
  "_resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.4.0.tgz",
  "_shasum": "8d43e0d1266883969720345e70c275ee0aec0d32",
  "_shrinkwrap": null,
  "_spec": "regexpu-core@^4.2.0",
  "_where": "/var/www/html/node_modules/@babel/plugin-proposal-unicode-property-regex",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/regexpu-core/issues"
  },
  "dependencies": {
    "regenerate": "^1.4.0",
    "regenerate-unicode-properties": "^7.0.0",
    "regjsgen": "^0.5.0",
    "regjsparser": "^0.6.0",
    "unicode-match-property-ecmascript": "^1.0.4",
    "unicode-match-property-value-ecmascript": "^1.0.2"
  },
  "description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
  "devDependencies": {
    "codecov": "^3.0.2",
    "istanbul": "^0.4.5",
    "jsesc": "^2.5.1",
    "lodash": "^4.17.10",
    "mocha": "^5.2.0",
    "regexpu-fixtures": "^2.1.2",
    "unicode-11.0.0": "^0.7.7"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-eDDWElbwwI3K0Lo6CqbQbA6FwgtCz4kYTarrri1okfkRLZAqstU+B3voZBCjg8Fl6iq0gXrJG6MvRgLthfvgOA==",
    "shasum": "8d43e0d1266883969720345e70c275ee0aec0d32",
    "tarball": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.4.0.tgz",
    "fileCount": 6,
    "unpackedSize": 37348,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcB9E5CRA9TVsSAnZWagAAy0wQAIN441jfJec7ncbwKEw4\nfVMjuDr7YxnTNFqBZAuhymaMikBWGX6Sdr2g0kHvBQpbFMwKYQkk+g/5bnaD\n6FTcNZ85/6879lINuG0E/OfORrfe5DpWyzt1AdlbnvCTDdWEeLcM5DNo/274\nJ3Y2944NMeMeRdid1qOFDODNPhy+V6IFhSip07kGiZBKniLGz9ZeglBajKN8\nXrko+PiF0QnzaCgz6ut6JtwCyQrQPINfoZdT5C17nviNvx5d8kcC1RnXSncE\ng53kZrkyj9wOSXb7ZROzBpQuDYIul2Ss1alpL5F/JznN3/bFPaSQa+FHnWmX\nCzsetjs1iH+IBbh+BRHcv5wy98+mnPqMv8szG1Z5A2giR05dXFTYBEyKdjBL\n6GhTrO/GxudSovKjZ3TAvLTYOPGw5LylEqAuC3Bq3U65MjTRGjihAbo2llF4\nibPmiovhtBL/0bEMnxLpA60/szHa/00mowbZ8EwM4lKcChOGGdnl/BFoNqez\nhLErkKoUMqA+489e03e5tD9+A8pCAdoxN82vbZ99KIBSLFHchh13TGyAJwaN\nO5QZqaFG9MhfB9rpkaks4pR/G53SCua1qCvIuL6PTSPeK+MpDI8NqOBrGp/4\nQqGS6wMRRcJhxUj3DJ8cm2iNJB7DkL6GSxI4z/cE7/xWE97+c9uDOIuJdcbe\ncH8a\r\n=suSd\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=4"
  },
  "gitHead": "2141f442c152b5316882a221d2e7fca22f1fffb9",
  "homepage": "https://mths.be/regexpu",
  "keywords": [
    "codegen",
    "desugaring",
    "ecmascript",
    "es5",
    "es6",
    "harmony",
    "javascript",
    "refactoring",
    "regex",
    "regexp",
    "regular expressions",
    "rewriting",
    "syntax",
    "transformation",
    "transpile",
    "transpiler",
    "unicode"
  ],
  "license": "MIT",
  "main": "rewrite-pattern.js",
  "maintainers": [
    {
      "name": "mathias",
      "email": "mathias@qiwi.be"
    }
  ],
  "name": "regexpu-core",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/regexpu-core.git"
  },
  "scripts": {
    "build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js",
    "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
    "test": "mocha tests"
  },
  "version": "4.4.0"
}
