package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "readable-stream@~2.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/concat-stream"
  6. ]
  7. ],
  8. "_from": "readable-stream@>=2.0.0 <2.1.0",
  9. "_id": "readable-stream@2.0.2",
  10. "_inCache": true,
  11. "_location": "/readable-stream",
  12. "_nodeVersion": "2.3.0",
  13. "_npmUser": {
  14. "email": "calvin.metcalf@gmail.com",
  15. "name": "cwmma"
  16. },
  17. "_npmVersion": "2.11.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "readable-stream",
  21. "raw": "readable-stream@~2.0.0",
  22. "rawSpec": "~2.0.0",
  23. "scope": null,
  24. "spec": ">=2.0.0 <2.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/concat-stream"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz",
  31. "_shasum": "bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b",
  32. "_shrinkwrap": null,
  33. "_spec": "readable-stream@~2.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/concat-stream",
  35. "browser": {
  36. "util": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/nodejs/readable-stream/issues"
  40. },
  41. "dependencies": {
  42. "core-util-is": "~1.0.0",
  43. "inherits": "~2.0.1",
  44. "isarray": "0.0.1",
  45. "process-nextick-args": "~1.0.0",
  46. "string_decoder": "~0.10.x",
  47. "util-deprecate": "~1.0.1"
  48. },
  49. "description": "Streams3, a user-land copy of the stream library from iojs v2.x",
  50. "devDependencies": {
  51. "tap": "~0.2.6",
  52. "tape": "~4.0.0",
  53. "zuul": "~3.0.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b",
  58. "tarball": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz"
  59. },
  60. "gitHead": "1a70134a71196eeabb5e27bc7580faaa68d30513",
  61. "homepage": "https://github.com/nodejs/readable-stream#readme",
  62. "installable": true,
  63. "keywords": [
  64. "pipe",
  65. "readable",
  66. "stream"
  67. ],
  68. "license": "MIT",
  69. "main": "readable.js",
  70. "maintainers": [
  71. {
  72. "name": "isaacs",
  73. "email": "isaacs@npmjs.com"
  74. },
  75. {
  76. "name": "tootallnate",
  77. "email": "nathan@tootallnate.net"
  78. },
  79. {
  80. "name": "rvagg",
  81. "email": "rod@vagg.org"
  82. },
  83. {
  84. "name": "cwmma",
  85. "email": "calvin.metcalf@gmail.com"
  86. }
  87. ],
  88. "name": "readable-stream",
  89. "optionalDependencies": {},
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/nodejs/readable-stream.git"
  93. },
  94. "scripts": {
  95. "browser": "zuul --browser-name $BROWSER_NAME --browser-version $BROWSER_VERSION -- test/browser.js",
  96. "test": "tap test/parallel/*.js"
  97. },
  98. "version": "2.0.2"
  99. }