package.json 3.1 KB

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