42 lines
No EOL
969 B
JSON
42 lines
No EOL
969 B
JSON
{
|
|
"author": "Tom de Grunt <tom@degrunt.nl>",
|
|
"name": "jsonschema",
|
|
"version": "1.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"contributors": [
|
|
{
|
|
"name": "Austin Wright"
|
|
}
|
|
],
|
|
"main": "./lib",
|
|
"typings": "./lib/index.d.ts",
|
|
"devDependencies": {
|
|
"json-metaschema": "^1.2.0",
|
|
"mocha": "~3",
|
|
"chai": "~1.5.0"
|
|
},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"schema",
|
|
"jsonschema",
|
|
"validator",
|
|
"validation"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tdegrunt/jsonschema.git"
|
|
},
|
|
"description": "A fast and easy to use JSON Schema validator",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha -R spec"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.2.6.tgz"
|
|
,"_integrity": "sha512-SqhURKZG07JyKKeo/ir24QnS4/BV7a6gQy93bUSe4lUdNp0QNpIz2c9elWJQ9dpc5cQYY6cvCzgRwy0MQCLyqA=="
|
|
,"_from": "jsonschema@1.2.6"
|
|
} |