2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "gulp-debug",
|
|
|
|
"version": "2.1.2",
|
|
|
|
"description": "Debug vinyl file streams to see what files are run through your gulp pipeline",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/gulp-debug",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "http://sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"gulpplugin",
|
|
|
|
"debug",
|
|
|
|
"debugging",
|
|
|
|
"inspect",
|
|
|
|
"log",
|
|
|
|
"logger",
|
|
|
|
"vinyl",
|
|
|
|
"file",
|
|
|
|
"inspect",
|
|
|
|
"fs"
|
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^1.0.0",
|
|
|
|
"gulp-util": "^3.0.0",
|
|
|
|
"object-assign": "^4.0.1",
|
|
|
|
"plur": "^2.0.0",
|
|
|
|
"stringify-object": "^2.3.0",
|
|
|
|
"through2": "^2.0.0",
|
|
|
|
"tildify": "^1.1.2"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^3.8.10",
|
|
|
|
"mocha": "*",
|
|
|
|
"proxyquire": "^1.0.1",
|
|
|
|
"sinon": "^1.9.1",
|
|
|
|
"strip-ansi": "^3.0.0"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|