-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.96 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.96 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"private": true,
"name": "typescript-runtime-type-benchmarks",
"description": "Benchmark Comparison of TypeScript Runtime Type Support Modules",
"license": "MIT",
"author": {
"name": "Roman Filippov",
"email": "rf@romanfilippov.com"
},
"version": "1.0.0",
"scripts": {
"lint": "gts check",
"lint:fix": "gts fix",
"start": "ts-node index.ts",
"start:bun": "bun index.ts",
"start:deno": "deno -A index.ts",
"test:build": "npm run compile:spectypes && npm run compile:ts-runtime-checks && npm run compile:typebox && npm run compile:typia && npm run compile:deepkit && npm run compile:ts-auto-guard && npm run compile:type-predicate-generator && npm run compile:paseri && tsc --noEmit",
"test": "npm run compile:spectypes && npm run compile:ts-runtime-checks && npm run compile:typebox && npm run compile:typia && npm run compile:deepkit && npm run compile:ts-auto-guard && npm run compile:type-predicate-generator && npm run compile:paseri && vitest run",
"compile:deepkit": "deepkit-type-install && rimraf cases/deepkit/build && tsc -p cases/deepkit/tsconfig.json",
"compile:paseri": "rimraf cases/paseri/build && esbuild cases/paseri/src/index.ts --bundle --minify --platform=node --outdir=cases/paseri/build && tsc --emitDeclarationOnly cases/paseri/src/index.ts --outDir cases/paseri/build",
"compile:spectypes": "rimraf cases/spectypes/build && tsc -p cases/spectypes/src && babel cases/spectypes/src --out-dir cases/spectypes/build --extensions \".ts\"",
"compile:ts-runtime-checks": "rimraf cases/ts-runtime-checks/build && tsc -p cases/ts-runtime-checks/src",
"compile:typebox": "npx -y ts-node cases/typebox/index.ts cases/typebox/build",
"compile:typia": "rimraf cases/typia/build && tsc -p cases/typia/tsconfig.json",
"compile:ts-auto-guard": "rimraf cases/ts-auto-guard/build && ts-auto-guard --project cases/ts-auto-guard/tsconfig.json && tsc -p cases/ts-auto-guard/tsconfig.json",
"compile:type-predicate-generator": "./cases/type-predicate-generator/compile.sh",
"prepare": "ts-patch install",
"download-packages-popularity": "ts-node download-packages-popularity.ts"
},
"dependencies": {
"@aeriajs/validation": "0.0.162",
"@ailabs/ts-utils": "1.4.0",
"@badrap/valita": "0.4.6",
"@deepkit/core": "1.0.19",
"@deepkit/type": "1.0.19",
"@deepkit/type-compiler": "1.0.19",
"@effect/schema": "0.75.5",
"@mojotech/json-type-validation": "3.1.0",
"@mondrian-framework/model": "2.0.69",
"@sapphire/shapeshift": "3.9.7",
"@sinclair/typebox": "0.34.41",
"@sinclair/typemap": "0.10.1",
"@skarab/tson": "1.5.1",
"@toi/toi": "1.3.0",
"@typeofweb/schema": "0.7.3",
"@types/benchmark": "2.1.5",
"@vbudovski/paseri": "npm:@jsr/vbudovski__paseri@0.1.20",
"ajv": "8.18.0",
"arktype": "2.1.23",
"banditypes": "0.3.0",
"benny": "3.7.1",
"bueno": "0.1.5",
"caketype": "0.5.0",
"class-transformer": "0.5.1",
"class-transformer-validator": "0.9.1",
"class-validator": "0.14.2",
"cleaners": "0.3.17",
"clone": "2.1.2",
"computed-types": "1.11.2",
"csv-stringify": "6.6.0",
"decoders": "1.25.5",
"dhi": "0.4.3",
"fp-ts": "2.16.11",
"io-ts": "2.2.22",
"jet-validators": "2.0.14",
"joi": "17.13.3",
"jointz": "7.0.4",
"json-decoder": "1.4.1",
"mol_data_all": "1.1.1616",
"myzod": "1.12.1",
"ok-computer": "1.0.4",
"parse-dont-validate": "4.0.0",
"preact": "10.27.3",
"pure-parse": "0.0.0-beta.8",
"purify-ts": "2.1.2",
"r-assign": "1.9.0",
"reflect-metadata": "0.2.2",
"rescript-schema": "9.2.2",
"rulr": "10.8.2",
"runtypes": "6.7.0",
"simple-runtypes": "7.1.3",
"spectypes": "2.1.11",
"stnl": "1.1.6",
"succulent": "0.18.1",
"superstruct": "2.0.2",
"suretype": "2.4.1",
"sury": "10.0.4",
"svgo": "3.3.3",
"tiny-schema-validator": "5.0.3",
"to-typed": "0.5.2",
"ts-auto-guard": "5.0.1",
"ts-interface-checker": "1.0.2",
"ts-json-validator": "0.7.1",
"ts-node": "10.9.2",
"ts-runtime-checks": "0.6.3",
"type-predicate-generator": "1.0.4",
"typescript": "5.9.3",
"typia": "9.7.2",
"undici": "7.18.2",
"unknownutil": "3.18.1",
"valibot": "1.2.0",
"vality": "6.3.4",
"vega": "5.33.0",
"vega-lite": "5.11.0",
"yup": "1.7.1",
"zod": "3.25.76",
"zod4": "npm:zod@next"
},
"devDependencies": {
"@babel/cli": "7.28.6",
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.0",
"@babel/preset-typescript": "7.28.5",
"@types/clone": "2.1.4",
"@types/node": "22.18.11",
"@types/svgo": "3.0.0",
"@types/ts-expose-internals": "npm:ts-expose-internals@5.6.3",
"@types/yup": "0.32.0",
"babel-plugin-spectypes": "2.1.11",
"esbuild": "0.25.11",
"expect-type": "1.2.2",
"gts": "6.0.2",
"rimraf": "6.0.1",
"ts-patch": "3.3.0",
"tsconfigs": "4.0.2",
"vitest": "3.2.4"
},
"keywords": [
"benchmarks",
"types",
"typescript"
]
}