wallet-core/node_modules/gulp-debug/package.json

53 lines
981 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "gulp-debug",
2018-09-20 02:56:13 +02:00
"version": "3.2.0",
2017-08-14 05:01:11 +02:00
"description": "Debug Vinyl file streams to see what files are run through your Gulp pipeline",
2016-11-03 01:33:53 +01:00
"license": "MIT",
"repository": "sindresorhus/gulp-debug",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
2017-08-14 05:01:11 +02:00
"url": "sindresorhus.com"
2016-10-10 03:43:44 +02:00
},
"engines": {
2017-08-14 05:01:11 +02:00
"node": ">=4"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
2018-09-20 02:56:13 +02:00
"test": "xo && ava"
2016-11-03 01:33:53 +01:00
},
2016-10-10 03:43:44 +02:00
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"debug",
"debugging",
"inspect",
"log",
"logger",
"vinyl",
"file",
"fs"
],
2016-11-03 01:33:53 +01:00
"dependencies": {
2018-09-20 02:56:13 +02:00
"chalk": "^2.3.0",
"fancy-log": "^1.3.2",
2016-11-03 01:33:53 +01:00
"plur": "^2.0.0",
2017-08-14 05:01:11 +02:00
"stringify-object": "^3.0.0",
2016-11-03 01:33:53 +01:00
"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": {
2018-09-20 02:56:13 +02:00
"ava": "*",
2016-11-03 01:33:53 +01:00
"gulp": "^3.8.10",
2018-09-20 02:56:13 +02:00
"p-event": "^1.0.0",
"sinon": "^4.1.3",
"strip-ansi": "^4.0.0",
"vinyl": "^2.1.0",
2017-08-14 05:01:11 +02:00
"xo": "*"
2018-09-20 02:56:13 +02:00
},
"ava": {
"serial": true
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}