1 | {
|
---|
2 | "_from": "call-bound@^1.0.3",
|
---|
3 | "_id": "call-bound@1.0.3",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
|
---|
6 | "_location": "/call-bound",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "call-bound@^1.0.3",
|
---|
12 | "name": "call-bound",
|
---|
13 | "escapedName": "call-bound",
|
---|
14 | "rawSpec": "^1.0.3",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.3"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/array-buffer-byte-length",
|
---|
20 | "/data-view-buffer",
|
---|
21 | "/data-view-byte-length",
|
---|
22 | "/data-view-byte-offset",
|
---|
23 | "/es-abstract",
|
---|
24 | "/function.prototype.name",
|
---|
25 | "/get-symbol-description",
|
---|
26 | "/is-array-buffer",
|
---|
27 | "/is-async-function",
|
---|
28 | "/is-boolean-object",
|
---|
29 | "/is-data-view",
|
---|
30 | "/is-date-object",
|
---|
31 | "/is-finalizationregistry",
|
---|
32 | "/is-generator-function",
|
---|
33 | "/is-number-object",
|
---|
34 | "/is-regex",
|
---|
35 | "/is-shared-array-buffer",
|
---|
36 | "/is-string",
|
---|
37 | "/is-symbol",
|
---|
38 | "/is-weakref",
|
---|
39 | "/is-weakset",
|
---|
40 | "/object.assign",
|
---|
41 | "/safe-array-concat",
|
---|
42 | "/safe-regex-test",
|
---|
43 | "/side-channel-map",
|
---|
44 | "/side-channel-weakmap",
|
---|
45 | "/string.prototype.trim",
|
---|
46 | "/string.prototype.trimend",
|
---|
47 | "/typed-array-buffer",
|
---|
48 | "/unbox-primitive",
|
---|
49 | "/which-builtin-type",
|
---|
50 | "/which-typed-array"
|
---|
51 | ],
|
---|
52 | "_resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
|
---|
53 | "_shasum": "41cfd032b593e39176a71533ab4f384aa04fd681",
|
---|
54 | "_spec": "call-bound@^1.0.3",
|
---|
55 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
|
---|
56 | "author": {
|
---|
57 | "name": "Jordan Harband",
|
---|
58 | "email": "ljharb@gmail.com"
|
---|
59 | },
|
---|
60 | "auto-changelog": {
|
---|
61 | "output": "CHANGELOG.md",
|
---|
62 | "template": "keepachangelog",
|
---|
63 | "unreleased": false,
|
---|
64 | "commitLimit": false,
|
---|
65 | "backfillLimit": false,
|
---|
66 | "hideCredit": true
|
---|
67 | },
|
---|
68 | "bugs": {
|
---|
69 | "url": "https://github.com/ljharb/call-bound/issues"
|
---|
70 | },
|
---|
71 | "bundleDependencies": false,
|
---|
72 | "dependencies": {
|
---|
73 | "call-bind-apply-helpers": "^1.0.1",
|
---|
74 | "get-intrinsic": "^1.2.6"
|
---|
75 | },
|
---|
76 | "deprecated": false,
|
---|
77 | "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.",
|
---|
78 | "devDependencies": {
|
---|
79 | "@arethetypeswrong/cli": "^0.17.1",
|
---|
80 | "@ljharb/eslint-config": "^21.1.1",
|
---|
81 | "@ljharb/tsconfig": "^0.2.2",
|
---|
82 | "@types/call-bind": "^1.0.5",
|
---|
83 | "@types/get-intrinsic": "^1.2.3",
|
---|
84 | "@types/tape": "^5.6.5",
|
---|
85 | "auto-changelog": "^2.5.0",
|
---|
86 | "encoding": "^0.1.13",
|
---|
87 | "es-value-fixtures": "^1.5.0",
|
---|
88 | "eslint": "=8.8.0",
|
---|
89 | "evalmd": "^0.0.19",
|
---|
90 | "for-each": "^0.3.3",
|
---|
91 | "gopd": "^1.2.0",
|
---|
92 | "has-strict-mode": "^1.0.1",
|
---|
93 | "in-publish": "^2.0.1",
|
---|
94 | "npmignore": "^0.3.1",
|
---|
95 | "nyc": "^10.3.2",
|
---|
96 | "object-inspect": "^1.13.3",
|
---|
97 | "safe-publish-latest": "^2.0.0",
|
---|
98 | "tape": "^5.9.0",
|
---|
99 | "typescript": "next"
|
---|
100 | },
|
---|
101 | "engines": {
|
---|
102 | "node": ">= 0.4"
|
---|
103 | },
|
---|
104 | "exports": {
|
---|
105 | ".": "./index.js",
|
---|
106 | "./package.json": "./package.json"
|
---|
107 | },
|
---|
108 | "funding": {
|
---|
109 | "url": "https://github.com/sponsors/ljharb"
|
---|
110 | },
|
---|
111 | "homepage": "https://github.com/ljharb/call-bound#readme",
|
---|
112 | "keywords": [
|
---|
113 | "javascript",
|
---|
114 | "ecmascript",
|
---|
115 | "es",
|
---|
116 | "js",
|
---|
117 | "callbind",
|
---|
118 | "callbound",
|
---|
119 | "call",
|
---|
120 | "bind",
|
---|
121 | "bound",
|
---|
122 | "call-bind",
|
---|
123 | "call-bound",
|
---|
124 | "function",
|
---|
125 | "es-abstract"
|
---|
126 | ],
|
---|
127 | "license": "MIT",
|
---|
128 | "main": "index.js",
|
---|
129 | "name": "call-bound",
|
---|
130 | "publishConfig": {
|
---|
131 | "ignore": [
|
---|
132 | ".github/workflows"
|
---|
133 | ]
|
---|
134 | },
|
---|
135 | "repository": {
|
---|
136 | "type": "git",
|
---|
137 | "url": "git+https://github.com/ljharb/call-bound.git"
|
---|
138 | },
|
---|
139 | "scripts": {
|
---|
140 | "lint": "eslint --ext=.js,.mjs .",
|
---|
141 | "postlint": "tsc -p . && attw -P",
|
---|
142 | "posttest": "npx npm@'>=10.2' audit --production",
|
---|
143 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
144 | "prelint": "evalmd README.md",
|
---|
145 | "prepack": "npmignore --auto --commentLines=auto",
|
---|
146 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
147 | "prepublishOnly": "safe-publish-latest",
|
---|
148 | "pretest": "npm run lint",
|
---|
149 | "test": "npm run tests-only",
|
---|
150 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
151 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
152 | },
|
---|
153 | "sideEffects": false,
|
---|
154 | "testling": {
|
---|
155 | "files": "test/index.js"
|
---|
156 | },
|
---|
157 | "version": "1.0.3"
|
---|
158 | }
|
---|