{
  "_args": [
    [
      "string.prototype.matchall@4.0.8",
      "/var/www/html/market_up"
    ]
  ],
  "_development": true,
  "_from": "string.prototype.matchall@4.0.8",
  "_id": "string.prototype.matchall@4.0.8",
  "_inBundle": false,
  "_integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
  "_location": "/string.prototype.matchall",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "string.prototype.matchall@4.0.8",
    "name": "string.prototype.matchall",
    "escapedName": "string.prototype.matchall",
    "rawSpec": "4.0.8",
    "saveSpec": null,
    "fetchSpec": "4.0.8"
  },
  "_requiredBy": [
    "/eslint-plugin-react"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
  "_spec": "4.0.8",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true,
    "startingVersion": "v4.0.5"
  },
  "bugs": {
    "url": "https://github.com/es-shims/String.prototype.matchAll/issues"
  },
  "dependencies": {
    "call-bind": "^1.0.2",
    "define-properties": "^1.1.4",
    "es-abstract": "^1.20.4",
    "get-intrinsic": "^1.1.3",
    "has-symbols": "^1.0.3",
    "internal-slot": "^1.0.3",
    "regexp.prototype.flags": "^1.4.3",
    "side-channel": "^1.0.4"
  },
  "description": "Spec-compliant polyfill for String.prototype.matchAll",
  "devDependencies": {
    "@es-shims/api": "^2.2.3",
    "@ljharb/eslint-config": "^21.0.0",
    "aud": "^2.0.1",
    "auto-changelog": "^2.4.0",
    "es5-shim": "^4.6.7",
    "es6-shim": "^0.35.6",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "for-each": "^0.3.3",
    "functions-have-names": "^1.2.3",
    "in-publish": "^2.0.1",
    "mock-property": "^1.0.0",
    "npmignore": "^0.3.0",
    "nyc": "^10.3.2",
    "object-inspect": "^1.12.2",
    "object.assign": "^4.1.4",
    "object.entries": "^1.1.6",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.6.1"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/es-shims/String.prototype.matchAll#readme",
  "keywords": [
    "ES2020",
    "ES",
    "String.prototype.matchAll",
    "matchAll",
    "match",
    "regex",
    "regexp",
    "regular",
    "expression",
    "matches"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "string.prototype.matchall",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-shims/String.prototype.matchAll.git"
  },
  "scripts": {
    "lint": "eslint .",
    "postlint": "es-shim-api --bound",
    "posttest": "npx aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prelint": "evalmd *.md",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "4.0.8"
}
