wishthis/node_modules/gulp-debug/package.json
2022-02-23 17:41:13 +01:00

96 lines
2.1 KiB
JSON

{
"_args": [
[
"gulp-debug@4.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-debug@4.0.0",
"_id": "gulp-debug@4.0.0",
"_inBundle": false,
"_integrity": "sha512-cn/GhMD2nVZCVxAl5vWao4/dcoZ8wUJ8w3oqTvQaGDmC1vT7swNOEbhQTWJp+/otKePT64aENcqAQXDcdj5H1g==",
"_location": "/gulp-debug",
"_phantomChildren": {
"color-convert": "1.9.3",
"escape-string-regexp": "1.0.5",
"has-flag": "3.0.0",
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-debug@4.0.0",
"name": "gulp-debug",
"escapedName": "gulp-debug",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-debug/-/gulp-debug-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"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": "^3.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": "^4.0.0",
"p-event": "^1.0.0",
"sinon": "^4.1.3",
"strip-ansi": "^4.0.0",
"vinyl": "^2.1.0",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"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",
"peerDependencies": {
"gulp": ">=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/gulp-debug.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "4.0.0"
}