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

86 lines
2 KiB
JSON

{
"_args": [
[
"gulp-plumber@1.2.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-plumber@1.2.1",
"_id": "gulp-plumber@1.2.1",
"_inBundle": false,
"_integrity": "sha512-mctAi9msEAG7XzW5ytDVZ9PxWMzzi1pS2rBH7lA095DhMa6KEXjm+St0GOCc567pJKJ/oCvosVAZEpAey0q2eQ==",
"_location": "/gulp-plumber",
"_phantomChildren": {
"ansi-cyan": "0.1.1",
"ansi-red": "0.1.1",
"arr-flatten": "1.1.0",
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-plumber@1.2.1",
"name": "gulp-plumber",
"escapedName": "gulp-plumber",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "https://github.com/floatdrop"
},
"bugs": {
"url": "https://github.com/floatdrop/gulp-plumber/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"fancy-log": "^1.3.2",
"plugin-error": "^0.1.2",
"through2": "^2.0.3"
},
"description": "Prevent pipe breaking caused by errors from gulp plugins",
"devDependencies": {
"coveralls": "^2.11.6",
"event-stream": "3.3.4",
"gulp": "^3.9.1",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.0.0",
"should": "^8.2.2",
"through": "^2.3.8",
"xo": "^0.12.1"
},
"engines": {
"node": ">=0.10",
"npm": ">=1.2.10"
},
"homepage": "https://github.com/floatdrop/gulp-plumber",
"keywords": [
"gulpplugin"
],
"license": "MIT",
"main": "./index.js",
"name": "gulp-plumber",
"repository": {
"type": "git",
"url": "git://github.com/floatdrop/gulp-plumber.git"
},
"scripts": {
"test": "xo && mocha -R spec"
},
"version": "1.2.1",
"xo": {
"ignore": [
"test/**"
]
}
}