UNPKG

rsuite-theme

Version:
130 lines (129 loc) 3.02 kB
{ "_from": "coveralls@^3.0.0", "_id": "coveralls@3.0.0", "_inBundle": false, "_integrity": "sha1-Iu9zAzBTgIDSm4wVHckUav3oipk=", "_location": "/coveralls", "_phantomChildren": { "argparse": "1.0.9" }, "_requested": { "type": "range", "registry": true, "raw": "coveralls@^3.0.0", "name": "coveralls", "escapedName": "coveralls", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "http://registry.npm.taobao.org/coveralls/download/coveralls-3.0.0.tgz", "_shasum": "22ef730330538080d29b8c151dc9146afde88a99", "_spec": "coveralls@^3.0.0", "_where": "/Users/godfery/GitRepo/rsuite-theme", "author": { "name": "Gregg Caines" }, "bin": { "coveralls": "./bin/coveralls.js" }, "bugs": { "url": "https://github.com/nickmerwin/node-coveralls/issues" }, "bundleDependencies": false, "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" }, "deprecated": false, "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" }