package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "readable-stream@~1.0.31",
  6. "scope": null,
  7. "escapedName": "readable-stream",
  8. "name": "readable-stream",
  9. "rawSpec": "~1.0.31",
  10. "spec": ">=1.0.31 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/unzip"
  14. ]
  15. ],
  16. "_from": "readable-stream@>=1.0.31 <1.1.0",
  17. "_id": "readable-stream@1.0.34",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/readable-stream",
  21. "_nodeVersion": "5.10.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/readable-stream-1.0.34.tgz_1460562521506_0.019665231462568045"
  25. },
  26. "_npmUser": {
  27. "name": "cwmma",
  28. "email": "calvin.metcalf@gmail.com"
  29. },
  30. "_npmVersion": "3.8.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "readable-stream@~1.0.31",
  34. "scope": null,
  35. "escapedName": "readable-stream",
  36. "name": "readable-stream",
  37. "rawSpec": "~1.0.31",
  38. "spec": ">=1.0.31 <1.1.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/glob-stream/through2",
  43. "/gulp-clone/gulp-util/through2",
  44. "/gulp-clone/through2",
  45. "/gulp-copy/through2",
  46. "/gulp-json-editor/through2",
  47. "/gulp-notify/through2",
  48. "/gulp-rtlcss/through2",
  49. "/match-stream",
  50. "/pullstream",
  51. "/slice-stream",
  52. "/unzip",
  53. "/vinyl-fs/through2"
  54. ],
  55. "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
  56. "_shasum": "125820e34bc842d2f2aaafafe4c2916ee32c157c",
  57. "_shrinkwrap": null,
  58. "_spec": "readable-stream@~1.0.31",
  59. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/unzip",
  60. "author": {
  61. "name": "Isaac Z. Schlueter",
  62. "email": "i@izs.me",
  63. "url": "http://blog.izs.me/"
  64. },
  65. "browser": {
  66. "util": false
  67. },
  68. "bugs": {
  69. "url": "https://github.com/isaacs/readable-stream/issues"
  70. },
  71. "dependencies": {
  72. "core-util-is": "~1.0.0",
  73. "inherits": "~2.0.1",
  74. "isarray": "0.0.1",
  75. "string_decoder": "~0.10.x"
  76. },
  77. "description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
  78. "devDependencies": {
  79. "tap": "~0.2.6"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "shasum": "125820e34bc842d2f2aaafafe4c2916ee32c157c",
  84. "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz"
  85. },
  86. "gitHead": "1227c7b66deedb1dc5284a89425854d5f7ad9576",
  87. "homepage": "https://github.com/isaacs/readable-stream#readme",
  88. "keywords": [
  89. "readable",
  90. "stream",
  91. "pipe"
  92. ],
  93. "license": "MIT",
  94. "main": "readable.js",
  95. "maintainers": [
  96. {
  97. "name": "isaacs",
  98. "email": "isaacs@npmjs.com"
  99. },
  100. {
  101. "name": "tootallnate",
  102. "email": "nathan@tootallnate.net"
  103. },
  104. {
  105. "name": "rvagg",
  106. "email": "rod@vagg.org"
  107. },
  108. {
  109. "name": "cwmma",
  110. "email": "calvin.metcalf@gmail.com"
  111. }
  112. ],
  113. "name": "readable-stream",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git://github.com/isaacs/readable-stream.git"
  119. },
  120. "scripts": {
  121. "test": "tap test/simple/*.js"
  122. },
  123. "version": "1.0.34"
  124. }