package.json
1.67 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
{
"_from": "growl@1.10.3",
"_id": "growl@1.10.3",
"_inBundle": false,
"_integrity": "sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q==",
"_location": "/growl",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "growl@1.10.3",
"name": "growl",
"escapedName": "growl",
"rawSpec": "1.10.3",
"saveSpec": null,
"fetchSpec": "1.10.3"
},
"_requiredBy": [
"/mocha"
],
"_resolved": "https://registry.npmjs.org/growl/-/growl-1.10.3.tgz",
"_shasum": "1926ba90cf3edfe2adb4927f5880bc22c66c790f",
"_spec": "growl@1.10.3",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\mocha",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/tj/node-growl/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Growl unobtrusive notifications",
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0"
},
"engines": {
"node": ">=4.x"
},
"homepage": "https://github.com/tj/node-growl#readme",
"license": "MIT",
"main": "./lib/growl.js",
"maintainers": [
{
"name": "Joshua Boy Nicolai Appelman",
"email": "joshua@jbnicolai.nl"
},
{
"name": "Timo Sand",
"email": "timo.sand@iki.fi"
}
],
"name": "growl",
"repository": {
"type": "git",
"url": "git://github.com/tj/node-growl.git"
},
"scripts": {
"lint": "eslint --ext js lib ",
"test": "node test.js"
},
"version": "1.10.3"
}