Changeset 79a0317 for imaps-frontend/node_modules/string.prototype.matchall
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/string.prototype.matchall/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "string.prototype.matchall", 3 "version": "4.0.11", 4 "description": "Spec-compliant polyfill for String.prototype.matchAll", 5 "main": "index.js", 6 "scripts": { 7 "prepack": "npmignore --auto --commentLines=autogenerated", 8 "prepublish": "not-in-publish || npm run prepublishOnly", 9 "prepublishOnly": "safe-publish-latest", 10 "pretest": "npm run lint", 11 "test": "npm run tests-only", 12 "posttest": "npx aud --production", 13 "tests-only": "nyc tape 'test/**/*.js'", 14 "prelint": "evalmd *.md", 15 "lint": "eslint .", 16 "postlint": "es-shim-api --bound", 17 "version": "auto-changelog && git add CHANGELOG.md", 18 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 19 }, 20 "repository": { 21 "type": "git", 22 "url": "git+https://github.com/es-shims/String.prototype.matchAll.git" 23 }, 24 "keywords": [ 25 "ES2020", 26 "ES", 27 "String.prototype.matchAll", 28 "matchAll", 29 "match", 30 "regex", 31 "regexp", 32 "regular", 33 "expression", 34 "matches" 35 ], 36 "author": "Jordan Harband <ljharb@gmail.com>", 37 "funding": { 38 "url": "https://github.com/sponsors/ljharb" 39 }, 40 "license": "MIT", 41 "bugs": { 42 "url": "https://github.com/es-shims/String.prototype.matchAll/issues" 43 }, 44 "homepage": "https://github.com/es-shims/String.prototype.matchAll#readme", 45 "dependencies": { 46 "call-bind": "^1.0.7", 47 "define-properties": "^1.2.1", 48 "es-abstract": "^1.23.2", 49 "es-errors": "^1.3.0", 50 "es-object-atoms": "^1.0.0", 51 "get-intrinsic": "^1.2.4", 52 "gopd": "^1.0.1", 53 "has-symbols": "^1.0.3", 54 "internal-slot": "^1.0.7", 55 "regexp.prototype.flags": "^1.5.2", 56 "set-function-name": "^2.0.2", 57 "side-channel": "^1.0.6" 58 }, 59 "devDependencies": { 60 "@es-shims/api": "^2.4.2", 61 "@ljharb/eslint-config": "^21.1.0", 62 "aud": "^2.0.4", 63 "auto-changelog": "^2.4.0", 64 "es5-shim": "^4.6.7", 65 "es6-shim": "^0.35.8", 66 "eslint": "=8.8.0", 67 "evalmd": "^0.0.19", 68 "for-each": "^0.3.3", 69 "functions-have-names": "^1.2.3", 70 "in-publish": "^2.0.1", 71 "mock-property": "^1.0.3", 72 "npmignore": "^0.3.1", 73 "nyc": "^10.3.2", 74 "object-inspect": "^1.13.1", 75 "object.assign": "^4.1.5", 76 "object.entries": "^1.1.8", 77 "safe-publish-latest": "^2.0.0", 78 "tape": "^5.7.5" 79 }, 80 "auto-changelog": { 81 "output": "CHANGELOG.md", 82 "template": "keepachangelog", 83 "unreleased": false, 84 "commitLimit": false, 85 "backfillLimit": false, 86 "hideCredit": true, 87 "startingVersion": "v4.0.5" 88 }, 89 "publishConfig": { 90 "ignore": [ 91 ".github/workflows" 92 ] 93 }, 94 "engines": { 95 "node": ">= 0.4" 96 } 2 "_from": "string.prototype.matchall@4.0.11", 3 "_id": "string.prototype.matchall@4.0.11", 4 "_inBundle": false, 5 "_integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", 6 "_location": "/string.prototype.matchall", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "string.prototype.matchall@4.0.11", 12 "name": "string.prototype.matchall", 13 "escapedName": "string.prototype.matchall", 14 "rawSpec": "4.0.11", 15 "saveSpec": null, 16 "fetchSpec": "4.0.11" 17 }, 18 "_requiredBy": [ 19 "/eslint-plugin-react" 20 ], 21 "_resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", 22 "_shasum": "1092a72c59268d2abaad76582dccc687c0297e0a", 23 "_spec": "string.prototype.matchall@4.0.11", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react", 25 "author": { 26 "name": "Jordan Harband", 27 "email": "ljharb@gmail.com" 28 }, 29 "auto-changelog": { 30 "output": "CHANGELOG.md", 31 "template": "keepachangelog", 32 "unreleased": false, 33 "commitLimit": false, 34 "backfillLimit": false, 35 "hideCredit": true, 36 "startingVersion": "v4.0.5" 37 }, 38 "bugs": { 39 "url": "https://github.com/es-shims/String.prototype.matchAll/issues" 40 }, 41 "bundleDependencies": false, 42 "dependencies": { 43 "call-bind": "^1.0.7", 44 "define-properties": "^1.2.1", 45 "es-abstract": "^1.23.2", 46 "es-errors": "^1.3.0", 47 "es-object-atoms": "^1.0.0", 48 "get-intrinsic": "^1.2.4", 49 "gopd": "^1.0.1", 50 "has-symbols": "^1.0.3", 51 "internal-slot": "^1.0.7", 52 "regexp.prototype.flags": "^1.5.2", 53 "set-function-name": "^2.0.2", 54 "side-channel": "^1.0.6" 55 }, 56 "deprecated": false, 57 "description": "Spec-compliant polyfill for String.prototype.matchAll", 58 "devDependencies": { 59 "@es-shims/api": "^2.4.2", 60 "@ljharb/eslint-config": "^21.1.0", 61 "aud": "^2.0.4", 62 "auto-changelog": "^2.4.0", 63 "es5-shim": "^4.6.7", 64 "es6-shim": "^0.35.8", 65 "eslint": "=8.8.0", 66 "evalmd": "^0.0.19", 67 "for-each": "^0.3.3", 68 "functions-have-names": "^1.2.3", 69 "in-publish": "^2.0.1", 70 "mock-property": "^1.0.3", 71 "npmignore": "^0.3.1", 72 "nyc": "^10.3.2", 73 "object-inspect": "^1.13.1", 74 "object.assign": "^4.1.5", 75 "object.entries": "^1.1.8", 76 "safe-publish-latest": "^2.0.0", 77 "tape": "^5.7.5" 78 }, 79 "engines": { 80 "node": ">= 0.4" 81 }, 82 "funding": { 83 "url": "https://github.com/sponsors/ljharb" 84 }, 85 "homepage": "https://github.com/es-shims/String.prototype.matchAll#readme", 86 "keywords": [ 87 "ES2020", 88 "ES", 89 "String.prototype.matchAll", 90 "matchAll", 91 "match", 92 "regex", 93 "regexp", 94 "regular", 95 "expression", 96 "matches" 97 ], 98 "license": "MIT", 99 "main": "index.js", 100 "name": "string.prototype.matchall", 101 "publishConfig": { 102 "ignore": [ 103 ".github/workflows" 104 ] 105 }, 106 "repository": { 107 "type": "git", 108 "url": "git+https://github.com/es-shims/String.prototype.matchAll.git" 109 }, 110 "scripts": { 111 "lint": "eslint .", 112 "postlint": "es-shim-api --bound", 113 "posttest": "npx aud --production", 114 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 115 "prelint": "evalmd *.md", 116 "prepack": "npmignore --auto --commentLines=autogenerated", 117 "prepublish": "not-in-publish || npm run prepublishOnly", 118 "prepublishOnly": "safe-publish-latest", 119 "pretest": "npm run lint", 120 "test": "npm run tests-only", 121 "tests-only": "nyc tape 'test/**/*.js'", 122 "version": "auto-changelog && git add CHANGELOG.md" 123 }, 124 "version": "4.0.11" 97 125 }
Note:
See TracChangeset
for help on using the changeset viewer.