bs-ajv
Version:
BucklesScript bindings to Ajv (Another JSON Validator)
65 lines (64 loc) • 1.8 kB
JSON
{
"_args": [
[
"compare-versions@3.1.0",
"/Users/donviszneki/bs-ajv"
]
],
"_development": true,
"_from": "compare-versions@3.1.0",
"_id": "compare-versions@3.1.0",
"_inBundle": false,
"_integrity": "sha512-4hAxDSBypT/yp2ySFD346So6Ragw5xmBn/e/agIGl3bZr6DLUqnoRZPusxKrXdYRZpgexO9daejmIenlq/wrIQ==",
"_location": "/compare-versions",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "compare-versions@3.1.0",
"name": "compare-versions",
"escapedName": "compare-versions",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/istanbul-api"
],
"_resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/Users/donviszneki/bs-ajv",
"author": {
"name": "Ole Bjørn Michelsen",
"email": "ole@michelsen.dk"
},
"bugs": {
"url": "https://github.com/omichelsen/compare-versions/issues"
},
"description": "Compare semver version strings to find greater, equal or lesser.",
"devDependencies": {
"istanbul": "^0.4.3",
"mocha": "^3.0.2"
},
"homepage": "https://github.com/omichelsen/compare-versions#readme",
"keywords": [
"semver",
"version",
"compare",
"browser",
"node"
],
"license": "MIT",
"main": "index.js",
"name": "compare-versions",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/omichelsen/compare-versions.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test": "mocha",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "3.1.0"
}