You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

145 lines
3.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "readable-stream@^2.0.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/readdirp"
  6. ]
  7. ],
  8. "_from": "readable-stream@>=2.0.2 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "readable-stream@2.3.6",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/readable-stream",
  14. "_nodeVersion": "8.10.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/readable-stream_2.3.6_1522856414086_0.18438932255173968"
  18. },
  19. "_npmUser": {
  20. "email": "hello@matteocollina.com",
  21. "name": "matteo.collina"
  22. },
  23. "_npmVersion": "5.8.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "readable-stream",
  27. "raw": "readable-stream@^2.0.2",
  28. "rawSpec": "^2.0.2",
  29. "scope": null,
  30. "spec": ">=2.0.2 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/concat-stream",
  35. "/duplexify",
  36. "/enhanced-resolve/memory-fs",
  37. "/flush-write-stream",
  38. "/from2",
  39. "/fs-write-stream-atomic",
  40. "/hpack.js",
  41. "/memory-fs",
  42. "/node-libs-browser",
  43. "/parallel-transform",
  44. "/readdirp",
  45. "/stream-browserify",
  46. "/stream-http",
  47. "/through2"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
  50. "_shasum": "b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf",
  51. "_shrinkwrap": null,
  52. "_spec": "readable-stream@^2.0.2",
  53. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/readdirp",
  54. "browser": {
  55. "./duplex.js": "./duplex-browser.js",
  56. "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js",
  57. "./readable.js": "./readable-browser.js",
  58. "./writable.js": "./writable-browser.js",
  59. "util": false
  60. },
  61. "bugs": {
  62. "url": "https://github.com/nodejs/readable-stream/issues"
  63. },
  64. "dependencies": {
  65. "core-util-is": "~1.0.0",
  66. "inherits": "~2.0.3",
  67. "isarray": "~1.0.0",
  68. "process-nextick-args": "~2.0.0",
  69. "safe-buffer": "~5.1.1",
  70. "string_decoder": "~1.1.1",
  71. "util-deprecate": "~1.0.1"
  72. },
  73. "description": "Streams3, a user-land copy of the stream library from Node.js",
  74. "devDependencies": {
  75. "assert": "^1.4.0",
  76. "babel-polyfill": "^6.9.1",
  77. "buffer": "^4.9.0",
  78. "lolex": "^2.3.2",
  79. "nyc": "^6.4.0",
  80. "tap": "^0.7.0",
  81. "tape": "^4.8.0"
  82. },
  83. "directories": {},
  84. "dist": {
  85. "fileCount": 24,
  86. "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
  87. "shasum": "b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf",
  88. "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
  89. "unpackedSize": 87961
  90. },
  91. "gitHead": "b3cf9b1f46eaa1865930ae03b96d7a4a570746f0",
  92. "homepage": "https://github.com/nodejs/readable-stream#readme",
  93. "keywords": [
  94. "pipe",
  95. "readable",
  96. "stream"
  97. ],
  98. "license": "MIT",
  99. "main": "readable.js",
  100. "maintainers": [
  101. {
  102. "name": "cwmma",
  103. "email": "calvin.metcalf@gmail.com"
  104. },
  105. {
  106. "name": "isaacs",
  107. "email": "i@izs.me"
  108. },
  109. {
  110. "name": "matteo.collina",
  111. "email": "hello@matteocollina.com"
  112. },
  113. {
  114. "name": "nodejs-foundation",
  115. "email": "build@iojs.org"
  116. },
  117. {
  118. "name": "rvagg",
  119. "email": "r@va.gg"
  120. },
  121. {
  122. "name": "tootallnate",
  123. "email": "nathan@tootallnate.net"
  124. }
  125. ],
  126. "name": "readable-stream",
  127. "nyc": {
  128. "include": [
  129. "lib/**.js"
  130. ]
  131. },
  132. "optionalDependencies": {},
  133. "readme": "ERROR: No README data found!",
  134. "repository": {
  135. "type": "git",
  136. "url": "git://github.com/nodejs/readable-stream.git"
  137. },
  138. "scripts": {
  139. "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
  140. "cover": "nyc npm test",
  141. "report": "nyc report --reporter=lcov",
  142. "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js"
  143. },
  144. "version": "2.3.6"
  145. }