package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "readable-stream@2.0.6",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "readable-stream@2.0.6",
  9. "_id": "readable-stream@2.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=",
  12. "_location": "/readable-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "readable-stream@2.0.6",
  18. "name": "readable-stream",
  19. "escapedName": "readable-stream",
  20. "rawSpec": "2.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.6"
  23. },
  24. "_requiredBy": [
  25. "/get-uri",
  26. "/jszip"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
  29. "_spec": "2.0.6",
  30. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  31. "browser": {
  32. "util": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/nodejs/readable-stream/issues"
  36. },
  37. "dependencies": {
  38. "core-util-is": "~1.0.0",
  39. "inherits": "~2.0.1",
  40. "isarray": "~1.0.0",
  41. "process-nextick-args": "~1.0.6",
  42. "string_decoder": "~0.10.x",
  43. "util-deprecate": "~1.0.1"
  44. },
  45. "description": "Streams3, a user-land copy of the stream library from Node.js",
  46. "devDependencies": {
  47. "tap": "~0.2.6",
  48. "tape": "~4.5.1",
  49. "zuul": "~3.9.0"
  50. },
  51. "homepage": "https://github.com/nodejs/readable-stream#readme",
  52. "keywords": [
  53. "readable",
  54. "stream",
  55. "pipe"
  56. ],
  57. "license": "MIT",
  58. "main": "readable.js",
  59. "name": "readable-stream",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/nodejs/readable-stream.git"
  63. },
  64. "scripts": {
  65. "browser": "npm run write-zuul && zuul -- test/browser.js",
  66. "test": "tap test/parallel/*.js test/ours/*.js",
  67. "write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml"
  68. },
  69. "version": "2.0.6"
  70. }