-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 5.64 KB
/
Copy pathpackage.json
File metadata and controls
136 lines (136 loc) · 5.64 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
134
135
136
{
"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 && npm run compile:paseri-aot && 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 && npm run compile:paseri-aot && 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:paseri-aot": "rimraf cases/paseri-aot/build cases/paseri-aot/src/generated && esbuild cases/paseri-aot/src/generate.ts --bundle --platform=node --format=cjs --outfile=cases/paseri-aot/build/generate.cjs && node cases/paseri-aot/build/generate.cjs && esbuild cases/paseri-aot/src/index.ts --bundle --minify --platform=node --outdir=cases/paseri-aot/build && tsc --emitDeclarationOnly --module esnext --moduleResolution bundler --target es2022 --lib es2022,dom --skipLibCheck cases/paseri-aot/src/index.ts --outDir cases/paseri-aot/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.5.4",
"@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.70",
"@paseri/compiler": "npm:@jsr/paseri__compiler@0.5.1",
"@paseri/paseri": "npm:@jsr/paseri__paseri@1.6.0",
"@sapphire/shapeshift": "3.9.7",
"@sinclair/typebox": "0.34.49",
"@sinclair/typemap": "0.10.1",
"@skarab/tson": "1.5.1",
"@sx3/gate": "1.0.6",
"@toi/toi": "1.3.0",
"@typeofweb/schema": "0.7.3",
"@types/benchmark": "2.1.5",
"ajv": "8.20.0",
"arktype": "2.2.1",
"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.15.1",
"cleaners": "0.3.17",
"clone": "2.1.2",
"computed-types": "1.11.2",
"csv-stringify": "6.8.0",
"decoders": "1.25.5",
"dhi": "0.6.1",
"fp-ts": "2.16.11",
"io-ts": "2.2.22",
"jet-validators": "2.3.1",
"joi": "17.13.4",
"jointz": "7.0.4",
"json-decoder": "1.4.1",
"mol_data_all": "1.1.1800",
"myzod": "1.12.1",
"ok-computer": "1.0.4",
"parse-dont-validate": "4.0.0",
"preact": "10.29.2",
"pure-parse": "0.0.0-beta.8",
"purify-ts": "2.1.4",
"r-assign": "1.9.0",
"reflect-metadata": "0.2.2",
"rescript-schema": "9.5.1",
"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": "11.0.0-alpha.8",
"svgo": "3.3.3",
"tiny-schema-validator": "5.0.3",
"to-typed": "0.5.2",
"ts-auto-guard": "5.1.3",
"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.28.0",
"unknownutil": "3.18.1",
"valibot": "1.4.1",
"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.29.7",
"@babel/core": "7.29.7",
"@babel/preset-env": "7.29.7",
"@babel/preset-typescript": "7.29.7",
"@types/clone": "2.1.4",
"@types/node": "22.20.0",
"@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.28.1",
"expect-type": "1.3.0",
"gts": "6.0.2",
"rimraf": "6.1.3",
"ts-patch": "3.3.0",
"tsconfigs": "4.0.2",
"vitest": "3.2.6"
},
"keywords": [
"benchmarks",
"types",
"typescript"
]
}