package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "combined-stream@1.0.8",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "combined-stream@1.0.8",
  9. "_id": "combined-stream@1.0.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  12. "_location": "/combined-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "combined-stream@1.0.8",
  18. "name": "combined-stream",
  19. "escapedName": "combined-stream",
  20. "rawSpec": "1.0.8",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.8"
  23. },
  24. "_requiredBy": [
  25. "/form-data",
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  29. "_spec": "1.0.8",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Felix Geisendörfer",
  33. "email": "felix@debuggable.com",
  34. "url": "http://debuggable.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/felixge/node-combined-stream/issues"
  38. },
  39. "dependencies": {
  40. "delayed-stream": "~1.0.0"
  41. },
  42. "description": "A stream that emits multiple other streams one after another.",
  43. "devDependencies": {
  44. "far": "~0.0.7"
  45. },
  46. "engines": {
  47. "node": ">= 0.8"
  48. },
  49. "homepage": "https://github.com/felixge/node-combined-stream",
  50. "license": "MIT",
  51. "main": "./lib/combined_stream",
  52. "name": "combined-stream",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/felixge/node-combined-stream.git"
  56. },
  57. "scripts": {
  58. "test": "node test/run.js"
  59. },
  60. "version": "1.0.8"
  61. }