mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "@vitest/coverage-v8",
|
|
"type": "module",
|
|
"version": "2.0.0-beta.10",
|
|
"description": "V8 coverage provider for Vitest",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/vitest",
|
|
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vitest-dev/vitest.git",
|
|
"directory": "packages/coverage-v8"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitest-dev/vitest/issues"
|
|
},
|
|
"keywords": [
|
|
"vite",
|
|
"vitest",
|
|
"test",
|
|
"coverage",
|
|
"v8"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup -c",
|
|
"dev": "rollup -c --watch --watch.include 'src/**'"
|
|
},
|
|
"peerDependencies": {
|
|
"vitest": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.3.0",
|
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
"debug": "^4.3.5",
|
|
"istanbul-lib-coverage": "^3.2.2",
|
|
"istanbul-lib-report": "^3.0.1",
|
|
"istanbul-lib-source-maps": "^5.0.4",
|
|
"istanbul-reports": "^3.1.7",
|
|
"magic-string": "^0.30.10",
|
|
"magicast": "^0.3.4",
|
|
"picocolors": "^1.0.1",
|
|
"std-env": "^3.7.0",
|
|
"strip-literal": "^2.1.0",
|
|
"test-exclude": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.12",
|
|
"@types/istanbul-lib-coverage": "^2.0.6",
|
|
"@types/istanbul-lib-report": "^3.0.3",
|
|
"@types/istanbul-lib-source-maps": "^4.0.4",
|
|
"@types/istanbul-reports": "^3.0.4",
|
|
"pathe": "^1.1.2",
|
|
"v8-to-istanbul": "^9.2.0",
|
|
"vite-node": "workspace:*",
|
|
"vitest": "workspace:*"
|
|
}
|
|
}
|