package.json 1.7 KB

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