Changeset 79a0317 for imaps-frontend/node_modules/es-shim-unscopables
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-shim-unscopables/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "es-shim-unscopables", 3 "version": "1.0.2", 4 "description": "Helper package to shim a method into `Array.prototype[Symbol.unscopables]`", 5 "main": "index.js", 6 "exports": { 7 ".": "./index.js", 8 "./package.json": "./package.json" 9 }, 10 "scripts": { 11 "prepack": "npmignore --auto --commentLines=autogenerated", 12 "prepublish": "not-in-publish || npm run prepublishOnly", 13 "prepublishOnly": "safe-publish-latest", 14 "prelint-disabled": "evalmd README.md", 15 "lint": "eslint --ext=.js,.mjs .", 16 "pretest": "npm run lint", 17 "tests-only": "nyc tape 'test/**/*.js'", 18 "test": "npm run tests-only", 19 "posttest": "aud --production", 20 "version": "auto-changelog && git add CHANGELOG.md", 21 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 22 }, 23 "repository": { 24 "type": "git", 25 "url": "git+https://github.com/ljharb/es-shim-unscopables.git" 26 }, 27 "author": "Jordan Harband <ljharb@gmail.com>", 28 "license": "MIT", 29 "bugs": { 30 "url": "https://github.com/ljharb/es-shim-unscopables/issues" 31 }, 32 "homepage": "https://github.com/ljharb/es-shim-unscopables#readme", 33 "devDependencies": { 34 "@ljharb/eslint-config": "^21.1.0", 35 "aud": "^2.0.3", 36 "auto-changelog": "^2.4.0", 37 "es-value-fixtures": "^1.4.2", 38 "eslint": "=8.8.0", 39 "evalmd": "^0.0.19", 40 "for-each": "^0.3.3", 41 "in-publish": "^2.0.1", 42 "npmignore": "^0.3.0", 43 "nyc": "^10.3.2", 44 "object-inspect": "^1.13.1", 45 "safe-publish-latest": "^2.0.0", 46 "tape": "^5.7.2" 47 }, 48 "dependencies": { 49 "hasown": "^2.0.0" 50 }, 51 "publishConfig": { 52 "ignore": [ 53 ".github/workflows" 54 ] 55 } 2 "_from": "es-shim-unscopables@^1.0.2", 3 "_id": "es-shim-unscopables@1.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", 6 "_location": "/es-shim-unscopables", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "es-shim-unscopables@^1.0.2", 12 "name": "es-shim-unscopables", 13 "escapedName": "es-shim-unscopables", 14 "rawSpec": "^1.0.2", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.2" 17 }, 18 "_requiredBy": [ 19 "/array.prototype.findlast", 20 "/array.prototype.flat", 21 "/array.prototype.flatmap", 22 "/array.prototype.tosorted" 23 ], 24 "_resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", 25 "_shasum": "1f6942e71ecc7835ed1c8a83006d8771a63a3763", 26 "_spec": "es-shim-unscopables@^1.0.2", 27 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/array.prototype.findlast", 28 "author": { 29 "name": "Jordan Harband", 30 "email": "ljharb@gmail.com" 31 }, 32 "bugs": { 33 "url": "https://github.com/ljharb/es-shim-unscopables/issues" 34 }, 35 "bundleDependencies": false, 36 "dependencies": { 37 "hasown": "^2.0.0" 38 }, 39 "deprecated": false, 40 "description": "Helper package to shim a method into `Array.prototype[Symbol.unscopables]`", 41 "devDependencies": { 42 "@ljharb/eslint-config": "^21.1.0", 43 "aud": "^2.0.3", 44 "auto-changelog": "^2.4.0", 45 "es-value-fixtures": "^1.4.2", 46 "eslint": "=8.8.0", 47 "evalmd": "^0.0.19", 48 "for-each": "^0.3.3", 49 "in-publish": "^2.0.1", 50 "npmignore": "^0.3.0", 51 "nyc": "^10.3.2", 52 "object-inspect": "^1.13.1", 53 "safe-publish-latest": "^2.0.0", 54 "tape": "^5.7.2" 55 }, 56 "exports": { 57 ".": "./index.js", 58 "./package.json": "./package.json" 59 }, 60 "homepage": "https://github.com/ljharb/es-shim-unscopables#readme", 61 "license": "MIT", 62 "main": "index.js", 63 "name": "es-shim-unscopables", 64 "publishConfig": { 65 "ignore": [ 66 ".github/workflows" 67 ] 68 }, 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/ljharb/es-shim-unscopables.git" 72 }, 73 "scripts": { 74 "lint": "eslint --ext=.js,.mjs .", 75 "posttest": "aud --production", 76 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 77 "prelint-disabled": "evalmd README.md", 78 "prepack": "npmignore --auto --commentLines=autogenerated", 79 "prepublish": "not-in-publish || npm run prepublishOnly", 80 "prepublishOnly": "safe-publish-latest", 81 "pretest": "npm run lint", 82 "test": "npm run tests-only", 83 "tests-only": "nyc tape 'test/**/*.js'", 84 "version": "auto-changelog && git add CHANGELOG.md" 85 }, 86 "version": "1.0.2" 56 87 }
Note:
See TracChangeset
for help on using the changeset viewer.