{"maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"keywords":["gulpplugin"],"dist-tags":{"latest":"1.2.1"},"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"description":"Prevent pipe breaking caused by errors from gulp plugins","readme":"# :monkey: gulp-plumber\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]\n\n> Prevent pipe breaking caused by errors from [gulp](https://github.com/wearefractal/gulp) plugins\n\nThis :monkey:-patch plugin is fixing [issue with Node Streams piping](https://github.com/gulpjs/gulp/issues/91). For explanations, read [this small article](https://gist.github.com/floatdrop/8269868).\n\nBriefly it replaces `pipe` method and removes standard `onerror` handler on `error` event, which unpipes streams on error by default.\n\n## Usage :monkey:\n\nFirst, install `gulp-plumber` as a development dependency:\n\n```shell\nnpm install --save-dev gulp-plumber\n```\n\nThen, add it to your `gulpfile.js`:\n\n```javascript\nvar plumber = require('gulp-plumber');\nvar coffee = require('gulp-coffee');\n\ngulp.src('./src/*.ext')\n\t.pipe(plumber())\n\t.pipe(coffee())\n\t.pipe(gulp.dest('./dist'));\n```\n\n## API :monkey:\n\n### :monkey: plumber([options])\n\nReturns Stream, that fixes `pipe` methods on Streams that are next in pipeline.\n\n#### options\nType: `Object` / `Function`\nDefault: `{}`\n\nSets options described below from its properties. If type is `Function` it will be set as `errorHandler`.\n\n#### options.inherit\nType: `Boolean`\nDefault: `true`\n\nMonkeypatch `pipe` functions in underlying streams in pipeline.\n\n#### options.errorHandler\nType: `Boolean` / `Function` <br/>\nDefault: `true`\n\nHandle errors in underlying streams and output them to console.\n * `function` - it will be attached to stream `on('error')`.\n * `false` - error handler will not be attached.\n * `true` - default error handler will be attached.\n\n### plumber.stop()\n\nThis method will return default behaviour for pipeline after it was piped.\n\n```javascript\nvar plumber = require('gulp-plumber');\n\ngulp.src('./src/*.scss')\n    .pipe(plumber())\n    .pipe(sass())\n    .pipe(uglify())\n    .pipe(plumber.stop())\n    .pipe(gulp.dest('./dist'));\n```\n\n## License :monkey:\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n\n[npm-url]: https://npmjs.org/package/gulp-plumber\n[npm-image]: http://img.shields.io/npm/v/gulp-plumber.svg?style=flat\n\n[travis-url]: https://travis-ci.org/floatdrop/gulp-plumber\n[travis-image]: http://img.shields.io/travis/floatdrop/gulp-plumber.svg?style=flat\n\n[depstat-url]: https://david-dm.org/floatdrop/gulp-plumber\n[depstat-image]: http://img.shields.io/david/floatdrop/gulp-plumber.svg?style=flat\n","repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"users":{"550843110":true,"pid":true,"a1ip":true,"buya":true,"hema":true,"iolo":true,"joxe":true,"kmck":true,"lmhs":true,"lyoo":true,"rk4n":true,"abass":true,"delch":true,"denji":true,"h4des":true,"jacks":true,"kwesi":true,"nexts":true,"t1st3":true,"zoxon":true,"zplus":true,"agplan":true,"alvint":true,"arttse":true,"bebaps":true,"boluge":true,"borjes":true,"cryden":true,"daizch":true,"dkblay":true,"fbnlsr":true,"flayks":true,"glebec":true,"isyara":true,"jaguar":true,"johnym":true,"kasumi":true,"kelsen":true,"monjer":true,"muzhen":true,"olonam":true,"ovrmrw":true,"piotrd":true,"qoozoo":true,"tcrowe":true,"tedyhy":true,"tzsiga":true,"yangzw":true,"acoyang":true,"anderpo":true,"brunowm":true,"drewigg":true,"ezeikel":true,"hehehai":true,"ik_make":true,"itonyyo":true,"jtuulos":true,"jyounce":true,"keberox":true,"kokoruz":true,"maxwang":true,"noderat":true,"olliejt":true,"rrbiten":true,"saoskia":true,"seaniap":true,"siirial":true,"tdreitz":true,"thynado":true,"tmaciej":true,"ywc6688":true,"aditya_r":true,"aleesley":true,"andamira":true,"apfelbox":true,"arahnoid":true,"bapinney":true,"baskinco":true,"bob.cody":true,"elshahat":true,"flynntsc":true,"hypo9eal":true,"iamninad":true,"ifeature":true,"janet-lu":true,"jedchang":true,"jeromche":true,"jzelaya0":true,"lelivero":true,"mcharton":true,"mluberry":true,"nanikore":true,"otravers":true,"slowfish":true,"tcarlsen":true,"tdmalone":true,"thewolff":true,"treatkor":true,"waliente":true,"antixrist":true,"bian17888":true,"binaryjim":true,"chriscalo":true,"flying-dr":true,"fmakareev":true,"fstgeorge":true,"jerkovicl":true,"joaocunha":true,"kulakowka":true,"landy2014":true,"langylang":true,"larrychen":true,"levisl176":true,"maalthous":true,"mjurincic":true,"nice_body":true,"phritolay":true,"rubiadias":true,"sadsenpai":true,"samlaudev":true,"skidragon":true,"sqrtthree":true,"steel1990":true,"sushiifox":true,"tongjieme":true,"abdihaikal":true,"adammacias":true,"alexdevero":true,"asmolyakov":true,"brandonccx":true,"cfleschhut":true,"cognivator":true,"fahidjavid":true,"flip4bytes":true,"gerst20051":true,"goodseller":true,"isaacalves":true,"johnny_kim":true,"maxime1992":true,"monkeykode":true,"mrsoftware":true,"princetoad":true,"ridermansb":true,"sanketss84":true,"shadowlong":true,"shuoshubao":true,"smokinhuzi":true,"vincetardy":true,"13lank.null":true,"adrianorosa":true,"blakecscott":true,"brandonb927":true,"davidnyhuis":true,"dbracamonte":true,"drew.brokke":true,"ericwbailey":true,"evanj0hnson":true,"exampleuser":true,"faelcorreia":true,"giovannipds":true,"illuminator":true,"inori_lover":true,"joannerpena":true,"joshukraine":true,"kevin056066":true,"knownasilya":true,"maikeldaloo":true,"pines-cheng":true,"sabrinabgbc":true,"unclesowise":true,"wangnan0610":true,"amandavianna":true,"briancrumley":true,"dpjayasekara":true,"francisbrito":true,"goblindegook":true,"jacobarriola":true,"jahnestacado":true,"kiandrajayne":true,"liushuai0109":true,"luanluanluan":true,"moosecouture":true,"raiseandfall":true,"sure2darling":true,"ujwal_bharat":true,"chinawolf_wyp":true,"davidhellmann":true,"eduardocereto":true,"itsananderson":true,"ivan403704409":true,"marcelohmdias":true,"markthethomas":true,"polarisjunior":true,"aitoralejandro":true,"bigglesatlarge":true,"diegosoaresdev":true,"imaginegenesis":true,"pixel-industry":true,"thierrymarianne":true,"nicolasgodefroy7":true,"arthurvasconcelos":true},"bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"license":"MIT","versions":{"0.0.1":{"name":"gulp-plumber","version":"0.0.1","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.0.1","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"d1e3410af3589c9a1a12d4f2382d35d377f4f188","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.0.1.tgz","integrity":"sha512-Sxr96DlQQeP9PVMqQfiBm430Z+7w3Tm5t3qRyOUYCAeR7POFG1rVeMx1ZHg+1CWsrwQzB8ozbAQiYZd5swY6BQ==","signatures":[{"sig":"MEUCIDBEhj30bkRbRV9cXD93DBHZvi4bSG6cY74JPjRRGV64AiEAgUbYYRcBoSaKXpmHElo9Y0zg1TI9bWjUPRKVAJ+e0tY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{},"devDependencies":{"mocha":"~1.14.0","should":"~2.1.0","gulp-util":"~2.2.0"}},"0.1.0":{"name":"gulp-plumber","version":"0.1.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.1.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"9a135ac63a2fb794bea3cb7ee90df2e36fb5153a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.1.0.tgz","integrity":"sha512-Nlci8dYn1GVbXZeopTRnuW1n2ZICryaEcZVvSgHbdc/gxyp52UK1bKOw8PalFBPUjttT+zIR8kzanlxirioSmw==","signatures":[{"sig":"MEQCIF7iLr9Cc01HnIvFUYOInCkTiPSl7QROb5de43a5RNxwAiB0jjRuJwcP1HAm1P9OIYqS2/HzFarc+Pt1bCbU3zRVQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{},"devDependencies":{"mocha":"~1.14.0","should":"~2.1.0","gulp-util":"~2.2.0","event-stream":"~3.0.20"}},"0.2.0":{"name":"gulp-plumber","version":"0.2.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.2.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"800170f2a01cfa8f3e374545228634904754f326","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.2.0.tgz","integrity":"sha512-bBsRH+UWnzOjkpzUEMwUXXMhVgKIXM5t9mQ3YzT+juJSJsAB0tHn4r3GcjUI16YNCubcXD5cmT0CfWCP+MnFYA==","signatures":[{"sig":"MEQCIGex+V/C6TnOWytcTBdGUN46B8olKY11JW6nTPQN118ZAiBc5yASlqUem5qQ8b+Yd3zmxg71mBNE6+7/offSzOmfRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"mocha --reporter spec"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{},"devDependencies":{"mocha":"~1.14.0","should":"~2.1.0","gulp-util":"~2.2.0","event-stream":"~3.0.20"}},"0.2.1":{"name":"gulp-plumber","version":"0.2.1","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.2.1","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"6f451e7ba37588a009b53661a462c7c4eb3036e3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.2.1.tgz","integrity":"sha512-L9SYoDuOczcVR6LuFGpCp4rz6S8kTRKmkBUMkk85UrSHUCe5FdkCeLe0ywbKaHPrWWRzrmyv1CtbHkYAg8EL4Q==","signatures":[{"sig":"MEQCIAHFLLVloKoYPbwmYk1ur+9iaK/EHB2sQ3VVIu6rtX7OAiA4G90A6Ew+y2TAN4fpp6sG9OYEpbAAZttmbsjHKfkXTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"mocha --reporter spec"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{},"devDependencies":{"mocha":"~1.14.0","should":"~2.1.0","gulp-util":"~2.2.0","event-stream":"~3.0.20"}},"0.2.3":{"name":"gulp-plumber","version":"0.2.3","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.2.3","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"82cdc127d5abe96bdebb2da6a9be03ce87a4a251","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.2.3.tgz","integrity":"sha512-OKd0j+5nPY7WQEY852qKhJznBGG1jERiaCzlPTtXpWfuChiq8ArZqZJX79eGWCEwVW7vlv4sa5MJCSPVjilmOg==","signatures":[{"sig":"MEUCIQCI2ZoydbAXdfibCkG77bJZ/fGaBeeX0F78+hWeKkewfwIgcB+LtaNMfF5POmZt7zx0l22QaPLANCW5M1rPsw/JvZE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"mocha --reporter spec"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"gulp-util":"~2.2.0"},"devDependencies":{"mocha":"~1.14.0","should":"~2.1.0","event-stream":"~3.0.20"}},"0.3.0":{"name":"gulp-plumber","version":"0.3.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.3.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"35d1a889ed37b739fd35871d1a6bd3e6b8f1732a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.3.0.tgz","integrity":"sha512-ggXdjXz1duQeQ+sVZqDvPN5lD/60DFk46T4YmVQ156DlYxelgytIv4RGx8c1cLYt7FpQ2TBo4LXohduAuJAmOw==","signatures":[{"sig":"MEUCIApaHvC8f6snFS61HoSXo/6ifmf1BCuIbzDEw1K6SFpsAiEAl5PEQhCxsjQIqWPADmQbynsubK1XaRs9CHdCf3ZM+tg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"mocha --reporter spec"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","should":"~2.1.0","gulp-mocha":"~0.2.0","gulp-watch":"~0.3.2","event-stream":"~3.0.20"}},"0.4.0":{"name":"gulp-plumber","version":"0.4.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.4.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"310fb35fd63d5bef03a1a212ba2ed03c0827d890","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.4.0.tgz","integrity":"sha512-F4XXe/4z2IfAmqN37qMxpWUD0dh5Wf3x1s5G4UdLJCFAILbDnIdT1nJxxigPLDUEDlRZgFTrLAF05RVsLyVUCg==","signatures":[{"sig":"MEQCIEuzJyEYCCL7TpqEMUYzaXYuqh272jhR/iFyp6Mvx3qoAiBYTgUw5Mc++l25TFmos+fHMvBh5J2eYnzqAfzce92p4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","should":"~2.1.0","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.2.0","gulp-watch":"~0.3.2","event-stream":"~3.0.20","mocha-lcov-reporter":"0.0.1"}},"0.4.1":{"name":"gulp-plumber","version":"0.4.1","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.4.1","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"0a0f462c72d3b03e1f2fb65a982d635dda47762d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.4.1.tgz","integrity":"sha512-HjvDxVqrt0jqd/lP4INczgAHNKAYehJEStam7T56mxSTvBq7d7LaiXba6wObcSc/mgLDXQ0Wlio7oult7rOiig==","signatures":[{"sig":"MEUCIQDuGiVZzDTyccTTgW5GGcS6TrekcAyLl8rVUXoXGyfAuAIgBAcVl+SLB+r5n2q+Y2OTYXFcM8QyWWezy4KnXhq+vVM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","should":"~2.1.0","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.2.0","gulp-watch":"~0.3.2","event-stream":"~3.0.20","mocha-lcov-reporter":"0.0.1"}},"0.5.0-rc1":{"name":"gulp-plumber","version":"0.5.0-rc1","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.5.0-rc1","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"4e99ec2f15dfc36878219237fd35937c7a67be9f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.5.0-rc1.tgz","integrity":"sha512-wdB9efCm7vTi2tDP66zLyS9ev2tCWdaY7CK/L7x1ipEyRhx2fN63DYs4iagR1RngwSAEpmprM83iinW86FriXw==","signatures":[{"sig":"MEQCIF2oug81k+8o+vhdBnrTBI+p8fPLg9Fo3rEjepTSePJGAiBig4SYAgSae+TxE6P2Y1Vr26BbI64JdOxPfwBNirygjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","sinon":"~1.7.3","should":"~2.1.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.5.0":{"name":"gulp-plumber","version":"0.5.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.5.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"c0e1e83da67838347b0b87c6c58403353ba476b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.5.0.tgz","integrity":"sha512-A1x4sSQwDW3zRvzK3/UrqUKLURJ3SOvPxe4VbAoJLnaLITG1cLZHqUqCkhODqNDvSRJ7lO5XGAoLGJExCjQs0A==","signatures":[{"sig":"MEQCIFGdnn0skxPPlvcO8oKCelivoE45irnscFSdpNEW60cRAiAaZLDOv5pOAaJtx5YuV75xiRuREQKs1KEpANW7T3vmVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","sinon":"~1.7.3","should":"~2.1.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.5.1":{"name":"gulp-plumber","version":"0.5.1","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.5.1","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"e64c94d142f1687b96b23c4f2882659a9f979009","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.5.1.tgz","integrity":"sha512-pCHd6W/gsThaAuIUK4DZ9o4cRvH73/utj29wfA+bz2Oaf3TwvtkpTr+fhAREfQrhAmrn+4ljRL4Nwo8Ch5Ipuw==","signatures":[{"sig":"MEQCIEw3KQVbS4NUlwzfnD7QuXxk7VSTcjRn5YLE01yapoHqAiAjjAlJuQBPymgekYS8dm0LL2Ew1h2h/BuZV3rXgroEEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","sinon":"~1.7.3","should":"~2.1.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.5.2":{"name":"gulp-plumber","version":"0.5.2","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.5.2","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"8bc692faca64e84e1b36bfc49420354a979065e5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.5.2.tgz","integrity":"sha512-G7pmpznWUeTBP4vJT5gWTiodOB6Iz92zT3pYaKZPCfaDyA+f4F3zUvTwdsfyqSa3tDcGAClWKjCiVERvkxBpxA==","signatures":[{"sig":"MEUCIDuZXfJescGp8ZXfdGmVjLhff+f7h50bQJYuh8gYr7DSAiEAuHC79QICnNAxiNIc7f/EnJVVJfg5b8tKCHGTNr3K4II=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","sinon":"~1.7.3","should":"~2.1.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.5.3":{"name":"gulp-plumber","version":"0.5.3","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.5.3","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"8b438ef0fbb4c988fb0f24b1e62606ad536000e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.5.3.tgz","integrity":"sha512-rwupfMlAmdVoBROvCG7ESao8Ia2apYsM8hufy9ly4ZSwsFenTOxcFuFaAV95WW2HePz05/7JBQ4OYZZfav5+kg==","signatures":[{"sig":"MEUCIQD8ZR5fG0l7Rd6N+/jEoXYtCj0c+vtJYO+lhfVnpJrkdgIgbPMlWvDP6pBBZkDalsyD+h89PrribMlovz6GsER1bVA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"through":"~2.3.4","gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","sinon":"~1.7.3","should":"~2.1.1","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.5.4":{"name":"gulp-plumber","version":"0.5.4","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.5.4","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"2568dcf79554114a7eaa6d3d42862fc6ab4da640","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.5.4.tgz","integrity":"sha512-UhR4rvK8sVrhJBIlhJRR/e8NX+PoX1FNmbSA6O6ldHi5zI8QyDswNJPUEg85YQodgWKtKNLcFiDE/vl11+opTA==","signatures":[{"sig":"MEYCIQChCL5AxRuB99CXRalMJ9Cj9Gqt/ZIU0sUUPhnszH98xwIhAMEf3VmibfmV61leVavuDkHj54tfMmkFGM1tafFEvUtd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"through":"~2.3.4","gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","sinon":"~1.7.3","should":"~2.1.1","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.5.5":{"name":"gulp-plumber","version":"0.5.5","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.5.5","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"25576670d24fdcf86c62e2ab2f37278486c312f6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.5.5.tgz","integrity":"sha512-g5vLorYhvyJe3tbshiqoO7iF1WAB87QBZnQ6vbiHACKm9/w8T3E0ehjqEv0AdnNjJciJEbi2WNPWLtQlHcYpAQ==","signatures":[{"sig":"MEUCIQCPdU5kNQxDaCg8WfjkuuukwH5/pw4A3D9ZTBgkKFPMBAIgLHQ/kfLMmoxUbu4rp5vwxbTZ7yIcp4NbUU4CFViV/GU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"through":"~2.3.4","gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","sinon":"~1.7.3","should":"~2.1.1","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.5.6":{"name":"gulp-plumber","version":"0.5.6","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.5.6","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"f25ba0558c1b754bac2cf0ee2658cbbe76c7bf3d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.5.6.tgz","integrity":"sha512-r++zxJdONIlfez7URPQDqncjTyjZ+CNvEFGF2DetM11lvyhc96tNcx8j/x0iqJwCF2NllqflSAUu4vLSrrhtxg==","signatures":[{"sig":"MEUCIHd2GSliVE4FG74bqrf6PipyNtu/uu2bwqXRTPpdCxfeAiEA+6Uh3RWLhdtXz6+YPxMLyaS/npV74mpp+pIkzgKxO+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.3.11","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"through":"~2.3.4","gulp-util":"~2.2.0"},"devDependencies":{"gulp":"~3.2.4","mocha":"~1.14.0","sinon":"~1.7.3","should":"~2.1.1","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.6.0":{"name":"gulp-plumber","version":"0.6.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.6.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"0ce876d7d76ea2f04b00d8d8babc229fcf25c00b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.6.0.tgz","integrity":"sha512-Cnr8HQATU9lT+C+a2bgKeRhOSx431ltDDzY7mCpFOo05ClojKL5rnkVVjEp3VGz700FJoGpbUhtHM3tcAi07Zw==","signatures":[{"sig":"MEQCIEiTRJPaZSlzuuG8B0Z04IVwZcSxe9c9uyCG+5Q3ARfeAiATTI1IzKuqV5zpd0X5isHmXOPbHYIqolSDsXUXM0BMqQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/pipe*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.6","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"through2":"~0.4.1","gulp-util":"~2"},"devDependencies":{"gulp":"~3","async":"~0.2.10","mocha":"~1.14.0","sinon":"~1.7.3","rimraf":"~2.2.6","should":"~2.1.1","hashdir":"0.0.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.6.1":{"name":"gulp-plumber","version":"0.6.1","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.6.1","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"0744c1c2bb423745a035da1c89b8ce6f7c7d5e28","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.6.1.tgz","integrity":"sha512-GcCc8/p5r7pVxWGjBUIlSKqh3VPHh/Rsn5YXqw9iBRR2uS7yldFmQmqvBWEBVM29DM6CmfqV2yQXRNsrbOw5zg==","signatures":[{"sig":"MEUCIQCpLuYzbMrQim7x5zBzemlvWERcyXAB6jtCPGPvD4wndgIgLA6WRY2rlMCI+87NDoPFGwnLth4NcD1w45LY53Ypl80=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.6","description":"A plumber, for gulp pipeline","directories":{},"dependencies":{"through2":"~0.4.1","gulp-util":"~2"},"devDependencies":{"gulp":"~3","async":"~0.2.10","mocha":"~1.14.0","sinon":"~1.7.3","rimraf":"~2.2.6","should":"~2.1.1","hashdir":"0.0.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.6.2":{"name":"gulp-plumber","version":"0.6.2","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.6.2","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"52dff67270bea384659ef83d48473fbf664e463b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.6.2.tgz","integrity":"sha512-M+j4DQn/C5PTdUZjVFKnnMrxR1aRm0977H9rhEHVDlfgP+ue4oiQGnPn7w/BG0IAnxFgtcVlG0U2Gs5rT/IfoA==","signatures":[{"sig":"MEUCIQDDc9OMt3dpE1kbSoyl1rGH3oFrbwLme8lpC/9Wj7fqhgIgIl2sRRM2SJ/+sDhioeqeEoiL66N7ndElSVfpYaG1+U8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.6","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"dependencies":{"through2":"~0.4.1","gulp-util":"~2"},"devDependencies":{"gulp":"~3","async":"~0.2.10","mocha":"~1.14.0","sinon":"~1.7.3","rimraf":"~2.2.6","should":"~2.1.1","hashdir":"0.0.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.6.3":{"name":"gulp-plumber","version":"0.6.3","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.6.3","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"3a1035e0cb91da9e676a8c9eb63dc3e39b4cbd8e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.6.3.tgz","integrity":"sha512-1U3i6y7rR+FMg4Mn26amrtMW6TtW2R6WZ/eAH4vW9d2IR20VGBVVmnKJDD1sFdWXJcLUu3zTC9soN88cWfhqFQ==","signatures":[{"sig":"MEYCIQCalObeLidU2V/nbLRgZUNczDCXNZZrE2w8BgP0Ek1StwIhANLuPAGa66aiLMRjPWUv8W7pobaDgVHItrv0LbgtpYIq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.6","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"dependencies":{"through2":"~0.5","gulp-util":"~2"},"devDependencies":{"gulp":"~3","async":"~0.2.10","mocha":"~1.14.0","sinon":"~1.7.3","rimraf":"~2.2.6","should":"~2.1.1","hashdir":"0.0.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.6.4":{"name":"gulp-plumber","version":"0.6.4","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.6.4","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"ef0979b0cb33e604f9c7f06dcd975840f5bf41da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.6.4.tgz","integrity":"sha512-il7g0DIvWzXmJS/TsiXWBx0GVodF34li5AbPhrL/9WYGMBPGoWyiwat0rajcKY070EEt4TaYLq1AvEZAvNOT/A==","signatures":[{"sig":"MEUCIQDrXpA1/nWIvEoPNtqjdqb6HwoffkR5Ce4pYQS/FQMb8wIgWzy6bo+ok3xVLhhu46kPKy+TbvHJwdDwVPGNCXSjck8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"ef0979b0cb33e604f9c7f06dcd975840f5bf41da","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.9","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"dependencies":{"through2":"~0.5","gulp-util":"~3"},"devDependencies":{"gulp":"~3","async":"~0.2.10","mocha":"~1.14.0","sinon":"~1.7.3","rimraf":"~2.2.6","should":"~2.1.1","hashdir":"0.0.1","through":"~2.3.4","istanbul":"~0.1.44","coveralls":"~2.6.0","gulp-mocha":"~0.3.0","gulp-watch":"~0.3.3","event-stream":"~3.0.20","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.6.5":{"name":"gulp-plumber","version":"0.6.5","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.6.5","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"ad1a3f43369a903021176aba5fedafafaaaaca5a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.6.5.tgz","integrity":"sha512-h2V5NnIZ4rnmWyEexK4P/Iwvt1+OkxxfGSIaDid/+tNmrMDx1gUFNoV7ltdPxipdK9vX7c8jE1inrR2vLC9niw==","signatures":[{"sig":"MEUCIQCZZGmfDYCr9Hxhy9mjYbi+b3GM96w+TiMuLPom6scezAIgb2lkwrJ0nf+1kTSl1TGp2y91Gn8aD4HTwLdyO7VcyRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"ad1a3f43369a903021176aba5fedafafaaaaca5a","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.9","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"dependencies":{"through2":"~0.6","gulp-util":"~3"},"devDependencies":{"gulp":"~3","mocha":"~1.21.4","should":"~4.0.4","through":"~2.3.4","istanbul":"~0.3.0","coveralls":"~2.11.1","gulp-mocha":"~1.0.0","gulp-watch":"~0.6.9","event-stream":"~3.1.7","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"0.6.6":{"name":"gulp-plumber","version":"0.6.6","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@0.6.6","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"9f9846a513c70d03216ce7a2a8ce6fd5a3fc3175","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-0.6.6.tgz","integrity":"sha512-XmWkxQ4gwpFkmGurto7fOJw7I4z59FO3Y6PQ8e/+YG45dx1JlmM4GSw1kl1opUNxWFqoXFXMxBbGqCQuch4sIA==","signatures":[{"sig":"MEUCID1l8T+a1b1GzRuRkwGMfSYEGC2H6sdxesoWocdDVr4VAiEAinMB+gzb0kClkW3gY1hmBZRDeGgvy8hmg20vhsFNvAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"9f9846a513c70d03216ce7a2a8ce6fd5a3fc3175","engines":{"npm":">=1.2.10","node":">=0.10"},"scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.9","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"dependencies":{"through2":"~0.6","gulp-util":"~3"},"devDependencies":{"gulp":"~3","mocha":"~1.21.4","should":"~4.0.4","through":"~2.3.4","istanbul":"~0.3.0","coveralls":"~2.11.1","gulp-mocha":"~1.0.0","gulp-watch":"~0.6.9","event-stream":"~3.1.7","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"1.0.0":{"name":"gulp-plumber","version":"1.0.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"_id":"gulp-plumber@1.0.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"3558dd7b82ff1ddd0e83253725b9fc4a6341d6fc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-1.0.0.tgz","integrity":"sha512-7biTA1nG5sK6+Uq22ItCvoSvV5Y7+MUfALvDw/zl8NdzTJbXhZHJexY3jA77sRRzmVbm5xHhln0Ewu91H6Ba+A==","signatures":[{"sig":"MEQCICvFEylxXVyANEiaTBjwr6qUe2dexZfQ7pLJcqtkIPQeAiA4Y+D/EdCh1HbZjtKc7H9ZdIcdFv0RpAW01OSMNqFedw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"3558dd7b82ff1ddd0e83253725b9fc4a6341d6fc","engines":{"npm":">=1.2.10","node":">=0.10"},"gitHead":"88ce3f811b87abaaa5f718b8ce396cc95e9fc1ad","scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"licenses":[{"type":"MIT"}],"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.28","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"dependencies":{"through2":"~0.6","gulp-util":"~3"},"devDependencies":{"gulp":"~3","mocha":"~1.21.4","should":"~4.0.4","through":"~2.3.4","istanbul":"~0.3.0","coveralls":"~2.11.1","gulp-mocha":"~1.0.0","gulp-watch":"~0.6.9","event-stream":"~3.1.7","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"1.0.1":{"name":"gulp-plumber","version":"1.0.1","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"license":"MIT","_id":"gulp-plumber@1.0.1","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"dist":{"shasum":"56d8e74a0a05a8b75d2ecc11800d0191df542af2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-1.0.1.tgz","integrity":"sha512-QhX61xYk4o5y/WkSj1BU+rMqSeWv+cQBVk5ef3JYFNOui1kEiR45nnKzuO5JWFdIII2j47EOl36ybiRtcjdFBg==","signatures":[{"sig":"MEYCIQCyo31lFxgOqaZ7VQpcVLMNqhc/zMs1o6l/UGtB7hwsxQIhAKKzgC9K5EEVhjatoDQoWfcBfQFpv0P3KQ3eUAvR/erY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"56d8e74a0a05a8b75d2ecc11800d0191df542af2","engines":{"npm":">=1.2.10","node":">=0.10"},"gitHead":"7ae8cfdc135193eb7f5c1a9d17d66da7ad9054ba","scripts":{"test":"istanbul test _mocha --report html -- test/*.js --reporter spec","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"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"1.4.28","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"dependencies":{"through2":"~0.6","gulp-util":"~3"},"devDependencies":{"gulp":"~3","mocha":"~1.21.4","should":"~4.0.4","through":"~2.3.4","istanbul":"~0.3.0","coveralls":"~2.11.1","gulp-mocha":"~1.0.0","gulp-watch":"~0.6.9","event-stream":"~3.1.7","gulp-grep-stream":"0.0.2","mocha-lcov-reporter":"0.0.1"}},"1.0.2":{"name":"gulp-plumber","version":"1.0.2","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"license":"MIT","_id":"gulp-plumber@1.0.2","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"xo":{"ignore":["test/**"]},"dist":{"shasum":"88cc35c67c90fc99e13bfe50b77857fe065d7d74","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-1.0.2.tgz","integrity":"sha512-6dRXMmhrqfZwNctnj9eHujqS3Usb3djtV8DeHhqrQbAFbuKhuio1tWyfQp/Tdj79fsIYImaVR337tl/9DJSpvQ==","signatures":[{"sig":"MEYCIQC3T7ZtVhuviMTpRfiwPBO1c/0IDiOshQIHLWNjRw8i2wIhAPlRy/CCEq57BmJ3KY+AxDT/C9wRQyJ2AlErjl+oYJZE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"88cc35c67c90fc99e13bfe50b77857fe065d7d74","engines":{"npm":">=1.2.10","node":">=0.10"},"gitHead":"0a095281b175738644dd1395e3ff4fde68595796","scripts":{"test":"xo && mocha -R spec"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"2.14.12","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"_nodeVersion":"4.2.4","dependencies":{"through2":"^2","gulp-util":"^3"},"devDependencies":{"xo":"^0.12.1","gulp":"^3.9.1","mocha":"^2.4.5","should":"^8.2.2","through":"^2.3.8","istanbul":"^0.4.2","coveralls":"^2.11.6","event-stream":"^3.3.2","mocha-lcov-reporter":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/gulp-plumber-1.0.2.tgz_1455017140649_0.8805282465182245","host":"packages-6-west.internal.npmjs.com"}},"1.1.0":{"name":"gulp-plumber","version":"1.1.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"license":"MIT","_id":"gulp-plumber@1.1.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"xo":{"ignore":["test/**"]},"dist":{"shasum":"f12176c2d0422f60306c242fff6a01a394faba09","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-1.1.0.tgz","integrity":"sha512-KLlTTb4xONJMSW235/SOCpKpNMFv2xh+RLsPOIdb6INF9yo1SN9zsMiREHQXRAegGQYdSIwYU9U5XFyCoaqUiw==","signatures":[{"sig":"MEUCIDmjP12PpeU/JyU0ICj4p4qpD36B2Jkb2KPsMIxEuezqAiEA96nthOO8IGTpJSeC/ClQIsN7E69/G5qYh/Q3/xEiCVA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"f12176c2d0422f60306c242fff6a01a394faba09","engines":{"npm":">=1.2.10","node":">=0.10"},"gitHead":"982ec116283b5b5907448ac932a96be31c7d872f","scripts":{"test":"xo && mocha -R spec"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"2.14.12","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"_nodeVersion":"4.2.4","dependencies":{"through2":"^2","gulp-util":"^3"},"devDependencies":{"xo":"^0.12.1","gulp":"^3.9.1","mocha":"^2.4.5","should":"^8.2.2","through":"^2.3.8","istanbul":"^0.4.2","coveralls":"^2.11.6","event-stream":"^3.3.2","mocha-lcov-reporter":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/gulp-plumber-1.1.0.tgz_1455017739588_0.6009564925916493","host":"packages-6-west.internal.npmjs.com"}},"1.2.0":{"name":"gulp-plumber","version":"1.2.0","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"license":"MIT","_id":"gulp-plumber@1.2.0","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"xo":{"ignore":["test/**"]},"dist":{"shasum":"18ea03912c9ee483f8a5499973b5954cd90f6ad8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-1.2.0.tgz","integrity":"sha512-L/LJftsbKoHbVj6dN5pvMsyJn9jYI0wT0nMg3G6VZhDac4NesezecYTi8/48rHi+yEic3sUpw6jlSc7qNWh32A==","signatures":[{"sig":"MEUCIQD1aqIBCXxourRWI1tYIOXkJmopHYJai3NHoNmx8We2yQIgWVqwfoablcJEfs/S2XqBy93JcvPtJdpJe7jPgXFQPWY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","engines":{"npm":">=1.2.10","node":">=0.10"},"gitHead":"b91f934b10b33053671d1e3ad8387d1231dc55fa","scripts":{"test":"xo && mocha -R spec"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"5.6.0","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"_nodeVersion":"9.3.0","dependencies":{"chalk":"^1.1.3","through2":"^2.0.3","fancy-log":"^1.3.2","plugin-error":"^0.1.2"},"devDependencies":{"xo":"^0.12.1","gulp":"^3.9.1","mocha":"^2.4.5","should":"^8.2.2","through":"^2.3.8","istanbul":"^0.4.2","coveralls":"^2.11.6","event-stream":"^3.3.2","mocha-lcov-reporter":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/gulp-plumber-1.2.0.tgz_1515255471259_0.9694650392048061","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"gulp-plumber","version":"1.2.1","keywords":["gulpplugin"],"author":{"url":"https://github.com/floatdrop","name":"Vsevolod Strukchinsky","email":"floatdrop@gmail.com"},"license":"MIT","_id":"gulp-plumber@1.2.1","maintainers":[{"name":"anonymous","email":"floatdrop@gmail.com"}],"homepage":"https://github.com/floatdrop/gulp-plumber","bugs":{"url":"https://github.com/floatdrop/gulp-plumber/issues"},"xo":{"ignore":["test/**"]},"dist":{"shasum":"d38700755a300b9d372318e4ffb5ff7ced0b2c84","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-plumber/-/gulp-plumber-1.2.1.tgz","fileCount":4,"integrity":"sha512-mctAi9msEAG7XzW5ytDVZ9PxWMzzi1pS2rBH7lA095DhMa6KEXjm+St0GOCc567pJKJ/oCvosVAZEpAey0q2eQ==","signatures":[{"sig":"MEUCIQDXFrxfHMtFpaM/INk5R7KrATKOM+4bowpFKZr9Y0LC4gIgVTvrfJG8/2Ra12mECqOVZjZfHCQoda+TNO/IsgYjHBU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6927,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2s27CRA9TVsSAnZWagAASioP/3Pm8lnudWhbtVJuAahU\nveO/AdiE6xWBKhphUXpVy0P9WSSBAwKm6ZRVK6OCeWGh3iO0dr0hm0njwY6J\nOC+dO5a2864SvQbnosRUwRGG1moO+TIierU61AdSpefnimLbGKoNixeJFbZw\nI5HS9fdsfG88llCc7pPvmyf477Y5oAju/4Zowdsz+PAwwm49I7m+7EU5p2gf\nJqjh3PTpEHPlJXoKmVpUfzVTe178BRh2X3yNom0CEE5KDWK2g9XsNgc6r/5c\nV5K4+1gjXHHhQgOEjj4/T2LNC1e8uwK+v0jqSRDItpJXbA4HYTnXlzdc0Vcs\nf4NLVc1l0YQXmulH+2PZjLbNmjQ0J8XYlgbGiEa7Gu48APgQoiduGQL4ZlA9\njUfpspj+ztILuzZYFeh9F7RD2s4A4ffulyXoREga8lxyS/cFYJrQ7nS6t8Kv\njFyrtc8slj5rF9d1mWAjer6fPSqquDgcFm2+qkQJ/Vg07iS8RUhoz4D26lPI\n14maEMq+lALwNNEUoqPfglA7IqIbWRl30KdAGKAxeGG4fViZ0ane//Vx/z7A\nVX/Ixxn5rTFK7g5z1maH0rs2412dl1ftkcWGBfZjx3E655t5hIV2B8BR67pv\n2tyZAihpYBu6e0jBxEj8Bf3J+TIQd3oWD/tH3Foia2IzBDNe+BRNI450e9/g\nR10O\r\n=4mZ1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./index.js","engines":{"npm":">=1.2.10","node":">=0.10"},"gitHead":"32afd5e09fb8e9d5f9420f57a4deb9be27084625","scripts":{"test":"xo && mocha -R spec"},"_npmUser":{"name":"anonymous","email":"floatdrop@gmail.com"},"repository":{"url":"git://github.com/floatdrop/gulp-plumber.git","type":"git"},"_npmVersion":"6.4.1","description":"Prevent pipe breaking caused by errors from gulp plugins","directories":{},"_nodeVersion":"10.12.0","dependencies":{"chalk":"^1.1.3","through2":"^2.0.3","fancy-log":"^1.3.2","plugin-error":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.12.1","gulp":"^3.9.1","mocha":"^2.4.5","should":"^8.2.2","through":"^2.3.8","istanbul":"^0.4.2","coveralls":"^2.11.6","event-stream":"3.3.4","mocha-lcov-reporter":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/gulp-plumber_1.2.1_1543336752645_0.9226162135344924","host":"s3://npm-registry-packages"}}},"name":"gulp-plumber","time":{"created":"2014-01-06T11:47:03.473Z","modified":"2026-01-26T06:01:15.705Z","0.0.1":"2014-01-06T11:47:05.151Z","0.1.0":"2014-01-06T12:07:32.002Z","0.2.0":"2014-01-06T12:48:30.354Z","0.2.1":"2014-01-06T12:57:18.308Z","0.2.3":"2014-01-06T13:06:28.629Z","0.3.0":"2014-01-07T05:23:22.484Z","0.4.0":"2014-01-07T18:22:14.024Z","0.4.1":"2014-01-07T19:23:36.444Z","0.5.0-rc1":"2014-01-10T12:58:20.448Z","0.5.0":"2014-01-10T12:59:30.954Z","0.5.1":"2014-01-11T00:27:16.235Z","0.5.2":"2014-01-11T00:40:20.497Z","0.5.3":"2014-01-11T01:26:23.099Z","0.5.4":"2014-01-11T03:25:14.190Z","0.5.5":"2014-01-11T03:39:36.827Z","0.5.6":"2014-01-11T04:11:16.059Z","0.6.0":"2014-04-10T07:02:05.160Z","0.6.1":"2014-04-12T08:36:25.936Z","0.6.2":"2014-05-22T04:55:30.426Z","0.6.3":"2014-06-12T08:25:47.539Z","0.6.4":"2014-07-20T11:33:30.950Z","0.6.5":"2014-08-25T14:03:48.231Z","0.6.6":"2014-10-02T05:19:48.405Z","1.0.0":"2015-03-09T16:50:01.211Z","1.0.1":"2015-05-19T10:36:58.612Z","1.0.2":"2016-02-09T11:25:43.497Z","1.1.0":"2016-02-09T11:35:42.470Z","1.2.0":"2018-01-06T16:17:52.249Z","1.2.1":"2018-11-27T16:39:12.769Z"},"readmeFilename":"README.md","homepage":"https://github.com/floatdrop/gulp-plumber"}