package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ternary-stream@^2.0.1",
  6. "scope": null,
  7. "escapedName": "ternary-stream",
  8. "name": "ternary-stream",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-if"
  14. ]
  15. ],
  16. "_from": "ternary-stream@>=2.0.1 <3.0.0",
  17. "_id": "ternary-stream@2.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/ternary-stream",
  21. "_nodeVersion": "6.9.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/ternary-stream-2.0.1.tgz_1478374690339_0.5152069262694567"
  25. },
  26. "_npmUser": {
  27. "name": "robrich",
  28. "email": "robrich@robrich.org"
  29. },
  30. "_npmVersion": "3.10.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "ternary-stream@^2.0.1",
  34. "scope": null,
  35. "escapedName": "ternary-stream",
  36. "name": "ternary-stream",
  37. "rawSpec": "^2.0.1",
  38. "spec": ">=2.0.1 <3.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-if"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.0.1.tgz",
  45. "_shasum": "064e489b4b5bf60ba6a6b7bc7f2f5c274ecf8269",
  46. "_shrinkwrap": null,
  47. "_spec": "ternary-stream@^2.0.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-if",
  49. "author": {
  50. "name": "Rob Richardson",
  51. "url": "http://robrich.org/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/robrich/ternary-stream/issues"
  55. },
  56. "dependencies": {
  57. "duplexify": "^3.5.0",
  58. "fork-stream": "^0.0.4",
  59. "merge-stream": "^1.0.0",
  60. "through2": "^2.0.1"
  61. },
  62. "description": "Fork stream based on passed condition, and collect down-stream",
  63. "devDependencies": {
  64. "jshint": "^2.9.4",
  65. "mocha": "^3.1.2",
  66. "should": "^11.1.1"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "064e489b4b5bf60ba6a6b7bc7f2f5c274ecf8269",
  71. "tarball": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.0.1.tgz"
  72. },
  73. "engines": {
  74. "node": ">= 0.10.0"
  75. },
  76. "gitHead": "7a4cb6dbfec47c5e1b5815092ada55263cd857f0",
  77. "homepage": "https://github.com/robrich/ternary-stream",
  78. "keywords": [
  79. "conditional",
  80. "if",
  81. "ternary",
  82. "stream"
  83. ],
  84. "license": "MIT",
  85. "main": "./index.js",
  86. "maintainers": [
  87. {
  88. "name": "robrich",
  89. "email": "robrich@robrich.org"
  90. }
  91. ],
  92. "name": "ternary-stream",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/robrich/ternary-stream.git"
  98. },
  99. "scripts": {
  100. "test": "mocha && jshint ."
  101. },
  102. "version": "2.0.1"
  103. }