source: imaps-frontend/node_modules/call-bind-apply-helpers/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.6 KB
Line 
1{
2 "_from": "call-bind-apply-helpers@^1.0.0",
3 "_id": "call-bind-apply-helpers@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
6 "_location": "/call-bind-apply-helpers",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "call-bind-apply-helpers@^1.0.0",
12 "name": "call-bind-apply-helpers",
13 "escapedName": "call-bind-apply-helpers",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/call-bind",
20 "/call-bound",
21 "/dunder-proto",
22 "/get-intrinsic"
23 ],
24 "_resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz",
25 "_shasum": "32e5892e6361b29b0b545ba6f7763378daca2840",
26 "_spec": "call-bind-apply-helpers@^1.0.0",
27 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/call-bind",
28 "author": {
29 "name": "Jordan Harband",
30 "email": "ljharb@gmail.com"
31 },
32 "auto-changelog": {
33 "output": "CHANGELOG.md",
34 "template": "keepachangelog",
35 "unreleased": false,
36 "commitLimit": false,
37 "backfillLimit": false,
38 "hideCredit": true
39 },
40 "bugs": {
41 "url": "https://github.com/ljharb/call-bind-apply-helpers/issues"
42 },
43 "bundleDependencies": false,
44 "dependencies": {
45 "es-errors": "^1.3.0",
46 "function-bind": "^1.1.2"
47 },
48 "deprecated": false,
49 "description": "Helper functions around Function call/apply/bind, for use in `call-bind`",
50 "devDependencies": {
51 "@arethetypeswrong/cli": "^0.17.1",
52 "@ljharb/eslint-config": "^21.1.1",
53 "@ljharb/tsconfig": "^0.2.2",
54 "@types/for-each": "^0.3.3",
55 "@types/function-bind": "^1.1.10",
56 "@types/object-inspect": "^1.13.0",
57 "@types/tape": "^5.6.5",
58 "auto-changelog": "^2.5.0",
59 "encoding": "^0.1.13",
60 "es-value-fixtures": "^1.5.0",
61 "eslint": "=8.8.0",
62 "evalmd": "^0.0.19",
63 "for-each": "^0.3.3",
64 "has-strict-mode": "^1.0.1",
65 "in-publish": "^2.0.1",
66 "npmignore": "^0.3.1",
67 "nyc": "^10.3.2",
68 "object-inspect": "^1.13.3",
69 "safe-publish-latest": "^2.0.0",
70 "tape": "^5.9.0",
71 "typescript": "next"
72 },
73 "engines": {
74 "node": ">= 0.4"
75 },
76 "exports": {
77 ".": "./index.js",
78 "./actualApply": "./actualApply.js",
79 "./applyBind": "./applyBind.js",
80 "./functionApply": "./functionApply.js",
81 "./functionCall": "./functionCall.js",
82 "./reflectApply": "./reflectApply.js",
83 "./package.json": "./package.json"
84 },
85 "homepage": "https://github.com/ljharb/call-bind-apply-helpers#readme",
86 "license": "MIT",
87 "main": "index.js",
88 "name": "call-bind-apply-helpers",
89 "publishConfig": {
90 "ignore": [
91 ".github/workflows"
92 ]
93 },
94 "repository": {
95 "type": "git",
96 "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git"
97 },
98 "scripts": {
99 "lint": "eslint --ext=.js,.mjs .",
100 "postlint": "tsc -p . && attw -P",
101 "posttest": "npx npm@'>=10.2' audit --production",
102 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
103 "prelint": "evalmd README.md",
104 "prepack": "npmignore --auto --commentLines=auto",
105 "prepublish": "not-in-publish || npm run prepublishOnly",
106 "prepublishOnly": "safe-publish-latest",
107 "pretest": "npm run lint",
108 "test": "npm run tests-only",
109 "tests-only": "nyc tape 'test/**/*.js'",
110 "version": "auto-changelog && git add CHANGELOG.md"
111 },
112 "testling": {
113 "files": "test/index.js"
114 },
115 "version": "1.0.1"
116}
Note: See TracBrowser for help on using the repository browser.