You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.7 KiB

{
"_from": "jsonschema@^1.0.3",
"_id": "jsonschema@1.2.4",
"_inBundle": false,
"_integrity": "sha512-lz1nOH69GbsVHeVgEdvyavc/33oymY1AZwtePMiMj4HZPMbP5OIKK3zT9INMWjwua/V4Z4yq7wSlBbSG+g4AEw==",
"_location": "/jsonschema",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsonschema@^1.0.3",
"name": "jsonschema",
"escapedName": "jsonschema",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/mosca"
],
"_resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.2.4.tgz",
"_shasum": "a46bac5d3506a254465bc548876e267c6d0d6464",
"_spec": "jsonschema@^1.0.3",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"author": {
"name": "Tom de Grunt",
"email": "tom@degrunt.nl"
},
"bugs": {
"url": "https://github.com/tdegrunt/jsonschema/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Austin Wright"
}
],
"dependencies": {},
"deprecated": false,
"description": "A fast and easy to use JSON Schema validator",
"devDependencies": {
"chai": "~1.5.0",
"json-metaschema": "^1.2.0",
"mocha": "~3"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/tdegrunt/jsonschema#readme",
"keywords": [
"json",
"schema",
"jsonschema",
"validator",
"validation"
],
"license": "MIT",
"main": "./lib",
"name": "jsonschema",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/tdegrunt/jsonschema.git"
},
"scripts": {
"test": "mocha -R spec"
},
"typings": "./lib/index.d.ts",
"version": "1.2.4"
}