-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "json-schema-benchmark",
"main": "benchmark.js",
"license": "MIT",
"dependencies": {
"@cfworker/json-schema": "*",
"@exodus/schemasafe": "^1.0.0-rc.3",
"ajv": "*",
"async": "^3.2.0",
"benchmark": "^2.1.4",
"deep-equal": "^2.0.4",
"djv": "*",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.1.6",
"is-my-json-valid": "*",
"jassi": "*",
"jjv": "*",
"jsck": "*",
"jsen": "*",
"json-gate": "*",
"json-model": "*",
"json-schema-library": "*",
"json-schema-validator-generator": "*",
"json-stringify-safe": "^5.0.1",
"jsonschema": "*",
"JSV": "*",
"lodash": "^4.17.20",
"mustache": "^4.0.1",
"npm": "^6.14.9",
"request-validator": "*",
"revalidator": "*",
"schemasaurus": "*",
"skeemas": "*",
"themis": "*",
"tv4": "*",
"z-schema": "*"
},
"description": "Benchmarks for Node.js JSON-schema validators",
"version": "1.0.3",
"scripts": {
"test": "node --experimental-modules --es-module-specifier-resolution=node index.js",
"update": "rm -rf node_modules/* && rm package-lock.json && npm i && npm audit fix -audit-level=critical && git submodule foreach git pull origin master && npm test"
},
"repository": {
"type": "git",
"url": "git://github.com/ebdrup/json-schema-benchmark.git"
},
"keywords": [
"json-schema",
"benchmark",
"speed",
"fastest"
],
"author": "Allan Ebdrup",
"bugs": {
"url": "https://github.com/ebdrup/json-schema-benchmark/issues"
},
"homepage": "https://github.com/ebdrup/json-schema-benchmark"
}