PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
is-my-json-valid
{ "name": "is-my-json-valid", "version": "2.16.1", "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": "^4.0.0", "xtend": "^4.0.0" }, "devDependencies": { "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" }
[+]
..
[-] .npmignore
[edit]
[-] example.js
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] formats.js
[edit]
[-] require.js
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
test
[-] LICENSE
[edit]