package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "end-of-stream@1.4.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "end-of-stream@1.4.4",
  10. "_id": "end-of-stream@1.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  13. "_location": "/end-of-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "end-of-stream@1.4.4",
  19. "name": "end-of-stream",
  20. "escapedName": "end-of-stream",
  21. "rawSpec": "1.4.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.4"
  24. },
  25. "_requiredBy": [
  26. "/pump"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  29. "_spec": "1.4.4",
  30. "_where": "/Users/mac/projects/mime/mine",
  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.4.0"
  40. },
  41. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  42. "devDependencies": {
  43. "tape": "^4.11.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/mafintosh/end-of-stream",
  49. "keywords": [
  50. "stream",
  51. "streams",
  52. "callback",
  53. "finish",
  54. "close",
  55. "end",
  56. "wait"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "end-of-stream",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/mafintosh/end-of-stream.git"
  64. },
  65. "scripts": {
  66. "test": "node test.js"
  67. },
  68. "version": "1.4.4"
  69. }