package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "end-of-stream@^1.1.0",
  3. "_id": "end-of-stream@1.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  6. "_location": "/end-of-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "end-of-stream@^1.1.0",
  12. "name": "end-of-stream",
  13. "escapedName": "end-of-stream",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/duplexify",
  20. "/mississippi",
  21. "/pump",
  22. "/pumpify/pump",
  23. "/stream-each"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  26. "_shasum": "5ae64a5f45057baf3626ec14da0ca5e4b2431eb0",
  27. "_spec": "end-of-stream@^1.1.0",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\pump",
  29. "author": {
  30. "name": "Mathias Buus",
  31. "email": "mathiasbuus@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mafintosh/end-of-stream/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "once": "^1.4.0"
  39. },
  40. "deprecated": false,
  41. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  42. "devDependencies": {
  43. "tape": "^4.11.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/mafintosh/end-of-stream",
  49. "keywords": [
  50. "stream",
  51. "streams",
  52. "callback",
  53. "finish",
  54. "close",
  55. "end",
  56. "wait"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "end-of-stream",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/mafintosh/end-of-stream.git"
  64. },
  65. "scripts": {
  66. "test": "node test.js"
  67. },
  68. "version": "1.4.4"
  69. }