package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "block-stream@0.0.9",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "block-stream@0.0.9",
  9. "_id": "block-stream@0.0.9",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OorbnJVPII4DuUKbjARAe8u8EfqOmkEEaSFIyoQ7OjTHn6kafxWl0wLgoZ2rXaYd7MyLcDaU4TmhfxtwgcccMQ==",
  12. "_location": "/block-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "block-stream@0.0.9",
  18. "name": "block-stream",
  19. "escapedName": "block-stream",
  20. "rawSpec": "0.0.9",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.9"
  23. },
  24. "_requiredBy": [
  25. "/tar"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/block-stream/-/block-stream-0.0.9.tgz",
  28. "_spec": "0.0.9",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/block-stream/issues"
  37. },
  38. "dependencies": {
  39. "inherits": "~2.0.0"
  40. },
  41. "description": "a stream of blocks",
  42. "devDependencies": {
  43. "tap": "^5.7.1"
  44. },
  45. "engines": {
  46. "node": "0.4 || >=0.5.8"
  47. },
  48. "files": [
  49. "block-stream.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/block-stream#readme",
  52. "license": "ISC",
  53. "main": "block-stream.js",
  54. "name": "block-stream",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/isaacs/block-stream.git"
  58. },
  59. "scripts": {
  60. "test": "tap test/*.js --cov"
  61. },
  62. "version": "0.0.9"
  63. }