bs-ajv
Version:
BucklesScript bindings to Ajv (Another JSON Validator)
132 lines (131 loc) • 3.02 kB
JSON
{
"_args": [
[
"coveralls@3.0.0",
"/Users/donviszneki/bs-ajv"
]
],
"_development": true,
"_from": "coveralls@3.0.0",
"_id": "coveralls@3.0.0",
"_inBundle": false,
"_integrity": "sha512-ZppXR9y5PraUOrf/DzHJY6gzNUhXYE3b9D43xEXs4QYZ7/Oe0Gy0CS+IPKWFfvQFXB3RG9QduaQUFehzSpGAFw==",
"_location": "/coveralls",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "coveralls@3.0.0",
"name": "coveralls",
"escapedName": "coveralls",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/coveralls/-/coveralls-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/donviszneki/bs-ajv",
"author": {
"name": "Gregg Caines"
},
"bin": {
"coveralls": "./bin/coveralls.js"
},
"bugs": {
"url": "https://github.com/nickmerwin/node-coveralls/issues"
},
"contributors": [
{
"name": "Gregg Caines",
"email": "gregg@caines.ca",
"url": "http://caines.ca"
},
{
"name": "Joshua Ma",
"email": "github@joshma.com",
"url": "http://joshma.com"
},
{
"name": "Alan Gutierrez",
"email": "alan@prettyrobots.com",
"url": "http://www.prettyrobots.com/"
},
{
"name": "Kir Belevich",
"url": "https://github.com/svg"
},
{
"name": "elliotcable",
"email": "github@elliottcable.name",
"url": "http://elliottcable.name/"
},
{
"name": "Slotos",
"email": "slotos@gmail.com",
"url": "http://slotos.net"
},
{
"name": "mattjmorrison",
"email": "mattjmorrison@mattjmorrison.com",
"url": "http://mattjmorrison.com"
},
{
"name": "Arpad Borsos",
"email": "arpad.borsos@googlemail.com",
"url": "http://swatinem.de/"
},
{
"name": "Adam Moss",
"url": "https://github.com/adam-moss"
}
],
"dependencies": {
"js-yaml": "^3.6.1",
"lcov-parse": "^0.0.10",
"log-driver": "^1.2.5",
"minimist": "^1.2.0",
"request": "^2.79.0"
},
"description": "takes json-cov output into stdin and POSTs to coveralls.io",
"devDependencies": {
"istanbul": "^0.4.5",
"jshint": "2.9.3",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"should": "^9.0.2",
"sinon-restore": "^1.0.1",
"snyk": "^1.23.3"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/nickmerwin/node-coveralls#readme",
"keywords": [
"coverage",
"coveralls"
],
"license": "BSD-2-Clause",
"main": "index.js",
"maintainers": [
{
"name": "Nick Merwin",
"email": "nick@coveralls.io",
"url": "https://coveralls.io"
}
],
"name": "coveralls",
"repository": {
"type": "git",
"url": "git://github.com/nickmerwin/node-coveralls.git"
},
"scripts": {
"test": "snyk test && make test"
},
"version": "3.0.0"
}