motion
Version:
motion - moving development forward
106 lines (105 loc) • 2.73 kB
JSON
{
"_args": [
[
"gulp-plumber@1.0.0",
"/Users/nw/motion/packages/motion"
]
],
"_from": "gulp-plumber@1.0.0",
"_id": "gulp-plumber@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/gulp-plumber",
"_npmUser": {
"email": "floatdrop@gmail.com",
"name": "floatdrop"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31",
"xtend": "4.0.1"
},
"_requested": {
"name": "gulp-plumber",
"raw": "gulp-plumber@1.0.0",
"rawSpec": "1.0.0",
"scope": null,
"spec": "1.0.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.0.0.tgz",
"_shasum": "3558dd7b82ff1ddd0e83253725b9fc4a6341d6fc",
"_shrinkwrap": null,
"_spec": "gulp-plumber@1.0.0",
"_where": "/Users/nw/motion/packages/motion",
"author": {
"email": "floatdrop@gmail.com",
"name": "Vsevolod Strukchinsky",
"url": "https://github.com/floatdrop"
},
"bugs": {
"url": "https://github.com/floatdrop/gulp-plumber/issues"
},
"dependencies": {
"gulp-util": "~3",
"through2": "~0.6"
},
"description": "Prevent pipe breaking caused by errors from gulp plugins",
"devDependencies": {
"coveralls": "~2.11.1",
"event-stream": "~3.1.7",
"gulp": "~3",
"gulp-grep-stream": "0.0.2",
"gulp-mocha": "~1.0.0",
"gulp-watch": "~0.6.9",
"istanbul": "~0.3.0",
"mocha": "~1.21.4",
"mocha-lcov-reporter": "0.0.1",
"should": "~4.0.4",
"through": "~2.3.4"
},
"directories": {},
"dist": {
"shasum": "3558dd7b82ff1ddd0e83253725b9fc4a6341d6fc",
"tarball": "http://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.0.0.tgz"
},
"engines": {
"node": ">=0.10",
"npm": ">=1.2.10"
},
"gitHead": "88ce3f811b87abaaa5f718b8ce396cc95e9fc1ad",
"homepage": "https://github.com/floatdrop/gulp-plumber",
"keywords": [
"gulpplugin"
],
"licenses": [
{
"type": "MIT"
}
],
"main": "./index.js",
"maintainers": [
{
"name": "floatdrop",
"email": "floatdrop@gmail.com"
}
],
"name": "gulp-plumber",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/floatdrop/gulp-plumber.git"
},
"scripts": {
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec"
},
"version": "1.0.0"
}