UNPKG

bare-cov

Version:

Generate coverage reports using Bare and Node.js

67 lines (66 loc) 1.35 kB
{ "name": "bare-cov", "version": "1.1.1", "description": "Generate coverage reports using Bare and Node.js", "main": "index.js", "scripts": { "test": "node test", "test:bare": "bare test", "lint": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/bare-cov.git" }, "keywords": [ "bare", "coverage", "node", "pear" ], "author": "Holepunch", "license": "Apache-2.0", "bugs": { "url": "https://github.com/holepunchto/bare-cov/issues" }, "homepage": "https://github.com/holepunchto/bare-cov#readme", "imports": { "fs": { "bare": "bare-fs" }, "path": { "bare": "bare-path" }, "process": { "bare": "bare-process" }, "url": { "bare": "bare-url" }, "inspector": { "bare": "bare-inspector" }, "child_process": { "bare": "bare-subprocess" } }, "dependencies": { "bare-fs": "^4.1.2", "bare-inspector": "^4.0.1", "bare-path": "^3.0.0", "bare-process": "^4.2.1", "bare-url": "^2.1.5", "bare-v8-to-istanbul": "v1.0.0", "picomatch": "^4.0.2", "which-runtime": "^1.2.1" }, "devDependencies": { "bare-subprocess": "^5.0.3", "brittle": "^3.13.1", "standard": "^17.1.2" }, "files": [ "index.js", "lib" ] }