/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/estree-walker/package.json
32 строки
743 B
1lostsun
initial commit
05 май 2025, 11:35
05 май 2025, 11:35
fe8f535
Код
Авторство
О чём код?
{ "name": "estree-walker", "description": "Traverse an ESTree-compliant AST", "version": "1.0.1", "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.39", "mocha": "^5.2.0", "rollup": "^0.67.3", "rollup-plugin-sucrase": "^2.1.0", "typescript": "^3.6.3" }, "files": [ "src", "dist", "types", "README.md" ] }