package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "end-of-stream@^1.1.0",
  3. "_id": "end-of-stream@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7SljTRm6ukY7bOa4CjchPqtx7EM=",
  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. "/pump"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/end-of-stream/download/end-of-stream-1.4.1.tgz",
  22. "_shasum": "ed29634d19baba463b6ce6b80a37213eab71ec43",
  23. "_spec": "end-of-stream@^1.1.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\pump",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "email": "mathiasbuus@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/end-of-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "once": "^1.4.0"
  35. },
  36. "deprecated": false,
  37. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/mafintosh/end-of-stream",
  42. "keywords": [
  43. "stream",
  44. "streams",
  45. "callback",
  46. "finish",
  47. "close",
  48. "end",
  49. "wait"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "end-of-stream",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/mafintosh/end-of-stream.git"
  57. },
  58. "scripts": {
  59. "test": "node test.js"
  60. },
  61. "version": "1.4.1"
  62. }