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
| {
| "_args": [
| [
| "component-bind@1.0.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "component-bind@1.0.0",
| "_id": "component-bind@1.0.0",
| "_inBundle": false,
| "_integrity": "sha512-WZveuKPeKAG9qY+FkYDeADzdHyTYdIboXS59ixDeRJL5ZhxpqUnxSOwop4FQjMsiYm3/Or8cegVbpAHNA7pHxw==",
| "_location": "/component-bind",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "component-bind@1.0.0",
| "name": "component-bind",
| "escapedName": "component-bind",
| "rawSpec": "1.0.0",
| "saveSpec": null,
| "fetchSpec": "1.0.0"
| },
| "_requiredBy": [
| "/socket.io-client"
| ],
| "_resolved": "https://registry.npmmirror.com/component-bind/-/component-bind-1.0.0.tgz",
| "_spec": "1.0.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/component/bind/issues"
| },
| "component": {
| "scripts": {
| "bind/index.js": "index.js"
| }
| },
| "description": "function binding utility",
| "devDependencies": {
| "mocha": "*",
| "should": "*"
| },
| "homepage": "https://github.com/component/bind#readme",
| "keywords": [
| "bind",
| "utility"
| ],
| "name": "component-bind",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/component/bind.git"
| },
| "version": "1.0.0"
| }
|
|