aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-debug/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-debug/package.json')
-rw-r--r--node_modules/gulp-debug/package.json109
1 files changed, 23 insertions, 86 deletions
diff --git a/node_modules/gulp-debug/package.json b/node_modules/gulp-debug/package.json
index 69eacb01a..76d7f2d64 100644
--- a/node_modules/gulp-debug/package.json
+++ b/node_modules/gulp-debug/package.json
@@ -1,84 +1,23 @@
{
- "_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",
+ "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",
"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"
},
+ "scripts": {
+ "test": "mocha"
+ },
"files": [
"index.js"
],
- "gitHead": "e210ff710bff3333eccdee6f39d4a2b6ec2dbbbf",
- "homepage": "https://github.com/sindresorhus/gulp-debug",
"keywords": [
"gulpplugin",
"debug",
@@ -91,22 +30,20 @@
"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"
+ "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"
},
- "version": "2.1.2"
+ "devDependencies": {
+ "gulp": "^3.8.10",
+ "mocha": "*",
+ "proxyquire": "^1.0.1",
+ "sinon": "^1.9.1",
+ "strip-ansi": "^3.0.0"
+ }
}