Changeset 79a0317 for imaps-frontend/node_modules/array.prototype.findlast
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/array.prototype.findlast/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "array.prototype.findlast", 3 "version": "1.2.5", 4 "description": "An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.", 5 "author": { 6 "name": "Jordan Harband", 7 "email": "ljharb@gmail.com", 8 "url": "http://ljharb.codes" 9 }, 10 "funding": { 11 "url": "https://github.com/sponsors/ljharb" 12 }, 13 "contributors": [ 14 { 15 "name": "Jordan Harband", 16 "email": "ljharb@gmail.com", 17 "url": "http://ljharb.codes" 18 } 19 ], 20 "license": "MIT", 21 "bugs": { 22 "url": "https://github.com/es-shims/Array.prototype.findLast/issues" 23 }, 24 "homepage": "https://github.com/es-shims/Array.prototype.findLast#readme", 25 "main": "index.js", 26 "exports": { 27 ".": "./index.js", 28 "./auto": "./auto.js", 29 "./polyfill": "./polyfill.js", 30 "./implementation": "./implementation.js", 31 "./shim": "./shim.js", 32 "./package.json": "./package.json" 33 }, 34 "scripts": { 35 "prepack": "npmignore --auto --commentLines=autogenerated", 36 "prepublishOnly": "safe-publish-latest", 37 "prepublish": "not-in-publish || npm run prepublishOnly", 38 "pretest": "npm run --silent lint && evalmd README.md", 39 "posttest": "aud --production", 40 "tests-only": "nyc tape 'test/**/*.js'", 41 "test": "npm run tests-only", 42 "lint": "eslint --ext=js,mjs .", 43 "postlint": "es-shim-api --bound", 44 "version": "auto-changelog && git add CHANGELOG.md", 45 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 46 }, 47 "repository": { 48 "type": "git", 49 "url": "git+https://github.com/es-shims/Array.prototype.findLast.git" 50 }, 51 "keywords": [ 52 "Array.prototype.findLast", 53 "find", 54 "findLast", 55 "array", 56 "ESnext", 57 "shim", 58 "polyfill", 59 "last", 60 "es-shim API" 61 ], 62 "dependencies": { 63 "call-bind": "^1.0.7", 64 "define-properties": "^1.2.1", 65 "es-abstract": "^1.23.2", 66 "es-errors": "^1.3.0", 67 "es-object-atoms": "^1.0.0", 68 "es-shim-unscopables": "^1.0.2" 69 }, 70 "devDependencies": { 71 "@es-shims/api": "^2.4.2", 72 "@ljharb/eslint-config": "^21.1.0", 73 "aud": "^2.0.4", 74 "auto-changelog": "^2.4.0", 75 "es-value-fixtures": "^1.4.2", 76 "eslint": "=8.8.0", 77 "evalmd": "^0.0.19", 78 "for-each": "^0.3.3", 79 "globalthis": "^1.0.3", 80 "has-strict-mode": "^1.0.1", 81 "hasown": "^2.0.2", 82 "in-publish": "^2.0.1", 83 "npmignore": "^0.3.1", 84 "nyc": "^10.3.2", 85 "object-inspect": "^1.13.1", 86 "safe-publish-latest": "^2.0.0", 87 "tape": "^5.7.5" 88 }, 89 "testling": { 90 "files": [ 91 "test/index.js", 92 "test/shimmed.js" 93 ] 94 }, 95 "engines": { 96 "node": ">= 0.4" 97 }, 98 "auto-changelog": { 99 "output": "CHANGELOG.md", 100 "template": "keepachangelog", 101 "unreleased": false, 102 "commitLimit": false, 103 "backfillLimit": false, 104 "hideCredit": true 105 }, 106 "publishConfig": { 107 "ignore": [ 108 ".github/workflows" 109 ] 110 } 2 "_from": "array.prototype.findlast@1.2.5", 3 "_id": "array.prototype.findlast@1.2.5", 4 "_inBundle": false, 5 "_integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", 6 "_location": "/array.prototype.findlast", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "array.prototype.findlast@1.2.5", 12 "name": "array.prototype.findlast", 13 "escapedName": "array.prototype.findlast", 14 "rawSpec": "1.2.5", 15 "saveSpec": null, 16 "fetchSpec": "1.2.5" 17 }, 18 "_requiredBy": [ 19 "/eslint-plugin-react" 20 ], 21 "_resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", 22 "_shasum": "3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904", 23 "_spec": "array.prototype.findlast@1.2.5", 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 "url": "http://ljharb.codes" 29 }, 30 "auto-changelog": { 31 "output": "CHANGELOG.md", 32 "template": "keepachangelog", 33 "unreleased": false, 34 "commitLimit": false, 35 "backfillLimit": false, 36 "hideCredit": true 37 }, 38 "bugs": { 39 "url": "https://github.com/es-shims/Array.prototype.findLast/issues" 40 }, 41 "bundleDependencies": false, 42 "contributors": [ 43 { 44 "name": "Jordan Harband", 45 "email": "ljharb@gmail.com", 46 "url": "http://ljharb.codes" 47 } 48 ], 49 "dependencies": { 50 "call-bind": "^1.0.7", 51 "define-properties": "^1.2.1", 52 "es-abstract": "^1.23.2", 53 "es-errors": "^1.3.0", 54 "es-object-atoms": "^1.0.0", 55 "es-shim-unscopables": "^1.0.2" 56 }, 57 "deprecated": false, 58 "description": "An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.", 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 "es-value-fixtures": "^1.4.2", 65 "eslint": "=8.8.0", 66 "evalmd": "^0.0.19", 67 "for-each": "^0.3.3", 68 "globalthis": "^1.0.3", 69 "has-strict-mode": "^1.0.1", 70 "hasown": "^2.0.2", 71 "in-publish": "^2.0.1", 72 "npmignore": "^0.3.1", 73 "nyc": "^10.3.2", 74 "object-inspect": "^1.13.1", 75 "safe-publish-latest": "^2.0.0", 76 "tape": "^5.7.5" 77 }, 78 "engines": { 79 "node": ">= 0.4" 80 }, 81 "exports": { 82 ".": "./index.js", 83 "./auto": "./auto.js", 84 "./polyfill": "./polyfill.js", 85 "./implementation": "./implementation.js", 86 "./shim": "./shim.js", 87 "./package.json": "./package.json" 88 }, 89 "funding": { 90 "url": "https://github.com/sponsors/ljharb" 91 }, 92 "homepage": "https://github.com/es-shims/Array.prototype.findLast#readme", 93 "keywords": [ 94 "Array.prototype.findLast", 95 "find", 96 "findLast", 97 "array", 98 "ESnext", 99 "shim", 100 "polyfill", 101 "last", 102 "es-shim API" 103 ], 104 "license": "MIT", 105 "main": "index.js", 106 "name": "array.prototype.findlast", 107 "publishConfig": { 108 "ignore": [ 109 ".github/workflows" 110 ] 111 }, 112 "repository": { 113 "type": "git", 114 "url": "git+https://github.com/es-shims/Array.prototype.findLast.git" 115 }, 116 "scripts": { 117 "lint": "eslint --ext=js,mjs .", 118 "postlint": "es-shim-api --bound", 119 "posttest": "aud --production", 120 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 121 "prepack": "npmignore --auto --commentLines=autogenerated", 122 "prepublish": "not-in-publish || npm run prepublishOnly", 123 "prepublishOnly": "safe-publish-latest", 124 "pretest": "npm run --silent lint && evalmd README.md", 125 "test": "npm run tests-only", 126 "tests-only": "nyc tape 'test/**/*.js'", 127 "version": "auto-changelog && git add CHANGELOG.md" 128 }, 129 "testling": { 130 "files": [ 131 "test/index.js", 132 "test/shimmed.js" 133 ] 134 }, 135 "version": "1.2.5" 111 136 }
Note:
See TracChangeset
for help on using the changeset viewer.