wallet-core/node_modules/gulp-debug/package.json
2016-10-10 03:43:44 +02:00

113 lines
2.6 KiB
JSON

{
"_args": [
[
{
"raw": "gulp-debug@^2.1.2",
"scope": null,
"escapedName": "gulp-debug",
"name": "gulp-debug",
"rawSpec": "^2.1.2",
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"/home/dold/repos/taler/wallet-webex"
]
],
"_from": "gulp-debug@>=2.1.2 <3.0.0",
"_id": "gulp-debug@2.1.2",
"_inCache": true,
"_location": "/gulp-debug",
"_nodeVersion": "4.1.1",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"raw": "gulp-debug@^2.1.2",
"scope": null,
"escapedName": "gulp-debug",
"name": "gulp-debug",
"rawSpec": "^2.1.2",
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-debug/-/gulp-debug-2.1.2.tgz",
"_shasum": "2f5fe5f64bcd1f4cf189c160e080c8ad06543094",
"_shrinkwrap": null,
"_spec": "gulp-debug@^2.1.2",
"_where": "/home/dold/repos/taler/wallet-webex",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/gulp-debug/issues"
},
"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"
},
"description": "Debug vinyl file streams to see what files are run through your gulp pipeline",
"devDependencies": {
"gulp": "^3.8.10",
"mocha": "*",
"proxyquire": "^1.0.1",
"sinon": "^1.9.1",
"strip-ansi": "^3.0.0"
},
"directories": {},
"dist": {
"shasum": "2f5fe5f64bcd1f4cf189c160e080c8ad06543094",
"tarball": "https://registry.npmjs.org/gulp-debug/-/gulp-debug-2.1.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "e210ff710bff3333eccdee6f39d4a2b6ec2dbbbf",
"homepage": "https://github.com/sindresorhus/gulp-debug",
"keywords": [
"gulpplugin",
"debug",
"debugging",
"inspect",
"log",
"logger",
"vinyl",
"file",
"inspect",
"fs"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "gulp-debug",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/gulp-debug.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.1.2"
}