forked from kb18519142009/android_interview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.4 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.4 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_args": [
[
{
"name": "bindings",
"raw": "bindings@^1.2.1",
"rawSpec": "^1.2.1",
"scope": null,
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"/Users/lvruheng/android_interview/node_modules/weak"
]
],
"_cnpm_publish_time": 1500923768991,
"_from": "bindings@>=1.2.1 <2.0.0",
"_hasShrinkwrap": false,
"_id": "bindings@1.3.0",
"_inCache": true,
"_installable": true,
"_location": "/bindings",
"_nodeVersion": "8.1.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bindings-1.3.0.tgz_1500923768710_0.3334669852629304"
},
"_npmUser": {
"email": "nathan@tootallnate.net",
"name": "tootallnate"
},
"_npmVersion": "5.0.3",
"_phantomChildren": {},
"_requested": {
"name": "bindings",
"raw": "bindings@^1.2.1",
"rawSpec": "^1.2.1",
"scope": null,
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/weak"
],
"_resolved": "https://registry.npm.taobao.org/bindings/download/bindings-1.3.0.tgz",
"_shasum": "b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7",
"_shrinkwrap": null,
"_spec": "bindings@^1.2.1",
"_where": "/Users/lvruheng/android_interview/node_modules/weak",
"author": {
"email": "nathan@tootallnate.net",
"name": "Nathan Rajlich",
"url": "http://tootallnate.net"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-bindings/issues"
},
"dependencies": {},
"description": "Helper module for loading your native module's .node file",
"devDependencies": {},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7",
"size": 3761,
"tarball": "http://registry.npm.taobao.org/bindings/download/bindings-1.3.0.tgz"
},
"gitHead": "7fd065ee85386ad3d074d2506e03abe8f9b1588b",
"homepage": "https://github.com/TooTallNate/node-bindings",
"keywords": [
"native",
"addon",
"bindings",
"gyp",
"waf",
"c",
"c++"
],
"license": "MIT",
"main": "./bindings.js",
"maintainers": [
{
"email": "nathan@tootallnate.net",
"name": "tootallnate"
}
],
"name": "bindings",
"optionalDependencies": {},
"publish_time": 1500923768991,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-bindings.git"
},
"version": "1.3.0"
}