package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "ternary-stream@^2.0.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j6ei9hxSoyGlqTmoMjOm+QNvUKDOIY6bNl4Uh1lhBvl6yjPW2iLqxDUYyfDPZknQ4KdRziFl+ec99iT4l7g0cw==",
  6. "_location": "/ternary-stream",
  7. "_phantomChildren": {
  8. "readable-stream": "2.3.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "ternary-stream@^2.0.1",
  14. "name": "ternary-stream",
  15. "escapedName": "ternary-stream",
  16. "rawSpec": "^2.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.1"
  19. },
  20. "_requiredBy": [
  21. "/gulp-if"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.1.1.tgz",
  24. "_shasum": "4ad64b98668d796a085af2c493885a435a8a8bfc",
  25. "_spec": "ternary-stream@^2.0.1",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-if",
  27. "author": {
  28. "name": "Rob Richardson",
  29. "url": "http://robrich.org/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/robrich/ternary-stream/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "duplexify": "^3.5.0",
  37. "fork-stream": "^0.0.4",
  38. "merge-stream": "^1.0.0",
  39. "through2": "^2.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Fork stream based on passed condition, and collect down-stream",
  43. "devDependencies": {
  44. "jshint": "^2.9.4",
  45. "mocha": "^3.1.2",
  46. "should": "^11.1.1"
  47. },
  48. "engines": {
  49. "node": ">= 0.10.0"
  50. },
  51. "homepage": "https://github.com/robrich/ternary-stream",
  52. "keywords": [
  53. "conditional",
  54. "if",
  55. "ternary",
  56. "stream"
  57. ],
  58. "license": "MIT",
  59. "main": "./index.js",
  60. "name": "ternary-stream",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/robrich/ternary-stream.git"
  64. },
  65. "scripts": {
  66. "test": "mocha && jshint ."
  67. },
  68. "version": "2.1.1"
  69. }