Changeset 79a0317 for imaps-frontend/node_modules/call-bind/package.json
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/call-bind/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "call-bind", 3 "version": "1.0.7", 4 "description": "Robustly `.call.bind()` a function", 5 "main": "index.js", 6 "exports": { 7 ".": "./index.js", 8 "./callBound": "./callBound.js", 9 "./package.json": "./package.json" 10 }, 11 "scripts": { 12 "prepack": "npmignore --auto --commentLines=auto", 13 "prepublish": "not-in-publish || npm run prepublishOnly", 14 "prepublishOnly": "safe-publish-latest", 15 "lint": "eslint --ext=.js,.mjs .", 16 "postlint": "evalmd README.md", 17 "pretest": "npm run lint", 18 "tests-only": "nyc tape 'test/**/*.js'", 19 "test": "npm run tests-only", 20 "posttest": "aud --production", 21 "version": "auto-changelog && git add CHANGELOG.md", 22 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "git+https://github.com/ljharb/call-bind.git" 27 }, 28 "keywords": [ 29 "javascript", 30 "ecmascript", 31 "es", 32 "js", 33 "callbind", 34 "callbound", 35 "call", 36 "bind", 37 "bound", 38 "call-bind", 39 "call-bound", 40 "function", 41 "es-abstract" 42 ], 43 "author": "Jordan Harband <ljharb@gmail.com>", 44 "funding": { 45 "url": "https://github.com/sponsors/ljharb" 46 }, 47 "license": "MIT", 48 "bugs": { 49 "url": "https://github.com/ljharb/call-bind/issues" 50 }, 51 "homepage": "https://github.com/ljharb/call-bind#readme", 52 "devDependencies": { 53 "@ljharb/eslint-config": "^21.1.0", 54 "aud": "^2.0.4", 55 "auto-changelog": "^2.4.0", 56 "es-value-fixtures": "^1.4.2", 57 "eslint": "=8.8.0", 58 "evalmd": "^0.0.19", 59 "for-each": "^0.3.3", 60 "gopd": "^1.0.1", 61 "has-strict-mode": "^1.0.1", 62 "in-publish": "^2.0.1", 63 "npmignore": "^0.3.1", 64 "nyc": "^10.3.2", 65 "object-inspect": "^1.13.1", 66 "safe-publish-latest": "^2.0.0", 67 "tape": "^5.7.4" 68 }, 69 "dependencies": { 70 "es-define-property": "^1.0.0", 71 "es-errors": "^1.3.0", 72 "function-bind": "^1.1.2", 73 "get-intrinsic": "^1.2.4", 74 "set-function-length": "^1.2.1" 75 }, 76 "testling": { 77 "files": "test/index.js" 78 }, 79 "auto-changelog": { 80 "output": "CHANGELOG.md", 81 "template": "keepachangelog", 82 "unreleased": false, 83 "commitLimit": false, 84 "backfillLimit": false, 85 "hideCredit": true 86 }, 87 "publishConfig": { 88 "ignore": [ 89 ".github/workflows" 90 ] 91 }, 92 "engines": { 93 "node": ">= 0.4" 94 } 2 "_from": "call-bind@^1.0.7", 3 "_id": "call-bind@1.0.8", 4 "_inBundle": false, 5 "_integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", 6 "_location": "/call-bind", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "call-bind@^1.0.7", 12 "name": "call-bind", 13 "escapedName": "call-bind", 14 "rawSpec": "^1.0.7", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.7" 17 }, 18 "_requiredBy": [ 19 "/array-includes", 20 "/array.prototype.findlast", 21 "/array.prototype.flat", 22 "/array.prototype.flatmap", 23 "/array.prototype.tosorted", 24 "/arraybuffer.prototype.slice", 25 "/es-abstract", 26 "/es-iterator-helpers", 27 "/function.prototype.name", 28 "/is-array-buffer", 29 "/object.assign", 30 "/object.entries", 31 "/object.fromentries", 32 "/object.values", 33 "/reflect.getprototypeof", 34 "/regexp.prototype.flags", 35 "/safe-array-concat", 36 "/string.prototype.matchall", 37 "/string.prototype.trim", 38 "/string.prototype.trimend", 39 "/string.prototype.trimstart", 40 "/typed-array-byte-length", 41 "/typed-array-byte-offset", 42 "/typed-array-length", 43 "/which-typed-array" 44 ], 45 "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", 46 "_shasum": "0736a9660f537e3388826f440d5ec45f744eaa4c", 47 "_spec": "call-bind@^1.0.7", 48 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/array-includes", 49 "author": { 50 "name": "Jordan Harband", 51 "email": "ljharb@gmail.com" 52 }, 53 "auto-changelog": { 54 "output": "CHANGELOG.md", 55 "template": "keepachangelog", 56 "unreleased": false, 57 "commitLimit": false, 58 "backfillLimit": false, 59 "hideCredit": true 60 }, 61 "bugs": { 62 "url": "https://github.com/ljharb/call-bind/issues" 63 }, 64 "bundleDependencies": false, 65 "dependencies": { 66 "call-bind-apply-helpers": "^1.0.0", 67 "es-define-property": "^1.0.0", 68 "get-intrinsic": "^1.2.4", 69 "set-function-length": "^1.2.2" 70 }, 71 "deprecated": false, 72 "description": "Robustly `.call.bind()` a function", 73 "devDependencies": { 74 "@ljharb/eslint-config": "^21.1.1", 75 "auto-changelog": "^2.5.0", 76 "encoding": "^0.1.13", 77 "es-value-fixtures": "^1.5.0", 78 "eslint": "=8.8.0", 79 "evalmd": "^0.0.19", 80 "for-each": "^0.3.3", 81 "has-strict-mode": "^1.0.1", 82 "in-publish": "^2.0.1", 83 "npmignore": "^0.3.1", 84 "nyc": "^10.3.2", 85 "object-inspect": "^1.13.3", 86 "safe-publish-latest": "^2.0.0", 87 "tape": "^5.9.0" 88 }, 89 "engines": { 90 "node": ">= 0.4" 91 }, 92 "exports": { 93 ".": "./index.js", 94 "./callBound": "./callBound.js", 95 "./package.json": "./package.json" 96 }, 97 "funding": { 98 "url": "https://github.com/sponsors/ljharb" 99 }, 100 "homepage": "https://github.com/ljharb/call-bind#readme", 101 "keywords": [ 102 "javascript", 103 "ecmascript", 104 "es", 105 "js", 106 "callbind", 107 "callbound", 108 "call", 109 "bind", 110 "bound", 111 "call-bind", 112 "call-bound", 113 "function", 114 "es-abstract" 115 ], 116 "license": "MIT", 117 "main": "index.js", 118 "name": "call-bind", 119 "publishConfig": { 120 "ignore": [ 121 ".github/workflows" 122 ] 123 }, 124 "repository": { 125 "type": "git", 126 "url": "git+https://github.com/ljharb/call-bind.git" 127 }, 128 "scripts": { 129 "lint": "eslint --ext=.js,.mjs .", 130 "postlint": "evalmd README.md", 131 "posttest": "npx npm@'>=10.2' audit --production", 132 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 133 "prepack": "npmignore --auto --commentLines=auto", 134 "prepublish": "not-in-publish || npm run prepublishOnly", 135 "prepublishOnly": "safe-publish-latest", 136 "pretest": "npm run lint", 137 "test": "npm run tests-only", 138 "tests-only": "nyc tape 'test/**/*.js'", 139 "version": "auto-changelog && git add CHANGELOG.md" 140 }, 141 "testling": { 142 "files": "test/index.js" 143 }, 144 "version": "1.0.8" 95 145 }
Note:
See TracChangeset
for help on using the changeset viewer.