{
  "_from": "string.prototype.matchall@^2.0.0",
  "_id": "string.prototype.matchall@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-WoZ+B2ypng1dp4iFLF2kmZlwwlE19gmjgKuhL1FJfDgCREWb3ye3SDVHSzLH6bxfnvYmkCxbzkmWcQZHA4P//Q==",
  "_location": "/string.prototype.matchall",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "string.prototype.matchall@^2.0.0",
    "name": "string.prototype.matchall",
    "escapedName": "string.prototype.matchall",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-2.0.0.tgz",
  "_shasum": "2af8fe3d2d6dc53ca2a59bd376b089c3c152b3c8",
  "_spec": "string.prototype.matchall@^2.0.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/eslint",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ljharb/String.prototype.matchAll/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "define-properties": "^1.1.2",
    "es-abstract": "^1.10.0",
    "function-bind": "^1.1.1",
    "has-symbols": "^1.0.0",
    "regexp.prototype.flags": "^1.2.0"
  },
  "deprecated": false,
  "description": "Spec-compliant polyfill for String.prototype.matchAll ESnext proposal.",
  "devDependencies": {
    "@es-shims/api": "^2.1.2",
    "@ljharb/eslint-config": "^12.2.1",
    "es5-shim": "^4.5.10",
    "es6-shim": "^0.35.3",
    "eslint": "^4.15.0",
    "evalmd": "^0.0.17",
    "foreach": "^2.0.5",
    "nsp": "^3.1.0",
    "object-inspect": "^1.5.0",
    "object.assign": "^4.1.0",
    "object.entries": "^1.0.4",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/ljharb/String.prototype.matchAll#readme",
  "keywords": [
    "String.prototype.matchAll",
    "matchAll",
    "match",
    "regex",
    "regexp",
    "regular",
    "expression",
    "matches"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "string.prototype.matchall",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/String.prototype.matchAll.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npm run security",
    "pretest": "evalmd *.md && npm run lint",
    "security": "nsp check",
    "test": "es-shim-api --bound && npm run tests-only",
    "test:module": "node test",
    "test:shim": "node test/shimmed",
    "tests-only": "npm run test:module && npm run test:shim"
  },
  "version": "2.0.0"
}
