wishthis/node_modules/ternary-stream/package.json

74 lines
1.7 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"ternary-stream@2.1.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "ternary-stream@2.1.1",
"_id": "ternary-stream@2.1.1",
"_inBundle": false,
"_integrity": "sha512-j6ei9hxSoyGlqTmoMjOm+QNvUKDOIY6bNl4Uh1lhBvl6yjPW2iLqxDUYyfDPZknQ4KdRziFl+ec99iT4l7g0cw==",
"_location": "/ternary-stream",
"_phantomChildren": {
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ternary-stream@2.1.1",
"name": "ternary-stream",
"escapedName": "ternary-stream",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/gulp-if"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Rob Richardson",
"url": "http://robrich.org/"
},
"bugs": {
"url": "https://github.com/robrich/ternary-stream/issues"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"duplexify": "^3.5.0",
"fork-stream": "^0.0.4",
"merge-stream": "^1.0.0",
"through2": "^2.0.1"
},
2022-02-23 16:41:13 +00:00
"description": "Fork stream based on passed condition, and collect down-stream",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^3.1.2",
"should": "^11.1.1"
},
"engines": {
"node": ">= 0.10.0"
},
2022-02-23 16:41:13 +00:00
"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"
2022-01-21 08:28:41 +00:00
}