escover
Version:
Coverage for EcmaScript Modules
69 lines (68 loc) • 1.82 kB
JSON
{
"name": "escover",
"version": "6.5.2",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Coverage for EcmaScript Modules",
"main": "packages/escover/lib/escover.js",
"type": "module",
"bin": {
"escover": "bin/escover.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/escover.git"
},
"exports": {
".": "./lib/escover.js",
"./register": "./lib/register.js",
"./plugin": "./lib/instrument/plugin-mark/index.js",
"./instrument": "./lib/instrument/index.js"
},
"keywords": [
"coverage",
"putout",
"loader"
],
"scripts": {
"test": "madrun test",
"coverage": "madrun coverage",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"report": "madrun report",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:lint": "madrun watch:lint",
"watch:tape": "madrun watch:tape",
"prewisdom": "madrun prewisdom"
},
"dependencies": {
"@escover/formatter-files": "^1.0.1",
"@escover/formatter-lines": "^1.0.1",
"@putout/plugin-convert-optional-to-logical": "^4.0.0",
"find-cache-dir": "^5.0.0",
"find-up": "^8.0.0",
"montag": "^2.0.1",
"once": "^1.4.0",
"picomatch": "^4.0.2",
"putout": "^42.0.1",
"strip-ansi": "^7.0.1",
"try-catch": "^4.0.9",
"yargs-parser": "^22.0.0"
},
"engines": {
"node": ">=22"
},
"license": "MIT",
"devDependencies": {
"@putout/eslint-flat": "^4.0.0",
"@putout/test": "^15.1.1",
"escover": "file:.",
"eslint": "^10.0.0",
"eslint-plugin-putout": "^31.0.0",
"madrun": "^13.0.0",
"superc8": "^12.7.0",
"supertape": "^13.1.1"
}
}