package.json 1.6 KB

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