blob: b2b6759ddc3f37af88b960a56d93b6d1d03053c5 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "call-bind@^1.0.0",
3 "_id": "call-bind@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==",
6 "_location": "/call-bind",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "call-bind@^1.0.0",
12 "name": "call-bind",
13 "escapedName": "call-bind",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/object.assign",
20 "/object.getownpropertydescriptors",
21 "/object.values",
22 "/string.prototype.trimend",
23 "/string.prototype.trimstart"
24 ],
25 "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.0.tgz",
26 "_shasum": "24127054bb3f9bdcb4b1fb82418186072f77b8ce",
27 "_spec": "call-bind@^1.0.0",
28 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\object.values",
29 "author": {
30 "name": "Jordan Harband",
31 "email": "ljharb@gmail.com"
32 },
33 "auto-changelog": {
34 "output": "CHANGELOG.md",
35 "template": "keepachangelog",
36 "unreleased": false,
37 "commitLimit": false,
38 "backfillLimit": false,
39 "hideCredit": true
40 },
41 "bugs": {
42 "url": "https://github.com/ljharb/call-bind/issues"
43 },
44 "bundleDependencies": false,
45 "dependencies": {
46 "function-bind": "^1.1.1",
47 "get-intrinsic": "^1.0.0"
48 },
49 "deprecated": false,
50 "description": "Robustly `.call.bind()` a function",
51 "devDependencies": {
52 "@ljharb/eslint-config": "^17.2.0",
53 "aud": "^1.1.2",
54 "auto-changelog": "^2.2.1",
55 "eslint": "^7.12.1",
56 "safe-publish-latest": "^1.1.4",
57 "tape": "^5.0.1"
58 },
59 "exports": {
60 ".": [
61 {
62 "default": "./index.js"
63 },
64 "./index.js"
65 ],
66 "./callBound": [
67 {
68 "default": "./callBound.js"
69 },
70 "./callBound.js"
71 ],
72 "./package.json": "./package.json"
73 },
74 "funding": {
75 "url": "https://github.com/sponsors/ljharb"
76 },
77 "homepage": "https://github.com/ljharb/call-bind#readme",
78 "keywords": [
79 "javascript",
80 "ecmascript",
81 "es",
82 "js",
83 "callbind",
84 "callbound",
85 "call",
86 "bind",
87 "bound",
88 "call-bind",
89 "call-bound",
90 "function",
91 "es-abstract"
92 ],
93 "license": "MIT",
94 "main": "index.js",
95 "name": "call-bind",
96 "repository": {
97 "type": "git",
98 "url": "git+https://github.com/ljharb/call-bind.git"
99 },
100 "scripts": {
101 "lint": "eslint --ext=.js,.mjs .",
102 "posttest": "aud --production",
103 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
104 "prepublish": "safe-publish-latest",
105 "pretest": "npm run lint",
106 "test": "npm run tests-only",
107 "tests-only": "tape 'test/*'",
108 "version": "auto-changelog && git add CHANGELOG.md"
109 },
110 "version": "1.0.0"
111}