Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/function-bind/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "function-bind", 3 "version": "1.1.2", 4 "description": "Implementation of Function.prototype.bind", 5 "keywords": [ 6 "function", 7 "bind", 8 "shim", 9 "es5" 2 "_from": "function-bind@1.1.2", 3 "_id": "function-bind@1.1.2", 4 "_inBundle": false, 5 "_integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 6 "_location": "/function-bind", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "function-bind@1.1.2", 12 "name": "function-bind", 13 "escapedName": "function-bind", 14 "rawSpec": "1.1.2", 15 "saveSpec": null, 16 "fetchSpec": "1.1.2" 17 }, 18 "_requiredBy": [ 19 "/call-bind-apply-helpers", 20 "/es-iterator-helpers", 21 "/get-intrinsic", 22 "/hasown", 23 "/set-function-length" 10 24 ], 11 "author": "Raynos <raynos2@gmail.com>", 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/Raynos/function-bind.git" 25 "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 26 "_shasum": "2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c", 27 "_spec": "function-bind@1.1.2", 28 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/call-bind-apply-helpers", 29 "author": { 30 "name": "Raynos", 31 "email": "raynos2@gmail.com" 15 32 }, 16 "funding": { 17 "url": "https://github.com/sponsors/ljharb" 33 "auto-changelog": { 34 "output": "CHANGELOG.md", 35 "template": "keepachangelog", 36 "unreleased": false, 37 "commitLimit": false, 38 "backfillLimit": false, 39 "hideCredit": true 18 40 }, 19 "main": "index", 20 "homepage": "https://github.com/Raynos/function-bind", 41 "bugs": { 42 "url": "https://github.com/Raynos/function-bind/issues", 43 "email": "raynos2@gmail.com" 44 }, 45 "bundleDependencies": false, 21 46 "contributors": [ 22 47 { … … 28 53 } 29 54 ], 30 "bugs": { 31 "url": "https://github.com/Raynos/function-bind/issues", 32 "email": "raynos2@gmail.com" 33 }, 55 "deprecated": false, 56 "description": "Implementation of Function.prototype.bind", 34 57 "devDependencies": { 35 58 "@ljharb/eslint-config": "^21.1.0", … … 43 66 "tape": "^5.7.1" 44 67 }, 68 "funding": { 69 "url": "https://github.com/sponsors/ljharb" 70 }, 71 "homepage": "https://github.com/Raynos/function-bind", 72 "keywords": [ 73 "function", 74 "bind", 75 "shim", 76 "es5" 77 ], 45 78 "license": "MIT", 79 "main": "index", 80 "name": "function-bind", 81 "publishConfig": { 82 "ignore": [ 83 ".github/workflows" 84 ] 85 }, 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/Raynos/function-bind.git" 89 }, 46 90 "scripts": { 91 "lint": "eslint --ext=js,mjs .", 92 "posttest": "aud --production", 93 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 94 "prepack": "npmignore --auto --commentLines=autogenerated", 95 "prepublish": "not-in-publish || npm run prepublishOnly", 47 96 "prepublishOnly": "safe-publish-latest", 48 "prepublish": "not-in-publish || npm run prepublishOnly",49 "prepack": "npmignore --auto --commentLines=autogenerated",50 97 "pretest": "npm run lint", 51 98 "test": "npm run tests-only", 52 "posttest": "aud --production",53 99 "tests-only": "nyc tape 'test/**/*.js'", 54 "lint": "eslint --ext=js,mjs .", 55 "version": "auto-changelog && git add CHANGELOG.md", 56 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 100 "version": "auto-changelog && git add CHANGELOG.md" 57 101 }, 58 102 "testling": { … … 72 116 ] 73 117 }, 74 "auto-changelog": { 75 "output": "CHANGELOG.md", 76 "template": "keepachangelog", 77 "unreleased": false, 78 "commitLimit": false, 79 "backfillLimit": false, 80 "hideCredit": true 81 }, 82 "publishConfig": { 83 "ignore": [ 84 ".github/workflows" 85 ] 86 } 118 "version": "1.1.2" 87 119 }
Note:
See TracChangeset
for help on using the changeset viewer.