94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
{
|
|
"_from": "safe-stable-stringify@^2.3.1",
|
|
"_id": "safe-stable-stringify@2.4.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==",
|
|
"_location": "/safe-stable-stringify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "safe-stable-stringify@^2.3.1",
|
|
"name": "safe-stable-stringify",
|
|
"escapedName": "safe-stable-stringify",
|
|
"rawSpec": "^2.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/logform",
|
|
"/winston"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
|
|
"_shasum": "138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886",
|
|
"_spec": "safe-stable-stringify@^2.3.1",
|
|
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot\\node_modules\\winston",
|
|
"author": {
|
|
"name": "Ruben Bridgewater"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/BridgeAR/safe-stable-stringify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
}
|