2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args" : [
[
"gulp-notify@3.2.0" ,
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
] ,
2022-02-23 16:41:13 +00:00
"_from" : "gulp-notify@3.2.0" ,
"_id" : "gulp-notify@3.2.0" ,
"_inBundle" : false ,
"_integrity" : "sha512-qEocs1UVoDKKUjfsxJNMNwkRla0PbsyJwsqNNXpzYWsLQ29LhxRMY3wnTGZcc4hMHtalnvah/Dwlwb4NijH/0A==" ,
"_location" : "/gulp-notify" ,
"_phantomChildren" : {
"ansi-cyan" : "0.1.1" ,
"ansi-red" : "0.1.1" ,
"arr-flatten" : "1.1.0" ,
"readable-stream" : "2.3.7" ,
"xtend" : "4.0.2"
} ,
"_requested" : {
"type" : "version" ,
"registry" : true ,
"raw" : "gulp-notify@3.2.0" ,
"name" : "gulp-notify" ,
"escapedName" : "gulp-notify" ,
"rawSpec" : "3.2.0" ,
"saveSpec" : null ,
"fetchSpec" : "3.2.0"
} ,
"_requiredBy" : [
"/fomantic-ui"
] ,
"_resolved" : "https://registry.npmjs.org/gulp-notify/-/gulp-notify-3.2.0.tgz" ,
"_spec" : "3.2.0" ,
"_where" : "F:\\laragon\\www\\wishthis" ,
2022-01-21 08:28:41 +00:00
"author" : {
"name" : "Mikael Brevik" ,
"email" : "mikaelbre@gmail.com" ,
"url" : "https://github.com/mikaelbr"
} ,
2022-02-23 16:41:13 +00:00
"bugs" : {
"url" : "https://github.com/mikaelbr/gulp-notify/issues"
2022-01-21 08:28:41 +00:00
} ,
"dependencies" : {
"ansi-colors" : "^1.0.1" ,
"fancy-log" : "^1.3.2" ,
"lodash.template" : "^4.4.0" ,
"node-notifier" : "^5.2.1" ,
"node.extend" : "^2.0.0" ,
"plugin-error" : "^0.1.2" ,
"through2" : "^2.0.3"
} ,
2022-02-23 16:41:13 +00:00
"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" ,
2022-01-21 08:28:41 +00:00
"devDependencies" : {
"gulp" : "^3.9.1" ,
"gulp-plumber" : "^1.2.0" ,
"mocha" : "^4.1.0" ,
"should" : "^13.2.1" ,
"vinyl" : "^2.1.0"
} ,
"engines" : {
"node" : ">=0.8.0" ,
"npm" : ">=1.2.10"
} ,
2022-02-23 16:41:13 +00:00
"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" ,
"name" : "gulp-notify" ,
"repository" : {
"type" : "git" ,
"url" : "git://github.com/mikaelbr/gulp-notify.git"
} ,
"scripts" : {
"gulp" : "gulp --gulpfile ./examples/gulpfile.js" ,
"test" : "mocha -R spec"
} ,
"version" : "3.2.0"
2022-01-21 08:28:41 +00:00
}