90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"gulp-notify@3.2.0",
|
|
"F:\\laragon\\www\\wishthis"
|
|
]
|
|
],
|
|
"_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",
|
|
"author": {
|
|
"name": "Mikael Brevik",
|
|
"email": "mikaelbre@gmail.com",
|
|
"url": "https://github.com/mikaelbr"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikaelbr/gulp-notify/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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.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"
|
|
},
|
|
"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"
|
|
}
|