package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "end-of-stream@0.1.5",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "end-of-stream@0.1.5",
  10. "_id": "end-of-stream@0.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=",
  13. "_location": "/end-of-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "end-of-stream@0.1.5",
  19. "name": "end-of-stream",
  20. "escapedName": "end-of-stream",
  21. "rawSpec": "0.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.5"
  24. },
  25. "_requiredBy": [
  26. "/orchestrator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
  29. "_spec": "0.1.5",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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. "dependencies": {
  39. "once": "~1.3.0"
  40. },
  41. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  42. "homepage": "https://github.com/mafintosh/end-of-stream",
  43. "keywords": [
  44. "stream",
  45. "streams",
  46. "callback",
  47. "finish",
  48. "close",
  49. "end",
  50. "wait"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "end-of-stream",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/mafintosh/end-of-stream.git"
  58. },
  59. "scripts": {
  60. "test": "node test.js"
  61. },
  62. "version": "0.1.5"
  63. }