hz-zhhq-web/node_modules/jsonlint/package.json

71 lines
1.6 KiB
JSON

{
"_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": "E:\\hz-zhhq-web",
"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"
}