aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/ast-v8-to-istanbul/package.json
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 21:34:48 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 21:34:48 -0800
commit76cb9c2a39d477a64824a985ade40507e3bbade1 (patch)
tree41e997aa9c6f538d3a136af61dae9424db2005a9 /vanilla/node_modules/ast-v8-to-istanbul/package.json
parent819a39a21ac992b1393244a4c283bbb125208c69 (diff)
downloadneko-76cb9c2a39d477a64824a985ade40507e3bbade1.tar.gz
neko-76cb9c2a39d477a64824a985ade40507e3bbade1.tar.bz2
neko-76cb9c2a39d477a64824a985ade40507e3bbade1.zip
feat(vanilla): add testing infrastructure and tests (NK-wjnczv)
Diffstat (limited to 'vanilla/node_modules/ast-v8-to-istanbul/package.json')
-rw-r--r--vanilla/node_modules/ast-v8-to-istanbul/package.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/vanilla/node_modules/ast-v8-to-istanbul/package.json b/vanilla/node_modules/ast-v8-to-istanbul/package.json
new file mode 100644
index 0000000..d3cae0b
--- /dev/null
+++ b/vanilla/node_modules/ast-v8-to-istanbul/package.json
@@ -0,0 +1,71 @@
+{
+ "name": "ast-v8-to-istanbul",
+ "version": "0.3.11",
+ "description": "AST-aware v8-to-istanbul",
+ "homepage": "https://github.com/AriPerkkio/ast-v8-to-istanbul",
+ "bugs": "https://github.com/AriPerkkio/ast-v8-to-istanbul",
+ "license": "MIT",
+ "author": "Ari Perkkiƶ <ari.perkkio@gmail.com>",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/AriPerkkio/ast-v8-to-istanbul.git"
+ },
+ "files": [
+ "dist"
+ ],
+ "type": "module",
+ "types": "./dist/index.d.mts",
+ "exports": "./dist/index.mjs",
+ "dependencies": {
+ "@jridgewell/trace-mapping": "^0.3.31",
+ "estree-walker": "^3.0.3",
+ "js-tokens": "^10.0.0"
+ },
+ "devDependencies": {
+ "@babel/parser": "^7.28.6",
+ "@babel/types": "^7.28.6",
+ "@sveltejs/vite-plugin-svelte": "^6.2.4",
+ "@types/estree": "^1.0.8",
+ "@types/istanbul-lib-coverage": "^2.0.6",
+ "@types/istanbul-lib-instrument": "^1.7.8",
+ "@types/istanbul-lib-report": "^3.0.3",
+ "@types/istanbul-lib-source-maps": "^4.0.4",
+ "@types/istanbul-reports": "^3.0.4",
+ "@types/node": "^25.0.10",
+ "@vitejs/plugin-vue": "^6.0.3",
+ "@vitest/coverage-istanbul": "^4.0.18",
+ "@vitest/coverage-v8": "^4.0.18",
+ "acorn": "^8.15.0",
+ "gh-pages": "^6.3.0",
+ "istanbul-lib-coverage": "^3.2.2",
+ "istanbul-lib-instrument": "^6.0.3",
+ "istanbul-lib-report": "^3.0.1",
+ "istanbul-lib-source-maps": "^5.0.6",
+ "istanbul-reports": "^3.2.0",
+ "magic-string": "^0.30.21",
+ "oxc-parser": "^0.110.0",
+ "oxfmt": "^0.27.0",
+ "oxlint": "^1.42.0",
+ "oxlint-tsgolint": "^0.11.2",
+ "publint": "^0.3.17",
+ "rollup": "^4.56.0",
+ "tinyrainbow": "^3.0.3",
+ "tsdown": "^0.20.1",
+ "typescript": "^5.9.3",
+ "vite": "^7.3.1",
+ "vitest": "^4.0.18",
+ "vue": "^3.5.27",
+ "yaml": "^2.8.2"
+ },
+ "scripts": {
+ "dev": "tsdown --watch --sourcemap",
+ "build": "tsdown",
+ "deploy": "touch coverage/.nojekyll && gh-pages --dist coverage --dotfiles",
+ "test": "vitest",
+ "test:dev": "vitest --project 'vite/parseAstAsync'",
+ "lint": "oxlint --type-aware && oxfmt --check && publint",
+ "typecheck": "tsc --noEmit",
+ "debug": "open fixture-coverage/index.html istanbul-coverage/index.html",
+ "verify": "pnpm build; pnpm lint; pnpm typecheck; pnpm run test --run; pnpm bench"
+ }
+} \ No newline at end of file