package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "end-of-stream@1.4.4",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  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. "/copy-webpack-plugin/mississippi",
  27. "/copy-webpack-plugin/pump",
  28. "/duplexify",
  29. "/mississippi",
  30. "/pump",
  31. "/pumpify/pump",
  32. "/stream-each"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  35. "_spec": "1.4.4",
  36. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  37. "author": {
  38. "name": "Mathias Buus",
  39. "email": "mathiasbuus@gmail.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/mafintosh/end-of-stream/issues"
  43. },
  44. "dependencies": {
  45. "once": "^1.4.0"
  46. },
  47. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  48. "devDependencies": {
  49. "tape": "^4.11.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/mafintosh/end-of-stream",
  55. "keywords": [
  56. "stream",
  57. "streams",
  58. "callback",
  59. "finish",
  60. "close",
  61. "end",
  62. "wait"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "end-of-stream",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/mafintosh/end-of-stream.git"
  70. },
  71. "scripts": {
  72. "test": "node test.js"
  73. },
  74. "version": "1.4.4"
  75. }