package.json
3.31 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
116
117
118
119
120
{
"_args": [
[
{
"raw": "node-notifier@^5.0.1",
"scope": null,
"escapedName": "node-notifier",
"name": "node-notifier",
"rawSpec": "^5.0.1",
"spec": ">=5.0.1 <6.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/gulp-notify"
]
],
"_from": "node-notifier@>=5.0.1 <6.0.0",
"_id": "node-notifier@5.0.2",
"_inCache": true,
"_location": "/node-notifier",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/node-notifier-5.0.2.tgz_1485625891219_0.8360252929851413"
},
"_npmUser": {
"name": "mikaelb",
"email": "mikaelbre@gmail.com"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "node-notifier@^5.0.1",
"scope": null,
"escapedName": "node-notifier",
"name": "node-notifier",
"rawSpec": "^5.0.1",
"spec": ">=5.0.1 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-notify"
],
"_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.0.2.tgz",
"_shasum": "4438449fe69e321f941cef943986b0797032701b",
"_shrinkwrap": null,
"_spec": "node-notifier@^5.0.1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/gulp-notify",
"author": {
"name": "Mikael Brevik"
},
"bugs": {
"url": "https://github.com/mikaelbr/node-notifier/issues"
},
"dependencies": {
"growly": "^1.3.0",
"semver": "^5.3.0",
"shellwords": "^0.1.0",
"which": "^1.2.12"
},
"description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"jest": "^18.1.0"
},
"directories": {
"example": "example",
"test": "test"
},
"dist": {
"shasum": "4438449fe69e321f941cef943986b0797032701b",
"tarball": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.0.2.tgz"
},
"gitHead": "bacce44ee678f5feefd3577be977c9327d5f108c",
"homepage": "https://github.com/mikaelbr/node-notifier#readme",
"jest": {
"testRegex": "/test/[^_]*.js",
"testEnvironment": "node",
"setupTestFrameworkScriptFile": "./test/_test-matchers.js"
},
"keywords": [
"notification center",
"mac os x 10.8",
"notify",
"terminal-notifier",
"notify-send",
"growl",
"windows 8 notification",
"toaster",
"notification"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "mikaelb",
"email": "mikaelbre@gmail.com"
}
],
"name": "node-notifier",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
},
"scripts": {
"example": "node ./example/message.js",
"example:mac": "node ./example/advanced.js",
"example:mac:input": "node ./example/macInput.js",
"example:windows": "node ./example/toaster.js",
"lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js",
"pretest": "npm run lint",
"test": "jest"
},
"version": "5.0.2"
}