package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "safe-json-parse@4.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "safe-json-parse@4.0.0",
  9. "_id": "safe-json-parse@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RjZPPHugjK0TOzFrLZ8inw44s9bKox99/0AZW9o/BEQVrJfhI+fIHMErnPyRa89/yRXUUr93q+tiN6zhoVV4wQ==",
  12. "_location": "/safe-json-parse",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "safe-json-parse@4.0.0",
  18. "name": "safe-json-parse",
  19. "escapedName": "safe-json-parse",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/video.js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/safe-json-parse/-/safe-json-parse-4.0.0.tgz",
  28. "_spec": "4.0.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Raynos/safe-json-parse/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Raynos"
  41. }
  42. ],
  43. "dependencies": {
  44. "rust-result": "^1.0.0"
  45. },
  46. "description": "Parse JSON safely without throwing",
  47. "devDependencies": {
  48. "tape": "~1.0.2"
  49. },
  50. "homepage": "https://github.com/Raynos/safe-json-parse",
  51. "keywords": [],
  52. "licenses": [
  53. {
  54. "type": "MIT",
  55. "url": "http://github.com/Raynos/safe-json-parse/raw/master/LICENSE"
  56. }
  57. ],
  58. "main": "callback",
  59. "name": "safe-json-parse",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/Raynos/safe-json-parse.git"
  63. },
  64. "scripts": {
  65. "test": "node ./test/index.js"
  66. },
  67. "testling": {
  68. "files": "test/index.js",
  69. "browsers": [
  70. "ie/8..latest",
  71. "firefox/16..latest",
  72. "firefox/nightly",
  73. "chrome/22..latest",
  74. "chrome/canary",
  75. "opera/12..latest",
  76. "opera/next",
  77. "safari/5.1..latest",
  78. "ipad/6.0..latest",
  79. "iphone/6.0..latest",
  80. "android-browser/4.2..latest"
  81. ]
  82. },
  83. "version": "4.0.0"
  84. }