| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "gulp-plumber@^1.1.0",
- "_id": "[email protected]",
- "_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"
- },
- "_requested": {
- "type": "range",
- "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": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.2.1.tgz",
- "_shasum": "d38700755a300b9d372318e4ffb5ff7ced0b2c84",
- "_spec": "gulp-plumber@^1.1.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Vsevolod Strukchinsky",
- "email": "[email protected]",
- "url": "https://github.com/floatdrop"
- },
- "bugs": {
- "url": "https://github.com/floatdrop/gulp-plumber/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "chalk": "^1.1.3",
- "fancy-log": "^1.3.2",
- "plugin-error": "^0.1.2",
- "through2": "^2.0.3"
- },
- "deprecated": false,
- "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/**"
- ]
- }
- }
|