source: imaps-frontend/node_modules/call-bind/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.9 KB
Line 
1{
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"
145}
Note: See TracBrowser for help on using the repository browser.