escover
Version:
Coverage for EcmaScript Modules
73 lines (72 loc) • 1.85 kB
JSON
{
"name": "escover",
"version": "4.3.2",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Coverage for EcmaScript Modules",
"main": "lib/escover.js",
"type": "module",
"bin": {
"escover": "bin/escover.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/escover.git"
},
"exports": {
".": {
"import": "./lib/escover.js"
},
"./fresh": "./lib/fresh.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": {
"@putout/plugin-convert-optional-to-logical": "^4.0.0",
"chalk": "^5.0.0",
"find-cache-dir": "^5.0.0",
"find-up": "^7.0.0",
"mock-import": "^4.0.0",
"montag": "^1.2.1",
"once": "^1.4.0",
"picomatch": "^4.0.2",
"putout": "^38.0.0",
"strip-ansi": "^7.0.1",
"table": "^6.8.0",
"try-catch": "^3.0.0",
"yargs-parser": "^21.0.0"
},
"engines": {
"node": ">=18.19"
},
"license": "MIT",
"devDependencies": {
"@putout/eslint-flat": "^2.0.0",
"@putout/test": "^11.0.0",
"c8": "^10.1.2",
"escover": "file:.",
"eslint": "^9.4.0",
"eslint-plugin-putout": "^24.0.0",
"madrun": "^10.0.0",
"supertape": "^10.0.0"
}
}