package.json
1.46 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
{
"_from": "kew@~0.7.0",
"_id": "kew@0.7.0",
"_inBundle": false,
"_integrity": "sha1-edk9LTM2PW/dKXCzNdkUGtWR15s=",
"_location": "/kew",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "kew@~0.7.0",
"name": "kew",
"escapedName": "kew",
"rawSpec": "~0.7.0",
"saveSpec": null,
"fetchSpec": "~0.7.0"
},
"_requiredBy": [
"/phantomjs"
],
"_resolved": "http://registry.npmjs.org/kew/-/kew-0.7.0.tgz",
"_shasum": "79d93d2d33363d6fdd2970b335d9141ad591d79b",
"_spec": "kew@~0.7.0",
"_where": "D:\\OSS project\\YTMT\\node_modules\\phantomjs",
"authors": [
"Jeremy Stanley <github@azulus.com> (https://github.com/azulus)",
"Nick Santos <nick@medium.com>",
"Xiao Ma <x@medium.com>"
],
"bugs": {
"url": "https://github.com/Medium/kew/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "a lightweight promise library for node",
"devDependencies": {
"closure-npc": "0.1.5",
"nodeunit": "0.9.0",
"q": "0.9.7"
},
"homepage": "https://github.com/Medium/kew",
"keywords": [
"kew",
"promises"
],
"license": "Apache-2.0",
"main": "./kew.js",
"name": "kew",
"repository": {
"type": "git",
"url": "git+https://github.com/Medium/kew.git"
},
"scripts": {
"test": "nodeunit test && closure-npc ./test/closure_test.js --jscomp_error=checkTypes"
},
"version": "0.7.0"
}