12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "gulp-plumber@1.1.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "gulp-plumber@1.1.0",
- "_id": "gulp-plumber@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-8SF2wtBCL2AwbCQv/2oBo5T6ugk=",
- "_location": "/gulp-plumber",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "gulp-plumber@1.1.0",
- "name": "gulp-plumber",
- "escapedName": "gulp-plumber",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Vsevolod Strukchinsky",
- "email": "floatdrop@gmail.com",
- "url": "https://github.com/floatdrop"
- },
- "bugs": {
- "url": "https://github.com/floatdrop/gulp-plumber/issues"
- },
- "dependencies": {
- "gulp-util": "^3",
- "through2": "^2"
- },
- "description": "Prevent pipe breaking caused by errors from gulp plugins",
- "devDependencies": {
- "coveralls": "^2.11.6",
- "event-stream": "^3.3.2",
- "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.1.0",
- "xo": {
- "ignore": [
- "test/**"
- ]
- }
- }
|