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
| {
| "_args": [
| [
| "json-schema@0.4.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "json-schema@0.4.0",
| "_id": "json-schema@0.4.0",
| "_inBundle": false,
| "_integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
| "_location": "/json-schema",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "json-schema@0.4.0",
| "name": "json-schema",
| "escapedName": "json-schema",
| "rawSpec": "0.4.0",
| "saveSpec": null,
| "fetchSpec": "0.4.0"
| },
| "_requiredBy": [
| "/jsprim"
| ],
| "_resolved": "https://registry.npmmirror.com/json-schema/-/json-schema-0.4.0.tgz",
| "_spec": "0.4.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Kris Zyp"
| },
| "bugs": {
| "url": "https://github.com/kriszyp/json-schema/issues"
| },
| "description": "JSON Schema validation and specifications",
| "devDependencies": {
| "vows": "*"
| },
| "directories": {
| "lib": "./lib"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/kriszyp/json-schema#readme",
| "keywords": [
| "json",
| "schema"
| ],
| "license": "(AFL-2.1 OR BSD-3-Clause)",
| "main": "./lib/validate.js",
| "maintainers": [
| {
| "name": "Kris Zyp",
| "email": "kriszyp@gmail.com"
| }
| ],
| "name": "json-schema",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
| },
| "scripts": {
| "test": "vows --spec test/*.js"
| },
| "version": "0.4.0"
| }
|
|