biofriction-wp-theme/node_modules/ternary-stream/package.json

72 lines
1.7 KiB
JSON

{
"_args": [
[
"ternary-stream@2.0.1",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "ternary-stream@2.0.1",
"_id": "ternary-stream@2.0.1",
"_inBundle": false,
"_integrity": "sha1-Bk5Im0tb9gumpre8fy9cJ07Pgmk=",
"_location": "/ternary-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ternary-stream@2.0.1",
"name": "ternary-stream",
"escapedName": "ternary-stream",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/gulp-if"
],
"_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Rob Richardson",
"url": "http://robrich.org/"
},
"bugs": {
"url": "https://github.com/robrich/ternary-stream/issues"
},
"dependencies": {
"duplexify": "^3.5.0",
"fork-stream": "^0.0.4",
"merge-stream": "^1.0.0",
"through2": "^2.0.1"
},
"description": "Fork stream based on passed condition, and collect down-stream",
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^3.1.2",
"should": "^11.1.1"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/robrich/ternary-stream",
"keywords": [
"conditional",
"if",
"ternary",
"stream"
],
"license": "MIT",
"main": "./index.js",
"name": "ternary-stream",
"repository": {
"type": "git",
"url": "git://github.com/robrich/ternary-stream.git"
},
"scripts": {
"test": "mocha && jshint ."
},
"version": "2.0.1"
}