File: /var/www/zaklada/html/node_modules/gulp-debug/package.json
{
"_args": [
[
"gulp-debug@3.2.0",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "gulp-debug@3.2.0",
"_id": "gulp-debug@3.2.0",
"_inBundle": false,
"_integrity": "sha512-2LZzP+ydczqz1rhqq/NYxvVvYTmOa0IgBl2B1sQTdkQgku9ayOUM/KHuGPjF4QA5aO1VcG+Sskw7iCcRUqHKkA==",
"_location": "/gulp-debug",
"_phantomChildren": {
"color-convert": "1.9.3",
"escape-string-regexp": "1.0.5",
"has-flag": "3.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-debug@3.2.0",
"name": "gulp-debug",
"escapedName": "gulp-debug",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-debug/-/gulp-debug-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"ava": {
"serial": true
},
"bugs": {
"url": "https://github.com/sindresorhus/gulp-debug/issues"
},
"dependencies": {
"chalk": "^2.3.0",
"fancy-log": "^1.3.2",
"plur": "^2.0.0",
"stringify-object": "^3.0.0",
"through2": "^2.0.0",
"tildify": "^1.1.2"
},
"description": "Debug Vinyl file streams to see what files are run through your Gulp pipeline",
"devDependencies": {
"ava": "*",
"gulp": "^3.8.10",
"p-event": "^1.0.0",
"sinon": "^4.1.3",
"strip-ansi": "^4.0.0",
"vinyl": "^2.1.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/gulp-debug#readme",
"keywords": [
"gulpplugin",
"debug",
"debugging",
"inspect",
"log",
"logger",
"vinyl",
"file",
"fs"
],
"license": "MIT",
"name": "gulp-debug",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/gulp-debug.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.2.0"
}