2021-01-07 23:16:07 +08:00

36 lines
1.1 KiB
JSON

{
"name": "estree-walker",
"description": "Traverse an ESTree-compliant AST",
"version": "2.0.1",
"private": false,
"author": "Rich Harris",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Rich-Harris/estree-walker"
},
"main": "dist/estree-walker.umd.js",
"module": "src/estree-walker.js",
"types": "types/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build && npm test",
"build": "tsc && rollup -c",
"test": "mocha --opts mocha.opts"
},
"devDependencies": {
"@types/estree": "0.0.42",
"mocha": "^5.2.0",
"rollup": "^0.67.3",
"rollup-plugin-sucrase": "^2.1.0",
"typescript": "^3.7.5"
},
"files": [
"src",
"dist",
"types",
"README.md"
],
"__npminstall_done": "Sun Sep 06 2020 16:10:08 GMT+0800 (中国标准时间)",
"_from": "estree-walker@2.0.1",
"_resolved": "https://registry.npm.taobao.org/estree-walker/download/estree-walker-2.0.1.tgz?cache=0&sync_timestamp=1596115486520&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Festree-walker%2Fdownload%2Festree-walker-2.0.1.tgz"
}