Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81151 views
1
{
2
"name": "is-my-json-valid",
3
"version": "2.12.0",
4
"description": "A JSONSchema validator that uses code generation to be extremely fast",
5
"main": "index.js",
6
"dependencies": {
7
"generate-function": "^2.0.0",
8
"generate-object-property": "^1.1.0",
9
"jsonpointer": "^1.1.0",
10
"xtend": "^4.0.0"
11
},
12
"devDependencies": {
13
"tape": "^2.13.4"
14
},
15
"scripts": {
16
"test": "tape test/*.js"
17
},
18
"repository": {
19
"type": "git",
20
"url": "https://github.com/mafintosh/is-my-json-valid"
21
},
22
"keywords": [
23
"json",
24
"schema",
25
"orderly",
26
"jsonschema"
27
],
28
"author": {
29
"name": "Mathias Buus"
30
},
31
"license": "MIT",
32
"bugs": {
33
"url": "https://github.com/mafintosh/is-my-json-valid/issues"
34
},
35
"homepage": "https://github.com/mafintosh/is-my-json-valid",
36
"gitHead": "fc2d995ecb1bdb0f367ddf114dfd069265043c6c",
37
"_id": "[email protected]",
38
"_shasum": "8fa6c408b26be95b45a23e8f8c4b464a53874d2b",
39
"_from": "is-my-json-valid@>=2.12.0 <3.0.0",
40
"_npmVersion": "2.9.0",
41
"_nodeVersion": "2.0.1",
42
"_npmUser": {
43
"name": "mafintosh",
44
"email": "[email protected]"
45
},
46
"maintainers": [
47
{
48
"name": "mafintosh",
49
"email": "[email protected]"
50
},
51
{
52
"name": "watson",
53
"email": "[email protected]"
54
},
55
{
56
"name": "freeall",
57
"email": "[email protected]"
58
}
59
],
60
"dist": {
61
"shasum": "8fa6c408b26be95b45a23e8f8c4b464a53874d2b",
62
"tarball": "http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.0.tgz"
63
},
64
"directories": {},
65
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.0.tgz"
66
}
67
68