package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "stdout-stream@1.4.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "stdout-stream@1.4.1",
  9. "_id": "stdout-stream@1.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
  12. "_location": "/stdout-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "stdout-stream@1.4.1",
  18. "name": "stdout-stream",
  19. "escapedName": "stdout-stream",
  20. "rawSpec": "1.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.1"
  23. },
  24. "_requiredBy": [
  25. "/node-sass"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/stdout-stream/-/stdout-stream-1.4.1.tgz",
  28. "_spec": "1.4.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "bugs": {
  31. "url": "https://github.com/mafintosh/stdout-stream/issues"
  32. },
  33. "dependencies": {
  34. "readable-stream": "^2.0.1"
  35. },
  36. "description": "Non-blocking stdout stream",
  37. "devDependencies": {
  38. "tape": "~2.12.3"
  39. },
  40. "homepage": "https://github.com/mafintosh/stdout-stream#readme",
  41. "license": "MIT",
  42. "name": "stdout-stream",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/mafintosh/stdout-stream.git"
  46. },
  47. "scripts": {
  48. "test": "tape test/index.js"
  49. },
  50. "version": "1.4.1"
  51. }