estree-walker-ts
Version:
🥑 Simple utility for walking an ESTree-compliant AST, such as one generated by acorn.
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "estree-walker-ts",
"description": "🥑 Simple utility for walking an ESTree-compliant AST, such as one generated by acorn.",
"private": false,
"type": "module",
"version": "1.1.0",
"packageManager": "pnpm@10.4.0",
"keywords": [
"estree",
"ast",
"typescript",
"vue",
"react"
],
"license": "MIT",
"author": "baiwusanyu-c",
"homepage": "https://github.com/baiwusanyu-c/estree-walker-ts",
"repository": "https://github.com/baiwusanyu-c/estree-walker-ts",
"bugs": "https://github.com/baiwusanyu-c/estree-walker-ts/issues",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js"
}
},
"typesVersions": {
"*": {
"*": [
"./*",
"./index.d.ts"
]
}
},
"peerDependencies": {},
"dependencies": {},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "node vertify-commit.js"
},
"scripts": {
"publish:npm": "npm publish --no-git-checks --access public"
}
}