package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "safe-stable-stringify@2.4.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "safe-stable-stringify@2.4.3",
  9. "_id": "safe-stable-stringify@2.4.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==",
  12. "_location": "/safe-stable-stringify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "safe-stable-stringify@2.4.3",
  18. "name": "safe-stable-stringify",
  19. "escapedName": "safe-stable-stringify",
  20. "rawSpec": "2.4.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.3"
  23. },
  24. "_requiredBy": [
  25. "/logform",
  26. "/winston"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
  29. "_spec": "2.4.3",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Ruben Bridgewater"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/BridgeAR/safe-stable-stringify/issues"
  36. },
  37. "description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
  38. "devDependencies": {
  39. "@types/json-stable-stringify": "^1.0.34",
  40. "@types/node": "^18.11.18",
  41. "benchmark": "^2.1.4",
  42. "clone": "^2.1.2",
  43. "fast-json-stable-stringify": "^2.1.0",
  44. "fast-safe-stringify": "^2.1.1",
  45. "fast-stable-stringify": "^1.0.0",
  46. "faster-stable-stringify": "^1.0.0",
  47. "fastest-stable-stringify": "^2.0.2",
  48. "json-stable-stringify": "^1.0.1",
  49. "json-stringify-deterministic": "^1.0.7",
  50. "json-stringify-safe": "^5.0.1",
  51. "standard": "^16.0.4",
  52. "tap": "^15.0.9",
  53. "typescript": "^4.8.3"
  54. },
  55. "engines": {
  56. "node": ">=10"
  57. },
  58. "exports": {
  59. "require": "./index.js",
  60. "import": "./esm/wrapper.js"
  61. },
  62. "homepage": "https://github.com/BridgeAR/safe-stable-stringify#readme",
  63. "keywords": [
  64. "stable",
  65. "stringify",
  66. "JSON",
  67. "JSON.stringify",
  68. "safe",
  69. "serialize",
  70. "deterministic",
  71. "circular",
  72. "object",
  73. "predicable",
  74. "repeatable",
  75. "fast",
  76. "bigint"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "safe-stable-stringify",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/BridgeAR/safe-stable-stringify.git"
  84. },
  85. "scripts": {
  86. "benchmark": "node benchmark.js",
  87. "compare": "node compare.js",
  88. "lint": "standard --fix",
  89. "tap": "tap test.js",
  90. "tap:only": "tap test.js --watch --only",
  91. "test": "standard && tap test.js",
  92. "tsc": "tsc --project tsconfig.json"
  93. },
  94. "typings": "index.d.ts",
  95. "version": "2.4.3"
  96. }