{
  "_args": [
    [
      "string.prototype.matchall@4.0.2",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_from": "string.prototype.matchall@4.0.2",
  "_id": "string.prototype.matchall@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==",
  "_location": "/string.prototype.matchall",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "string.prototype.matchall@4.0.2",
    "name": "string.prototype.matchall",
    "escapedName": "string.prototype.matchall",
    "rawSpec": "4.0.2",
    "saveSpec": null,
    "fetchSpec": "4.0.2"
  },
  "_requiredBy": [
    "/eslint-plugin-react"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz",
  "_spec": "4.0.2",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ljharb/String.prototype.matchAll/issues"
  },
  "dependencies": {
    "define-properties": "^1.1.3",
    "es-abstract": "^1.17.0",
    "has-symbols": "^1.0.1",
    "internal-slot": "^1.0.2",
    "regexp.prototype.flags": "^1.3.0",
    "side-channel": "^1.0.2"
  },
  "description": "Spec-compliant polyfill for String.prototype.matchAll ESnext proposal.",
  "devDependencies": {
    "@es-shims/api": "^2.1.2",
    "@ljharb/eslint-config": "^15.1.0",
    "es5-shim": "^4.5.13",
    "es6-shim": "^0.35.5",
    "eslint": "^6.8.0",
    "evalmd": "0.0.19",
    "foreach": "^2.0.5",
    "function-bind": "^1.1.1",
    "functions-have-names": "^1.2.0",
    "object-inspect": "^1.7.0",
    "object.assign": "^4.1.0",
    "object.entries": "^1.1.1",
    "safe-publish-latest": "^1.1.4",
    "tape": "^4.12.0"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "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": "npx aud",
    "prelint": "evalmd *.md",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "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": "4.0.2"
}
