package.json
3.08 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
{
"_args": [
[
{
"raw": "is-my-json-valid@^2.12.4",
"scope": null,
"escapedName": "is-my-json-valid",
"name": "is-my-json-valid",
"rawSpec": "^2.12.4",
"spec": ">=2.12.4 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/har-validator"
]
],
"_from": "is-my-json-valid@>=2.12.4 <3.0.0",
"_id": "is-my-json-valid@2.16.1",
"_inCache": true,
"_location": "/is-my-json-valid",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-my-json-valid-2.16.1.tgz_1503499909548_0.5606897135730833"
},
"_npmUser": {
"name": "linusu",
"email": "linus@folkdatorn.se"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "is-my-json-valid@^2.12.4",
"scope": null,
"escapedName": "is-my-json-valid",
"name": "is-my-json-valid",
"rawSpec": "^2.12.4",
"spec": ">=2.12.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.1.tgz",
"_shasum": "5a846777e2c2620d1e69104e5d3a03b1f6088f11",
"_shrinkwrap": null,
"_spec": "is-my-json-valid@^2.12.4",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/har-validator",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/is-my-json-valid/issues"
},
"dependencies": {
"generate-function": "^2.0.0",
"generate-object-property": "^1.1.0",
"jsonpointer": "^4.0.0",
"xtend": "^4.0.0"
},
"description": "A JSONSchema validator that uses code generation to be extremely fast",
"devDependencies": {
"tape": "^2.13.4"
},
"directories": {},
"dist": {
"integrity": "sha512-ochPsqWS1WXj8ZnMIV0vnNXooaMhp7cyL4FMSIPKTtnV0Ha/T19G2b9kkhcNsabV9bxYkze7/aLZJb/bYuFduQ==",
"shasum": "5a846777e2c2620d1e69104e5d3a03b1f6088f11",
"tarball": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.1.tgz"
},
"gitHead": "219095553781b2e9face91ad5d098dfb1f447c58",
"homepage": "https://github.com/mafintosh/is-my-json-valid",
"keywords": [
"json",
"schema",
"orderly",
"jsonschema"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "linusu",
"email": "linus@folkdatorn.se"
},
{
"name": "emilbayes",
"email": "github@tixz.dk"
},
{
"name": "emilbay",
"email": "github@tixz.dk"
},
{
"name": "yoshuawuyts",
"email": "i@yoshuawuyts.com"
},
{
"name": "freeall",
"email": "freeall@gmail.com"
},
{
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
},
{
"name": "watson",
"email": "w@tson.dk"
}
],
"name": "is-my-json-valid",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/is-my-json-valid.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "2.16.1"
}