8d6391194026909be8833fa67b081e24343eee49.svn-base
1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_from": "auto-bind@^4.0.0",
"_id": "auto-bind@4.0.0",
"_inBundle": true,
"_integrity": "sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==",
"_location": "/tap/auto-bind",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "auto-bind@^4.0.0",
"name": "auto-bind",
"escapedName": "auto-bind",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/tap/ink"
],
"_resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz",
"_shasum": "e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb",
"_spec": "auto-bind@^4.0.0",
"_where": "/Users/isaacs/dev/js/tap/node_modules/ink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/auto-bind/issues"
},
"deprecated": false,
"description": "Automatically bind methods to their class instance",
"devDependencies": {
"@types/react": "^16.9.9",
"ava": "^2.4.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts",
"react.js",
"react.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/auto-bind#readme",
"keywords": [
"auto",
"bind",
"class",
"methods",
"method",
"automatically",
"prototype",
"instance",
"function",
"this",
"self",
"react",
"component"
],
"license": "MIT",
"name": "auto-bind",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/auto-bind.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.0.0"
}