package.json
1.75 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
{
"_from": "is-my-json-valid@^2.12.4",
"_id": "is-my-json-valid@2.19.0",
"_inBundle": false,
"_integrity": "sha512-mG0f/unGX1HZ5ep4uhRaPOS8EkAY8/j6mDRMJrutq4CqhoJWYp7qAlonIPy3TV7p3ju4TK9fo/PbnoksWmsp5Q==",
"_location": "/is-my-json-valid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-my-json-valid@^2.12.4",
"name": "is-my-json-valid",
"escapedName": "is-my-json-valid",
"rawSpec": "^2.12.4",
"saveSpec": null,
"fetchSpec": "^2.12.4"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.19.0.tgz",
"_shasum": "8fd6e40363cd06b963fa877d444bfb5eddc62175",
"_spec": "is-my-json-valid@^2.12.4",
"_where": "D:\\OSS project\\YTMT\\node_modules\\har-validator",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/is-my-json-valid/issues"
},
"bundleDependencies": false,
"dependencies": {
"generate-function": "^2.0.0",
"generate-object-property": "^1.1.0",
"is-my-ip-valid": "^1.0.0",
"jsonpointer": "^4.0.0",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "A JSONSchema validator that uses code generation to be extremely fast",
"devDependencies": {
"safe-regex": "^1.1.0",
"tape": "^2.13.4",
"typescript": "^3.0.1"
},
"homepage": "https://github.com/mafintosh/is-my-json-valid",
"keywords": [
"json",
"schema",
"orderly",
"jsonschema"
],
"license": "MIT",
"main": "index.js",
"name": "is-my-json-valid",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/is-my-json-valid.git"
},
"scripts": {
"test": "tape test/*.js && tsc"
},
"version": "2.19.0"
}