package.json
2.12 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": [
[
{
"raw": "growl@1.9.2",
"scope": null,
"escapedName": "growl",
"name": "growl",
"rawSpec": "1.9.2",
"spec": "1.9.2",
"type": "version"
},
"/Users/admin/Documents/workspace/programming/node_modules/mocha"
]
],
"_from": "growl@1.9.2",
"_id": "growl@1.9.2",
"_inCache": true,
"_location": "/growl",
"_nodeVersion": "0.12.7",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/growl-1.9.2.tgz_1456056369289_0.9604133665561676"
},
"_npmUser": {
"name": "jbnicolai",
"email": "jappelman@xebia.com"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"raw": "growl@1.9.2",
"scope": null,
"escapedName": "growl",
"name": "growl",
"rawSpec": "1.9.2",
"spec": "1.9.2",
"type": "version"
},
"_requiredBy": [
"/mocha"
],
"_resolved": "https://registry.npmjs.org/growl/-/growl-1.9.2.tgz",
"_shasum": "0ea7743715db8d8de2c5ede1775e1b45ac85c02f",
"_shrinkwrap": null,
"_spec": "growl@1.9.2",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/mocha",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/tj/node-growl/issues"
},
"dependencies": {},
"description": "Growl unobtrusive notifications",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "0ea7743715db8d8de2c5ede1775e1b45ac85c02f",
"tarball": "https://registry.npmjs.org/growl/-/growl-1.9.2.tgz"
},
"gitHead": "dc8aae046df328edd32dd69f3cd2d6b114d7018e",
"homepage": "https://github.com/tj/node-growl",
"license": "MIT",
"main": "./lib/growl.js",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "jbnicolai",
"email": "jappelman@xebia.com"
}
],
"name": "growl",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/tj/node-growl.git"
},
"scripts": {},
"version": "1.9.2"
}