forked from enviPath/enviPy
Current Dev State
This commit is contained in:
69
static/js/ketcher2/node_modules/jsonschema/package.json
generated
vendored
Normal file
69
static/js/ketcher2/node_modules/jsonschema/package.json
generated
vendored
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user