You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

92 lines
2.7 KiB

{
"_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": "range",
"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",
"_shasum": "48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e",
"_spec": "string.prototype.matchall@^4.0.2",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\eslint-plugin-react",
"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.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"
},
"deprecated": false,
"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"
}