12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "gulp-debug@^4.0.0",
- "_id": "[email protected]",
- "_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"
- },
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "036f9539c3fb6af720e01a9ea5c195fc73f29d5b",
- "_spec": "gulp-debug@^4.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Sindre Sorhus",
- "email": "[email protected]",
- "url": "sindresorhus.com"
- },
- "ava": {
- "serial": true
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/gulp-debug/issues"
- },
- "bundleDependencies": false,
- "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"
- },
- "deprecated": false,
- "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"
- }
|