package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "rust-result@1.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "rust-result@1.0.0",
  9. "_id": "rust-result@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6cJzSBU+J/RJCF063onnQf0cDUOHs9uZI1oroSGnHOph+CQTIJ5Pp2hK5kEQq1+7yE/EEWfulSNXAQ2jikPthA==",
  12. "_location": "/rust-result",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "rust-result@1.0.0",
  18. "name": "rust-result",
  19. "escapedName": "rust-result",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/safe-json-parse"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/rust-result/-/rust-result-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Maciej Małecki",
  32. "email": "me@mmalecki.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mmalecki/rust-result.js/issues"
  36. },
  37. "dependencies": {
  38. "individual": "^2.0.0"
  39. },
  40. "description": "Mimic Rust's `std::result`",
  41. "devDependencies": {
  42. "istanbul": "^0.3.5",
  43. "opn": "^1.0.0",
  44. "tape": "^3.0.1"
  45. },
  46. "homepage": "https://github.com/mmalecki/rust-result.js",
  47. "license": "MIT",
  48. "main": "index",
  49. "name": "rust-result",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/mmalecki/rust-result.js.git"
  53. },
  54. "scripts": {
  55. "cover": "istanbul cover --print detail --report html test.js",
  56. "test": "node test.js",
  57. "view-cover": "istanbul report html && opn ./coverage/index.html"
  58. },
  59. "version": "1.0.0"
  60. }