1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "gulp-notify@^3.0.0",
- "_id": "[email protected]",
- "_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",
- "lodash._reinterpolate": "3.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "gulp-notify@^3.0.0",
- "name": "gulp-notify",
- "escapedName": "gulp-notify",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-3.2.0.tgz",
- "_shasum": "2ae8225009df881eef59be5dd5a2f1337387764e",
- "_spec": "gulp-notify@^3.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Mikael Brevik",
- "email": "[email protected]",
- "url": "https://github.com/mikaelbr"
- },
- "bugs": {
- "url": "https://github.com/mikaelbr/gulp-notify/issues"
- },
- "bundleDependencies": false,
- "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"
- },
- "deprecated": false,
- "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"
- }
|