package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "fast-safe-stringify@2.1.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "fast-safe-stringify@2.1.1",
  9. "_id": "fast-safe-stringify@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
  12. "_location": "/fast-safe-stringify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fast-safe-stringify@2.1.1",
  18. "name": "fast-safe-stringify",
  19. "escapedName": "fast-safe-stringify",
  20. "rawSpec": "2.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
  28. "_spec": "2.1.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "David Mark Clements"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/davidmarkclements/fast-safe-stringify/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Ruben Bridgewater"
  39. },
  40. {
  41. "name": "Matteo Collina"
  42. },
  43. {
  44. "name": "Ben Gourley"
  45. },
  46. {
  47. "name": "Gabriel Lesperance"
  48. },
  49. {
  50. "name": "Alex Liu"
  51. },
  52. {
  53. "name": "Christoph Walcher"
  54. },
  55. {
  56. "name": "Nicholas Young"
  57. }
  58. ],
  59. "dependencies": {},
  60. "description": "Safely and quickly serialize JavaScript objects",
  61. "devDependencies": {
  62. "benchmark": "^2.1.4",
  63. "clone": "^2.1.0",
  64. "json-stringify-safe": "^5.0.1",
  65. "standard": "^11.0.0",
  66. "tap": "^12.0.0"
  67. },
  68. "homepage": "https://github.com/davidmarkclements/fast-safe-stringify#readme",
  69. "keywords": [
  70. "stable",
  71. "stringify",
  72. "JSON",
  73. "JSON.stringify",
  74. "safe",
  75. "serialize"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "fast-safe-stringify",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/davidmarkclements/fast-safe-stringify.git"
  83. },
  84. "scripts": {
  85. "benchmark": "node benchmark.js",
  86. "test": "standard && tap --no-esm test.js test-stable.js"
  87. },
  88. "typings": "index",
  89. "version": "2.1.1"
  90. }