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
| {
| "_from": "jsonlint@1.6.3",
| "_id": "jsonlint@1.6.3",
| "_inBundle": false,
| "_integrity": "sha512-jMVTMzP+7gU/IyC6hvKyWpUU8tmTkK5b3BPNuMI9U8Sit+YAWLlZwB6Y6YrdCxfg2kNz05p3XY3Bmm4m26Nv3A==",
| "_location": "/jsonlint",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "jsonlint@1.6.3",
| "name": "jsonlint",
| "escapedName": "jsonlint",
| "rawSpec": "1.6.3",
| "saveSpec": null,
| "fetchSpec": "1.6.3"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/jsonlint/-/jsonlint-1.6.3.tgz",
| "_shasum": "cb5e31efc0b78291d0d862fbef05900adf212988",
| "_spec": "jsonlint@1.6.3",
| "_where": "D:\\源码\\vue-element-admin-master",
| "author": {
| "name": "Zach Carter",
| "email": "zach@carter.name",
| "url": "http://zaa.ch"
| },
| "bin": {
| "jsonlint": "lib/cli.js"
| },
| "bugs": {
| "url": "http://github.com/zaach/jsonlint/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "JSV": "^4.0.x",
| "nomnom": "^1.5.x"
| },
| "deprecated": false,
| "description": "Validate JSON",
| "devDependencies": {
| "jison": "*",
| "test": "*",
| "uglify-js": "*"
| },
| "engines": {
| "node": ">= 0.6"
| },
| "homepage": "http://zaach.github.com/jsonlint/",
| "keywords": [
| "json",
| "validation",
| "lint",
| "jsonlint"
| ],
| "main": "lib/jsonlint.js",
| "name": "jsonlint",
| "optionalDependencies": {},
| "preferGlobal": true,
| "repository": {
| "type": "git",
| "url": "git://github.com/zaach/jsonlint.git"
| },
| "scripts": {
| "test": "node test/all-tests.js"
| },
| "version": "1.6.3"
| }
|
|