forked from enviPath/enviPy
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"_from": "jsonschema@1.1.1",
|
|
"_id": "jsonschema@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-PO3o4+QR03eHLu+8n98mODy8Ptk=",
|
|
"_location": "/jsonschema",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jsonschema@1.1.1",
|
|
"name": "jsonschema",
|
|
"escapedName": "jsonschema",
|
|
"rawSpec": "1.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.1.1.tgz",
|
|
"_shasum": "3cede8e3e411d377872eefbc9fdf26383cbc3ed9",
|
|
"_spec": "jsonschema@1.1.1",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
|
"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",
|
|
"mocha": "~1.8.2"
|
|
},
|
|
"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.1.1"
|
|
}
|