package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "json-stringify-safe@~5.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "json-stringify-safe@>=5.0.0 <5.1.0",
  9. "_id": "json-stringify-safe@5.0.1",
  10. "_inCache": true,
  11. "_location": "/json-stringify-safe",
  12. "_nodeVersion": "2.0.1",
  13. "_npmUser": {
  14. "email": "isaacs@npmjs.com",
  15. "name": "isaacs"
  16. },
  17. "_npmVersion": "2.10.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "json-stringify-safe",
  21. "raw": "json-stringify-safe@~5.0.0",
  22. "rawSpec": "~5.0.0",
  23. "scope": null,
  24. "spec": ">=5.0.0 <5.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  31. "_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
  32. "_shrinkwrap": null,
  33. "_spec": "json-stringify-safe@~5.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  35. "author": {
  36. "email": "i@izs.me",
  37. "name": "Isaac Z. Schlueter",
  38. "url": "http://blog.izs.me"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/json-stringify-safe/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Andri Möll",
  46. "email": "andri@dot.ee",
  47. "url": "http://themoll.com"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
  52. "devDependencies": {
  53. "mocha": ">= 2.1.0 < 3",
  54. "must": ">= 0.12 < 0.13",
  55. "sinon": ">= 1.12.2 < 2"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
  60. "tarball": "http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
  61. },
  62. "gitHead": "3890dceab3ad14f8701e38ca74f38276abc76de5",
  63. "homepage": "https://github.com/isaacs/json-stringify-safe",
  64. "installable": true,
  65. "keywords": [
  66. "circular",
  67. "json",
  68. "safe",
  69. "stringify"
  70. ],
  71. "license": "ISC",
  72. "main": "stringify.js",
  73. "maintainers": [
  74. {
  75. "name": "isaacs",
  76. "email": "i@izs.me"
  77. },
  78. {
  79. "name": "moll",
  80. "email": "andri@dot.ee"
  81. }
  82. ],
  83. "name": "json-stringify-safe",
  84. "optionalDependencies": {},
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/isaacs/json-stringify-safe.git"
  88. },
  89. "scripts": {
  90. "test": "node test.js"
  91. },
  92. "version": "5.0.1"
  93. }