package.json 1.7 KB

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