{
  "_args": [
    [
      {
        "raw": "regexpu-core@^4.7.1",
        "scope": null,
        "escapedName": "regexpu-core",
        "name": "regexpu-core",
        "rawSpec": "^4.7.1",
        "spec": ">=4.7.1 <5.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/@babel/helper-create-regexp-features-plugin"
    ]
  ],
  "_from": "regexpu-core@>=4.7.1 <5.0.0",
  "_hasShrinkwrap": false,
  "_id": "regexpu-core@4.7.1",
  "_inCache": true,
  "_location": "/regexpu-core",
  "_nodeVersion": "14.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/regexpu-core_4.7.1_1600415227705_0.3942876457994344"
  },
  "_npmUser": {
    "name": "jridgewell",
    "email": "justin+npm@ridgewell.name"
  },
  "_npmVersion": "6.14.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "regexpu-core@^4.7.1",
    "scope": null,
    "escapedName": "regexpu-core",
    "name": "regexpu-core",
    "rawSpec": "^4.7.1",
    "spec": ">=4.7.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@babel/helper-create-regexp-features-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz",
  "_shasum": "2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6",
  "_shrinkwrap": null,
  "_spec": "regexpu-core@^4.7.1",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/@babel/helper-create-regexp-features-plugin",
  "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": "^8.2.0",
    "regjsgen": "^0.5.1",
    "regjsparser": "^0.6.4",
    "unicode-match-property-ecmascript": "^1.0.4",
    "unicode-match-property-value-ecmascript": "^1.2.0"
  },
  "description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
  "devDependencies": {
    "codecov": "^3.6.5",
    "istanbul": "^0.4.5",
    "jsesc": "^2.5.2",
    "lodash": "^4.17.15",
    "mocha": "^7.1.0",
    "regexpu-fixtures": "2.1.4",
    "unicode-13.0.0": "^0.8.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==",
    "shasum": "2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6",
    "tarball": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz",
    "fileCount": 6,
    "unpackedSize": 32188,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZGX8CRA9TVsSAnZWagAAwD0P/RZgwtZBj5W1G4rk3umn\nmCbUpJAgeopz7s6wHP+5gpKdF4I1+Sd/JpIE/Y5aRuWUkEg4k8IhEQxv2hLX\naHzwIc8beA8rby+Q2nfcRAzbmU3IGliAcf6QbWFcgvnzmNLB9LZQYDXKIsZq\nprrTJcBhm7QlV8uopuwsmtRfQ0y2dBPi7lQdNJJKeYNRJTECd+nMxuWbyHMC\nQj1TDdBfORz8loi0HCa9dacUfFgd+snv5ZDMC2Z8JMv8wAKkf5VN/3j+yHYi\n0Ufn3zVlB2fImdZ52vi8cwoEp/nln01Ez5OmU6otqJcds52ns6zSneWuGFqX\nif6nCVuwdLomkCmPcvdy01PiT4HjgPUEFAqniwgV9UFeQhH/q4k1JsYZsMZQ\n+X/ANgBw28Q5racOGZjHn1NO2f3zufx0Ud9OxZZjaIbjfdr29Jtim++5Wm3n\nK1HtJ2dko7tUF6MozIm63Z1VRyeOgUy5tmtpREp5HxKhisreerioEuhJcbvs\nj0w0l8Pl1B508qZSib/ROxcdSu6Tm/CAc7A0FSuIMYiA29ZgT9zIhNx/Fu58\ne1TlPVlBr9v/FT9OGF5xAarfm6ie7d3fO6kQI5Yd7sihnzISzW+bxnd8/B+4\nKJx4dDmDlpLKaM1EZ+b5N6uRyyBmRiX14lQhZT3+9QFclZyKkcoOTbxJ/VU7\nH2pl\r\n=Um3N\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=4"
  },
  "gitHead": "bd9396d915117826959d478e91b73b066caa8a55",
  "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": "jridgewell",
      "email": "justin+npm@ridgewell.name"
    },
    {
      "name": "nicolo-ribaudo",
      "email": "nicolo.ribaudo@gmail.com"
    }
  ],
  "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.7.1"
}
