package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "verror@1.10.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "verror@1.10.0",
  9. "_id": "verror@1.10.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
  12. "_location": "/verror",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "verror@1.10.0",
  18. "name": "verror",
  19. "escapedName": "verror",
  20. "rawSpec": "1.10.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.10.0"
  23. },
  24. "_requiredBy": [
  25. "/jsprim"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/verror/-/verror-1.10.0.tgz",
  28. "_spec": "1.10.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "bugs": {
  31. "url": "https://github.com/davepacheco/node-verror/issues"
  32. },
  33. "dependencies": {
  34. "assert-plus": "^1.0.0",
  35. "core-util-is": "1.0.2",
  36. "extsprintf": "^1.2.0"
  37. },
  38. "description": "richer JavaScript errors",
  39. "engines": [
  40. "node >=0.6.0"
  41. ],
  42. "homepage": "https://github.com/davepacheco/node-verror#readme",
  43. "license": "MIT",
  44. "main": "./lib/verror.js",
  45. "name": "verror",
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/davepacheco/node-verror.git"
  49. },
  50. "scripts": {
  51. "test": "make test"
  52. },
  53. "version": "1.10.0"
  54. }