UNPKG

@bahmutov/is-my-json-valid

Version:

A JSONSchema validator that uses code generation to be extremely fast

37 lines (36 loc) 864 B
{ "name": "@bahmutov/is-my-json-valid", "version": "2.17.3", "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", "is-my-ip-valid": "^1.0.0", "jsonpointer": "^4.0.0", "xtend": "^4.0.0" }, "devDependencies": { "safe-regex": "^1.1.0", "tape": "^2.13.4" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/is-my-json-valid" }, "keywords": [ "json", "schema", "orderly", "jsonschema" ], "author": "Mathias Buus", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/is-my-json-valid/issues" }, "homepage": "https://github.com/mafintosh/is-my-json-valid" }