forked from wind-liang/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.41 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.41 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
{
"_args": [
[
{
"name": "process-nextick-args",
"raw": "process-nextick-args@~2.0.0",
"rawSpec": "~2.0.0",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"E:\\WEB\\leetcode\\node_modules\\readable-stream"
]
],
"_from": "process-nextick-args@>=2.0.0 <2.1.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/process-nextick-args",
"_nodeVersion": "8.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/process-nextick-args-2.0.0.tgz_1513027423688_0.4807069287635386"
},
"_npmUser": {
"email": "[email protected]",
"name": "cwmma"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"name": "process-nextick-args",
"raw": "process-nextick-args@~2.0.0",
"rawSpec": "~2.0.0",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
"_shasum": "a37d732f4271b4ab1ad070d35508e8290788ffaa",
"_shrinkwrap": null,
"_spec": "process-nextick-args@~2.0.0",
"_where": "E:\\WEB\\leetcode\\node_modules\\readable-stream",
"author": "",
"bugs": {
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
},
"dependencies": {},
"description": "process.nextTick but always with args",
"devDependencies": {
"tap": "~0.2.6"
},
"directories": {},
"dist": {
"integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
"shasum": "a37d732f4271b4ab1ad070d35508e8290788ffaa",
"tarball": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "8407900951af3e7651fca50f127f0e4ddc01ad55",
"homepage": "https://github.com/calvinmetcalf/process-nextick-args",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "[email protected]",
"name": "cwmma"
}
],
"name": "process-nextick-args",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
},
"scripts": {
"test": "node test.js"
},
"version": "2.0.0"
}