We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json-schema appears to be a valid node.js module.
tmpmac:lib tmpvar$ pwd /Users/tmpvar/work/javascript/json-schema/lib tmpmac:lib tmpvar$ node > require('./validate'); { [Function: validate] Integer: { type: 'integer' }, validate: [Circular], checkPropertyChange: [Function], _validate: [Function], mustBeValid: [Function] } >
It would be great if I could just npm install json-schema
The text was updated successfully, but these errors were encountered:
looks like there is an issue installing; I've created an issue on npm: https://github.com/isaacs/npm/issues/901
Sorry, something went wrong.
FWIW you can also install directly from the tarball for now:
npm install https://github.com/kriszyp/json-schema/tarball/master node -e 'require("json-schema/lib/validate")'
dang, very nice. Apparently this also works!
tmpmac:test tmpvar$ cat package.json { "author": "", "name": "test", "version": "0.0.0", "repository": { "url": "" }, "engines": { "node": "~v0.4.8-pre" }, "dependencies": { "json-schema" : "https://github.com/kriszyp/json-schema/tarball/master" }, "devDependencies": {} }
No branches or pull requests
json-schema appears to be a valid node.js module.
It would be great if I could just npm install json-schema
The text was updated successfully, but these errors were encountered: