package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "json-stringify-safe@5.0.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json-stringify-safe@~5.0.1",
  10. "_id": "json-stringify-safe@5.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
  13. "_location": "/json-stringify-safe",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json-stringify-safe@5.0.1",
  19. "name": "json-stringify-safe",
  20. "escapedName": "json-stringify-safe",
  21. "rawSpec": "5.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.1"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  30. "_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
  31. "_spec": "5.0.1",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "http://blog.izs.me"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/isaacs/json-stringify-safe/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Andri Möll",
  45. "email": "andri@dot.ee",
  46. "url": "http://themoll.com"
  47. }
  48. ],
  49. "deprecated": false,
  50. "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
  51. "devDependencies": {
  52. "mocha": ">= 2.1.0 < 3",
  53. "must": ">= 0.12 < 0.13",
  54. "sinon": ">= 1.12.2 < 2"
  55. },
  56. "homepage": "https://github.com/isaacs/json-stringify-safe",
  57. "keywords": [
  58. "json",
  59. "stringify",
  60. "circular",
  61. "safe"
  62. ],
  63. "license": "ISC",
  64. "main": "stringify.js",
  65. "name": "json-stringify-safe",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/isaacs/json-stringify-safe.git"
  69. },
  70. "scripts": {
  71. "test": "node test.js"
  72. },
  73. "version": "5.0.1"
  74. }