File: /var/www/tana/frontend/node_modules/ternary-stream/package.json
{
"_args": [
[
"ternary-stream@3.0.0",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "ternary-stream@3.0.0",
"_id": "ternary-stream@3.0.0",
"_inBundle": false,
"_integrity": "sha512-oIzdi+UL/JdktkT+7KU5tSIQjj8pbShj3OASuvDEhm0NT5lppsm7aXWAmAq4/QMaBIyfuEcNLbAQA+HpaISobQ==",
"_location": "/ternary-stream",
"_phantomChildren": {
"inherits": "2.0.3",
"once": "1.4.0",
"stream-shift": "1.0.0",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ternary-stream@3.0.0",
"name": "ternary-stream",
"escapedName": "ternary-stream",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/gulp-if"
],
"_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"author": {
"name": "Rob Richardson",
"url": "http://robrich.org/"
},
"bugs": {
"url": "https://github.com/robrich/ternary-stream/issues"
},
"dependencies": {
"duplexify": "^4.1.1",
"fork-stream": "^0.0.4",
"merge-stream": "^2.0.0",
"through2": "^3.0.1"
},
"description": "Fork stream based on passed condition, and collect down-stream",
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^6.1.4",
"should": "^13.2.3"
},
"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": "3.0.0"
}