This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"_from": "safe-stable-stringify@^2.3.1",
"_id": "safe-stable-stringify@2.4.1",
"_inBundle": false,
"_integrity": "sha512-dVHE6bMtS/bnL2mwualjc6IxEv1F+OCUpA46pKUj6F8uDbUM0jCCulPqRNPSnWwGNKx5etqMjZYdXtrm5KJZGA==",
"_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.1.tgz",
"_shasum": "34694bd8a30575b7f94792aa51527551bd733d61",
"_spec": "safe-stable-stringify@^2.3.1",
"_where": "/home/vagrant/mount/coffee_poc/chaincode/wrcc/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": "^16.11.1",
"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.1"
}