package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "json-stringify-safe@5.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "json-stringify-safe@5.0.1",
  9. "_id": "json-stringify-safe@5.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
  12. "_location": "/json-stringify-safe",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "json-stringify-safe@5.0.1",
  18. "name": "json-stringify-safe",
  19. "escapedName": "json-stringify-safe",
  20. "rawSpec": "5.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.1"
  23. },
  24. "_requiredBy": [
  25. "/request"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  28. "_spec": "5.0.1",
  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/json-stringify-safe/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Andri Möll",
  41. "email": "andri@dot.ee",
  42. "url": "http://themoll.com"
  43. }
  44. ],
  45. "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
  46. "devDependencies": {
  47. "mocha": ">= 2.1.0 < 3",
  48. "must": ">= 0.12 < 0.13",
  49. "sinon": ">= 1.12.2 < 2"
  50. },
  51. "homepage": "https://github.com/isaacs/json-stringify-safe",
  52. "keywords": [
  53. "json",
  54. "stringify",
  55. "circular",
  56. "safe"
  57. ],
  58. "license": "ISC",
  59. "main": "stringify.js",
  60. "name": "json-stringify-safe",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/isaacs/json-stringify-safe.git"
  64. },
  65. "scripts": {
  66. "test": "node test.js"
  67. },
  68. "version": "5.0.1"
  69. }