forked from icebob/validator-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 760 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 760 Bytes
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
{
"name": "validator-benchmark",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"bench": "node index.js"
},
"keywords": [],
"author": "Icebob",
"license": "MIT",
"devDependencies": {
"benchmarkify": "^4.0.0",
"lodash": "^4.17.21"
},
"dependencies": {
"@sinclair/typebox": "^0.32.22",
"ajv": "^8.12.0",
"ajv-formats": "^3.0.1",
"fastest-validator": "^1.18.0",
"joi": "^17.12.3",
"jsvalidator": "^2.0.0",
"mschema": "0.5.6",
"nope-validator": "^1.0.4",
"parambulator": "1.5.2",
"typia": "^6.0.3",
"valibot": "^0.30.0",
"validate.js": "^0.13.1",
"validator.js": "^2.0.4",
"validatorjs": "^3.22.1",
"yup": "^1.4.0",
"zod": "^3.22.5"
}
}