package.json
2.37 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
{
"_args": [
[
{
"raw": "growly@^1.3.0",
"scope": null,
"escapedName": "growly",
"name": "growly",
"rawSpec": "^1.3.0",
"spec": ">=1.3.0 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/node-notifier"
]
],
"_from": "growly@>=1.3.0 <2.0.0",
"_id": "growly@1.3.0",
"_inCache": true,
"_location": "/growly",
"_nodeVersion": "0.12.7",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/growly-1.3.0.tgz_1459012218996_0.0014680565800517797"
},
"_npmUser": {
"name": "theabraham",
"email": "abrahamalrajhi@gmail.com"
},
"_npmVersion": "2.12.1",
"_phantomChildren": {},
"_requested": {
"raw": "growly@^1.3.0",
"scope": null,
"escapedName": "growly",
"name": "growly",
"rawSpec": "^1.3.0",
"spec": ">=1.3.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
"_shasum": "f10748cbe76af964b7c96c93c6bcc28af120c081",
"_shrinkwrap": null,
"_spec": "growly@^1.3.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/node-notifier",
"author": {
"name": "Ibrahim Al-Rajhi",
"email": "abrahamalrajhi@gmail.com",
"url": "http://ibrahimalrajhi.com/"
},
"bugs": {
"url": "http://github.com/theabraham/growly/issues"
},
"dependencies": {},
"description": "Simple zero-dependency Growl notifications using GNTP.",
"devDependencies": {},
"directories": {
"example": "example",
"lib": "lib"
},
"dist": {
"shasum": "f10748cbe76af964b7c96c93c6bcc28af120c081",
"tarball": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz"
},
"gitHead": "bb5d7cdffa7ca05f1430b978dbc8a5f4e776492b",
"homepage": "https://github.com/theabraham/growly#readme",
"keywords": [
"growl",
"growly",
"snarl",
"notifications",
"gntp",
"messages"
],
"license": "MIT",
"main": "lib/growly.js",
"maintainers": [
{
"name": "theabraham",
"email": "abrahamalrajhi@gmail.com"
}
],
"name": "growly",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/theabraham/growly.git"
},
"scripts": {},
"version": "1.3.0"
}