mirror of https://github.com/lukechilds/node.git
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.
68 lines
1.7 KiB
68 lines
1.7 KiB
10 years ago
|
{
|
||
|
"name": "is-my-json-valid",
|
||
|
"version": "2.12.0",
|
||
|
"description": "A JSONSchema validator that uses code generation to be extremely fast",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"generate-function": "^2.0.0",
|
||
|
"generate-object-property": "^1.1.0",
|
||
|
"jsonpointer": "^1.1.0",
|
||
|
"xtend": "^4.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tape": "^2.13.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/*.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/mafintosh/is-my-json-valid.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"json",
|
||
|
"schema",
|
||
|
"orderly",
|
||
|
"jsonschema"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Mathias Buus"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mafintosh/is-my-json-valid/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/mafintosh/is-my-json-valid",
|
||
|
"gitHead": "fc2d995ecb1bdb0f367ddf114dfd069265043c6c",
|
||
|
"_id": "is-my-json-valid@2.12.0",
|
||
|
"_shasum": "8fa6c408b26be95b45a23e8f8c4b464a53874d2b",
|
||
|
"_from": "is-my-json-valid@>=2.10.0 <3.0.0",
|
||
|
"_npmVersion": "2.9.0",
|
||
|
"_nodeVersion": "2.0.1",
|
||
|
"_npmUser": {
|
||
|
"name": "mafintosh",
|
||
|
"email": "mathiasbuus@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "mafintosh",
|
||
|
"email": "mathiasbuus@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "watson",
|
||
|
"email": "w@tson.dk"
|
||
|
},
|
||
|
{
|
||
|
"name": "freeall",
|
||
|
"email": "freeall@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "8fa6c408b26be95b45a23e8f8c4b464a53874d2b",
|
||
|
"tarball": "http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.0.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.0.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|