UNPKG

bs-ajv

Version:

BucklesScript bindings to Ajv (Another JSON Validator)

91 lines (90 loc) 2.71 kB
{ "_args": [ [ "bs-platform@2.2.3", "/Users/donviszneki/bs-ajv" ] ], "_development": true, "_from": "bs-platform@2.2.3", "_id": "bs-platform@2.2.3", "_inBundle": false, "_integrity": "sha1-2QWuEKXzYh5qc5BB36C1hIOiF08=", "_location": "/bs-platform", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "bs-platform@2.2.3", "name": "bs-platform", "escapedName": "bs-platform", "rawSpec": "2.2.3", "saveSpec": null, "fetchSpec": "2.2.3" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/bs-platform/-/bs-platform-2.2.3.tgz", "_spec": "2.2.3", "_where": "/Users/donviszneki/bs-ajv", "author": { "name": "Hongbo Zhang" }, "bin": { "bsb": "lib/bsb", "bsc": "lib/bsc", "bsrefmt": "lib/bsrefmt" }, "bugs": { "url": "https://github.com/bucklescript/bucklescript/issues" }, "description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support", "devDependencies": { "benchmark": "^2.1.4", "colors": "^1.1.2", "coveralls": "^2.13.1", "diff": "^3.2.0", "glob": "^7.1.2", "immutable": "^3.8.2", "istanbul": "^0.4.5", "jasmine-core": "^2.6.2", "karma": "^1.7.0", "karma-jasmine-html-reporter": "^0.2.2", "mocha": "^3.4.1", "mocha-lcov-reporter": "^1.3.0", "should": "^11.2.1", "should-equal": "^1.0.1", "uglify-js": "^3.0.10" }, "homepage": "https://github.com/bucklescript/bucklescript#readme", "keywords": [ "ocaml", "bucklescript", "stdlib", "functional programming" ], "license": "SEE LICENSE IN LICENSE", "maintainers": [ { "name": "hongbo_zhang", "email": "bobzhang1988@gmail.com" } ], "name": "bs-platform", "repository": { "type": "git", "url": "git+https://github.com/bucklescript/bucklescript.git" }, "scripts": { "cover": "istanbul cover --report html ./node_modules/.bin/_mocha -- ./jscomp/test/**/*test.js && open coverage/index.html", "coverage": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- './jscomp/test/*test.js'", "coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info", "postinstall": "node scripts/install.js", "test": "go build -o test.exe scripts/test.go && ./test.exe", "test-bsb": "go run scripts/test.go -no-install-global -no-ounit -no-mocha -no-theme", "test-ocaml": "go run scripts/test.go -no-install-global -no-mocha -no-theme -no-bsb", "test-theme": "go run scripts/test.go -no-install-global -no-ounit -no-mocha -no-bsb" }, "version": "2.2.3" }