package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/copy-webpack-plugin/mississippi",
  20. "/copy-webpack-plugin/pump",
  21. "/duplexify",
  22. "/mississippi",
  23. "/pump",
  24. "/pumpify/pump",
  25. "/stream-each"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  28. "_shasum": "5ae64a5f45057baf3626ec14da0ca5e4b2431eb0",
  29. "_spec": "end-of-stream@^1.1.0",
  30. "_where": "D:\\jiayue\\pig-ui\\node_modules\\pump",
  31. "author": {
  32. "name": "Mathias Buus",
  33. "email": "mathiasbuus@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mafintosh/end-of-stream/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "once": "^1.4.0"
  41. },
  42. "deprecated": false,
  43. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  44. "devDependencies": {
  45. "tape": "^4.11.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/mafintosh/end-of-stream",
  51. "keywords": [
  52. "stream",
  53. "streams",
  54. "callback",
  55. "finish",
  56. "close",
  57. "end",
  58. "wait"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "end-of-stream",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/mafintosh/end-of-stream.git"
  66. },
  67. "scripts": {
  68. "test": "node test.js"
  69. },
  70. "version": "1.4.4"
  71. }