package.json
2.02 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
{
"_args": [
[
{
"raw": "caller@~0.0.1",
"scope": null,
"escapedName": "caller",
"name": "caller",
"rawSpec": "~0.0.1",
"spec": ">=0.0.1 <0.1.0",
"type": "range"
},
"/root/junhukang/node_modules/shush"
]
],
"_from": "caller@>=0.0.1 <0.1.0",
"_id": "caller@0.0.1",
"_inCache": true,
"_installable": true,
"_location": "/caller",
"_npmUser": {
"name": "totherik",
"email": "totherik@gmail.com"
},
"_npmVersion": "1.3.17",
"_phantomChildren": {},
"_requested": {
"raw": "caller@~0.0.1",
"scope": null,
"escapedName": "caller",
"name": "caller",
"rawSpec": "~0.0.1",
"spec": ">=0.0.1 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/shush"
],
"_resolved": "https://registry.npmjs.org/caller/-/caller-0.0.1.tgz",
"_shasum": "f37a1d6ea10e829d94721ae29a90bb4fb52ab767",
"_shrinkwrap": null,
"_spec": "caller@~0.0.1",
"_where": "/root/junhukang/node_modules/shush",
"author": {
"name": "Erik Toth",
"email": "totherik@gmail.com"
},
"bugs": {
"url": "https://github.com/totherik/caller/issues"
},
"dependencies": {
"tape": "~2.3.2"
},
"description": "@substack's caller.js as a module",
"devDependencies": {
"tape": "~2.3.2"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "f37a1d6ea10e829d94721ae29a90bb4fb52ab767",
"tarball": "https://registry.npmjs.org/caller/-/caller-0.0.1.tgz"
},
"gitHead": "15bef0805246629cc89fb71ded29e674009ffc45",
"homepage": "https://github.com/totherik/caller",
"keywords": [
"caller",
"file",
"require"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "totherik",
"email": "totherik@gmail.com"
}
],
"name": "caller",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/totherik/caller.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "0.0.1"
}