package.json 2.6 KB

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