motion
Version:
motion - moving development forward
91 lines (90 loc) • 2.25 kB
JSON
{
"_args": [
[
"ternary-stream@^2.0.0",
"/Users/nw/motion/packages/motion/node_modules/gulp-if"
]
],
"_from": "ternary-stream@>=2.0.0 <3.0.0",
"_id": "ternary-stream@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/ternary-stream",
"_nodeVersion": "4.1.1",
"_npmUser": {
"email": "robrich@robrich.org",
"name": "robrich"
},
"_npmVersion": "2.13.1",
"_phantomChildren": {},
"_requested": {
"name": "ternary-stream",
"raw": "ternary-stream@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-if"
],
"_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.0.0.tgz",
"_shasum": "569fa9042b01456b7a1277c64f41d643d84570e6",
"_shrinkwrap": null,
"_spec": "ternary-stream@^2.0.0",
"_where": "/Users/nw/motion/packages/motion/node_modules/gulp-if",
"author": {
"name": "Rob Richardson",
"url": "http://robrich.org/"
},
"bugs": {
"url": "https://github.com/robrich/ternary-stream/issues"
},
"dependencies": {
"duplexify": "^3.4.2",
"fork-stream": "^0.0.4",
"merge-stream": "^1.0.0",
"through2": "^2.0.0"
},
"description": "Fork stream based on passed condition, and collect down-stream",
"devDependencies": {
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"should": "^7.1.0"
},
"directories": {},
"dist": {
"shasum": "569fa9042b01456b7a1277c64f41d643d84570e6",
"tarball": "http://registry.npmjs.org/ternary-stream/-/ternary-stream-2.0.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"gitHead": "902550d329852ad688fecf37418b16677d426e0f",
"homepage": "https://github.com/robrich/ternary-stream",
"keywords": [
"conditional",
"if",
"stream",
"ternary"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "robrich",
"email": "robrich@robrich.org"
}
],
"name": "ternary-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/robrich/ternary-stream.git"
},
"scripts": {
"test": "mocha && jshint ."
},
"version": "2.0.0"
}