123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "ternary-stream@^2.0.1",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-j6ei9hxSoyGlqTmoMjOm+QNvUKDOIY6bNl4Uh1lhBvl6yjPW2iLqxDUYyfDPZknQ4KdRziFl+ec99iT4l7g0cw==",
- "_location": "/ternary-stream",
- "_phantomChildren": {
- "readable-stream": "2.3.6"
- },
- "_requested": {
- "type": "range",
- "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.1.1.tgz",
- "_shasum": "4ad64b98668d796a085af2c493885a435a8a8bfc",
- "_spec": "ternary-stream@^2.0.1",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-if",
- "author": {
- "name": "Rob Richardson",
- "url": "http://robrich.org/"
- },
- "bugs": {
- "url": "https://github.com/robrich/ternary-stream/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "duplexify": "^3.5.0",
- "fork-stream": "^0.0.4",
- "merge-stream": "^1.0.0",
- "through2": "^2.0.1"
- },
- "deprecated": false,
- "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.1.1"
- }
|