package.json
2.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_args": [
[
{
"raw": "tape@~2.3.2",
"scope": null,
"escapedName": "tape",
"name": "tape",
"rawSpec": "~2.3.2",
"spec": ">=2.3.2 <2.4.0",
"type": "range"
},
"/root/junhukang/node_modules/caller"
]
],
"_from": "tape@>=2.3.2 <2.4.0",
"_id": "tape@2.3.3",
"_inCache": true,
"_installable": true,
"_location": "/tape",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"_npmVersion": "1.4.6",
"_phantomChildren": {},
"_requested": {
"raw": "tape@~2.3.2",
"scope": null,
"escapedName": "tape",
"name": "tape",
"rawSpec": "~2.3.2",
"spec": ">=2.3.2 <2.4.0",
"type": "range"
},
"_requiredBy": [
"/caller"
],
"_resolved": "https://registry.npmjs.org/tape/-/tape-2.3.3.tgz",
"_shasum": "2e7ce0a31df09f8d6851664a71842e0ca5057af7",
"_shrinkwrap": null,
"_spec": "tape@~2.3.2",
"_where": "/root/junhukang/node_modules/caller",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"tape": "./bin/tape"
},
"bugs": {
"url": "https://github.com/substack/tape/issues"
},
"dependencies": {
"deep-equal": "~0.1.0",
"defined": "~0.0.0",
"inherits": "~2.0.1",
"jsonify": "~0.0.0",
"resumer": "~0.0.0",
"through": "~2.3.4"
},
"description": "tap-producing test harness for node and browsers",
"devDependencies": {
"falafel": "~0.1.4",
"tap": "~0.3.0"
},
"directories": {
"example": "example",
"test": "test"
},
"dist": {
"shasum": "2e7ce0a31df09f8d6851664a71842e0ca5057af7",
"tarball": "https://registry.npmjs.org/tape/-/tape-2.3.3.tgz"
},
"homepage": "https://github.com/substack/tape",
"keywords": [
"tap",
"test",
"harness",
"assert",
"browser"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "tape",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/tape.git"
},
"scripts": {
"test": "tap test/*.js"
},
"testling": {
"files": "test/browser/*.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"version": "2.3.3"
}