{ "_from": "gulp-cond@^1.0.0", "_id": "gulp-cond@1.0.0", "_inBundle": false, "_integrity": "sha1-mYDDzcr6m8TNMKuHEIesE1lVtVg=", "_location": "/gulp-cond", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "gulp-cond@^1.0.0", "name": "gulp-cond", "escapedName": "gulp-cond", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/gulp-iconfont" ], "_resolved": "https://registry.npmjs.org/gulp-cond/-/gulp-cond-1.0.0.tgz", "_shasum": "9980c3cdcafa9bc4cd30ab871087ac135955b558", "_spec": "gulp-cond@^1.0.0", "_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-iconfont", "author": { "name": "Nicolas Froidure", "url": "http://www.insertafter.com/blog.html" }, "bugs": { "url": "https://github.com/nfroidure/gulp-cond/issues" }, "bundleDependencies": false, "dependencies": { "readable-stream": "^2.0.1" }, "deprecated": false, "description": "Ternary operator for Gulp.", "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.16", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2", "streamtest": "^1.2.1", "vinyl": "^0.5.0" }, "engines": { "node": ">= 0.10.0" }, "homepage": "https://github.com/nfroidure/gulp-cond", "keywords": [ "gulpplugin", "gulp", "gulp-plugin", "condition", "operator", "ternary" ], "licenses": [ { "type": "MIT", "url": "https://github.com/nfroidure/gulp-cond/blob/master/LICENSE" } ], "main": "src/index.js", "name": "gulp-cond", "repository": { "type": "git", "url": "git://github.com/nfroidure/gulp-cond.git" }, "scripts": { "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000", "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "test": "mocha tests/*.mocha.js" }, "version": "1.0.0" }