| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "acorn-walk",
- "description": "ECMAScript (ESTree) AST walker",
- "homepage": "https://github.com/acornjs/acorn",
- "main": "dist/walk.js",
- "types": "dist/walk.d.ts",
- "module": "dist/walk.mjs",
- "version": "7.2.0",
- "engines": {
- "node": ">=0.4.0"
- },
- "maintainers": [
- {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com",
- "web": "https://marijnhaverbeke.nl"
- },
- {
- "name": "Ingvar Stepanyan",
- "email": "me@rreverser.com",
- "web": "https://rreverser.com/"
- },
- {
- "name": "Adrian Heine",
- "web": "http://adrianheine.de"
- }
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/acornjs/acorn.git"
- },
- "scripts": {
- "prepare": "cd ..; npm run build:walk"
- },
- "license": "MIT",
- "__npminstall_done": "Thu Dec 24 2020 20:21:03 GMT+0800 (CST)",
- "_from": "acorn-walk@7.2.0",
- "_resolved": "https://registry.npm.taobao.org/acorn-walk/download/acorn-walk-7.2.0.tgz?cache=0&sync_timestamp=1597236026598&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn-walk%2Fdownload%2Facorn-walk-7.2.0.tgz"
- }
|