package.json
2.88 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
{
"_args": [
[
{
"escapedName": "gulp-notify",
"name": "gulp-notify",
"raw": "gulp-notify",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "gulp-notify@latest",
"_id": "gulp-notify@3.0.0",
"_inCache": true,
"_location": "/gulp-notify",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/gulp-notify-3.0.0.tgz_1485549422227_0.34399373549968004"
},
"_npmUser": {
"email": "mikaelbre@gmail.com",
"name": "mikaelb"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {
"lodash._reinterpolate": "3.0.0"
},
"_requested": {
"escapedName": "gulp-notify",
"name": "gulp-notify",
"raw": "gulp-notify",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-3.0.0.tgz",
"_shasum": "a04b8af9acdbe4e63c845678ce0c3d30694c59a3",
"_shrinkwrap": null,
"_spec": "gulp-notify",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"email": "mikaelbre@gmail.com",
"name": "Mikael Brevik",
"url": "https://github.com/mikaelbr"
},
"bugs": {
"url": "https://github.com/mikaelbr/gulp-notify/issues"
},
"dependencies": {
"gulp-util": "^3.0.8",
"lodash.template": "^4.4.0",
"node-notifier": "^5.0.1",
"node.extend": "^1.1.6",
"through2": "^2.0.3"
},
"description": "gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-plumber": "^1.1.0",
"mocha": "^3.2.0",
"should": "^11.2.0"
},
"directories": {},
"dist": {
"shasum": "a04b8af9acdbe4e63c845678ce0c3d30694c59a3",
"tarball": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-3.0.0.tgz"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"gitHead": "658efc5d81ae0d5224a053100653d46000319373",
"homepage": "https://github.com/mikaelbr/gulp-notify",
"keywords": [
"gulpplugin",
"notify",
"gulp",
"notification",
"reporter",
"windows notification",
"mac notification",
"notify-send",
"notify-osd",
"growl"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"email": "mikaelbre@gmail.com",
"name": "mikaelb"
}
],
"name": "gulp-notify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mikaelbr/gulp-notify.git"
},
"scripts": {
"gulp": "gulp --gulpfile ./examples/gulpfile.js",
"test": "mocha -R spec"
},
"version": "3.0.0"
}