package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "readable-stream@^2.2.2",
  6. "scope": null,
  7. "escapedName": "readable-stream",
  8. "name": "readable-stream",
  9. "rawSpec": "^2.2.2",
  10. "spec": ">=2.2.2 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/concat-stream"
  14. ]
  15. ],
  16. "_from": "readable-stream@>=2.2.2 <3.0.0",
  17. "_id": "readable-stream@2.2.2",
  18. "_inCache": true,
  19. "_location": "/readable-stream",
  20. "_nodeVersion": "7.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/readable-stream-2.2.2.tgz_1479128709230_0.5291099038440734"
  24. },
  25. "_npmUser": {
  26. "name": "cwmma",
  27. "email": "calvin.metcalf@gmail.com"
  28. },
  29. "_npmVersion": "3.10.7",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "readable-stream@^2.2.2",
  33. "scope": null,
  34. "escapedName": "readable-stream",
  35. "name": "readable-stream",
  36. "rawSpec": "^2.2.2",
  37. "spec": ">=2.2.2 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/concat-stream",
  42. "/duplexer2",
  43. "/got",
  44. "/read-all-stream"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz",
  47. "_shasum": "a9e6fec3c7dda85f8bb1b3ba7028604556fc825e",
  48. "_shrinkwrap": null,
  49. "_spec": "readable-stream@^2.2.2",
  50. "_where": "/home/robert/workspace/xmlrpc/node_modules/concat-stream",
  51. "browser": {
  52. "util": false
  53. },
  54. "bugs": {
  55. "url": "https://github.com/nodejs/readable-stream/issues"
  56. },
  57. "dependencies": {
  58. "buffer-shims": "^1.0.0",
  59. "core-util-is": "~1.0.0",
  60. "inherits": "~2.0.1",
  61. "isarray": "~1.0.0",
  62. "process-nextick-args": "~1.0.6",
  63. "string_decoder": "~0.10.x",
  64. "util-deprecate": "~1.0.1"
  65. },
  66. "description": "Streams3, a user-land copy of the stream library from Node.js",
  67. "devDependencies": {
  68. "assert": "~1.4.0",
  69. "babel-polyfill": "^6.9.1",
  70. "buffer": "^4.9.0",
  71. "nyc": "^6.4.0",
  72. "tap": "~0.7.1",
  73. "tape": "~4.5.1",
  74. "zuul": "~3.10.0"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "a9e6fec3c7dda85f8bb1b3ba7028604556fc825e",
  79. "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz"
  80. },
  81. "gitHead": "f239454e183d2032c0eb7d79a1c08f674fdd8db4",
  82. "homepage": "https://github.com/nodejs/readable-stream#readme",
  83. "keywords": [
  84. "readable",
  85. "stream",
  86. "pipe"
  87. ],
  88. "license": "MIT",
  89. "main": "readable.js",
  90. "maintainers": [
  91. {
  92. "name": "isaacs",
  93. "email": "isaacs@npmjs.com"
  94. },
  95. {
  96. "name": "tootallnate",
  97. "email": "nathan@tootallnate.net"
  98. },
  99. {
  100. "name": "rvagg",
  101. "email": "rod@vagg.org"
  102. },
  103. {
  104. "name": "cwmma",
  105. "email": "calvin.metcalf@gmail.com"
  106. }
  107. ],
  108. "name": "readable-stream",
  109. "nyc": {
  110. "include": [
  111. "lib/**.js"
  112. ]
  113. },
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git://github.com/nodejs/readable-stream.git"
  119. },
  120. "scripts": {
  121. "browser": "npm run write-zuul && zuul --browser-retries 2 -- test/browser.js",
  122. "cover": "nyc npm test",
  123. "local": "zuul --local 3000 --no-coverage -- test/browser.js",
  124. "report": "nyc report --reporter=lcov",
  125. "test": "tap test/parallel/*.js test/ours/*.js",
  126. "write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml"
  127. },
  128. "version": "2.2.2"
  129. }