package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "duplexify@^3.5.0",
  6. "scope": null,
  7. "escapedName": "duplexify",
  8. "name": "duplexify",
  9. "rawSpec": "^3.5.0",
  10. "spec": ">=3.5.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/ternary-stream"
  14. ]
  15. ],
  16. "_from": "duplexify@>=3.5.0 <4.0.0",
  17. "_id": "duplexify@3.5.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/duplexify",
  21. "_nodeVersion": "4.6.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/duplexify-3.5.0.tgz_1477317448157_0.2257942291907966"
  25. },
  26. "_npmUser": {
  27. "name": "mafintosh",
  28. "email": "mathiasbuus@gmail.com"
  29. },
  30. "_npmVersion": "2.15.9",
  31. "_phantomChildren": {
  32. "buffer-shims": "1.0.0",
  33. "core-util-is": "1.0.2",
  34. "inherits": "2.0.3",
  35. "process-nextick-args": "1.0.7",
  36. "string_decoder": "0.10.31",
  37. "util-deprecate": "1.0.2",
  38. "wrappy": "1.0.2"
  39. },
  40. "_requested": {
  41. "raw": "duplexify@^3.5.0",
  42. "scope": null,
  43. "escapedName": "duplexify",
  44. "name": "duplexify",
  45. "rawSpec": "^3.5.0",
  46. "spec": ">=3.5.0 <4.0.0",
  47. "type": "range"
  48. },
  49. "_requiredBy": [
  50. "/ternary-stream"
  51. ],
  52. "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.0.tgz",
  53. "_shasum": "1aa773002e1578457e9d9d4a50b0ccaaebcbd604",
  54. "_shrinkwrap": null,
  55. "_spec": "duplexify@^3.5.0",
  56. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/ternary-stream",
  57. "author": {
  58. "name": "Mathias Buus"
  59. },
  60. "bugs": {
  61. "url": "https://github.com/mafintosh/duplexify/issues"
  62. },
  63. "dependencies": {
  64. "end-of-stream": "1.0.0",
  65. "inherits": "^2.0.1",
  66. "readable-stream": "^2.0.0",
  67. "stream-shift": "^1.0.0"
  68. },
  69. "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
  70. "devDependencies": {
  71. "concat-stream": "^1.4.6",
  72. "tape": "^2.13.3",
  73. "through2": "^0.5.1"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "1aa773002e1578457e9d9d4a50b0ccaaebcbd604",
  78. "tarball": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.0.tgz"
  79. },
  80. "gitHead": "97f525d36ce275e52435611d70b3a77a7234eaa1",
  81. "homepage": "https://github.com/mafintosh/duplexify",
  82. "keywords": [
  83. "duplex",
  84. "streams2",
  85. "streams",
  86. "stream",
  87. "writable",
  88. "readable",
  89. "async"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "maintainers": [
  94. {
  95. "name": "mafintosh",
  96. "email": "mathiasbuus@gmail.com"
  97. }
  98. ],
  99. "name": "duplexify",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git://github.com/mafintosh/duplexify.git"
  105. },
  106. "scripts": {
  107. "test": "tape test.js"
  108. },
  109. "version": "3.5.0"
  110. }