12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "string.prototype.matchall@^4.0.5",
- "_id": "string.prototype.matchall@4.0.5",
- "_inBundle": false,
- "_integrity": "sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==",
- "_location": "/string.prototype.matchall",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "string.prototype.matchall@^4.0.5",
- "name": "string.prototype.matchall",
- "escapedName": "string.prototype.matchall",
- "rawSpec": "^4.0.5",
- "saveSpec": null,
- "fetchSpec": "^4.0.5"
- },
- "_requiredBy": [
- "/eslint-plugin-react"
- ],
- "_resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz",
- "_shasum": "59370644e1db7e4c0c045277690cf7b01203c4da",
- "_spec": "string.prototype.matchall@^4.0.5",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-plugin-react",
- "author": {
- "name": "Jordan Harband",
- "email": "ljharb@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/es-shims/String.prototype.matchAll/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.3",
- "es-abstract": "^1.18.2",
- "get-intrinsic": "^1.1.1",
- "has-symbols": "^1.0.2",
- "internal-slot": "^1.0.3",
- "regexp.prototype.flags": "^1.3.1",
- "side-channel": "^1.0.4"
- },
- "deprecated": false,
- "description": "Spec-compliant polyfill for String.prototype.matchAll",
- "devDependencies": {
- "@es-shims/api": "^2.1.2",
- "@ljharb/eslint-config": "^17.6.0",
- "aud": "^1.1.5",
- "es5-shim": "^4.5.15",
- "es6-shim": "^0.35.6",
- "eslint": "^7.27.0",
- "evalmd": "^0.0.19",
- "foreach": "^2.0.5",
- "functions-have-names": "^1.2.2",
- "nyc": "^10.3.2",
- "object-inspect": "^1.10.3",
- "object.assign": "^4.1.2",
- "object.entries": "^1.1.3",
- "safe-publish-latest": "^1.1.4",
- "tape": "^5.2.2"
- },
- "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",
- "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",
- "prelint": "evalmd *.md",
- "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": "4.0.5"
- }
|