| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- "safe-stable-stringify@2.4.3",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "safe-stable-stringify@2.4.3",
- "_id": "safe-stable-stringify@2.4.3",
- "_inBundle": false,
- "_integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==",
- "_location": "/safe-stable-stringify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "safe-stable-stringify@2.4.3",
- "name": "safe-stable-stringify",
- "escapedName": "safe-stable-stringify",
- "rawSpec": "2.4.3",
- "saveSpec": null,
- "fetchSpec": "2.4.3"
- },
- "_requiredBy": [
- "/logform",
- "/winston"
- ],
- "_resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
- "_spec": "2.4.3",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Ruben Bridgewater"
- },
- "bugs": {
- "url": "https://github.com/BridgeAR/safe-stable-stringify/issues"
- },
- "description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
- "devDependencies": {
- "@types/json-stable-stringify": "^1.0.34",
- "@types/node": "^18.11.18",
- "benchmark": "^2.1.4",
- "clone": "^2.1.2",
- "fast-json-stable-stringify": "^2.1.0",
- "fast-safe-stringify": "^2.1.1",
- "fast-stable-stringify": "^1.0.0",
- "faster-stable-stringify": "^1.0.0",
- "fastest-stable-stringify": "^2.0.2",
- "json-stable-stringify": "^1.0.1",
- "json-stringify-deterministic": "^1.0.7",
- "json-stringify-safe": "^5.0.1",
- "standard": "^16.0.4",
- "tap": "^15.0.9",
- "typescript": "^4.8.3"
- },
- "engines": {
- "node": ">=10"
- },
- "exports": {
- "require": "./index.js",
- "import": "./esm/wrapper.js"
- },
- "homepage": "https://github.com/BridgeAR/safe-stable-stringify#readme",
- "keywords": [
- "stable",
- "stringify",
- "JSON",
- "JSON.stringify",
- "safe",
- "serialize",
- "deterministic",
- "circular",
- "object",
- "predicable",
- "repeatable",
- "fast",
- "bigint"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "safe-stable-stringify",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/BridgeAR/safe-stable-stringify.git"
- },
- "scripts": {
- "benchmark": "node benchmark.js",
- "compare": "node compare.js",
- "lint": "standard --fix",
- "tap": "tap test.js",
- "tap:only": "tap test.js --watch --only",
- "test": "standard && tap test.js",
- "tsc": "tsc --project tsconfig.json"
- },
- "typings": "index.d.ts",
- "version": "2.4.3"
- }
|