/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/tools/turbolizer/package.json
36 строк
917 B
Michaël Zasso
deps: update V8 to 13.6.233.8
02 май 2025, 16:06
Не верифицирован
02 май 2025, 16:06
918fe04
Код
Авторство
О чём код?
{ "name": "turbolizer", "version": "0.1.1", "description": "Visualization tool for V8 TurboFan IR graphs", "type": "module", "scripts": { "build": "rollup -c", "watch": "rollup -c -w", "deploy": "./deploy.sh", "test": "ts-mocha -p tsconfig.test.json test/**/*-test.ts", "dev-server": "ws", "presubmit": "tslint --project ./tslint.json --fix" }, "author": "The V8 team", "license": "MIT", "dependencies": { "@types/d3": "^5.16.0", "d3": "^5.16.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-typescript2": "^0.32.1" }, "repository": { "type": "git", "url": "https://github.com/v8/v8.git" }, "devDependencies": { "@types/node": "^17.0.41", "chai": "^4.3.6", "local-web-server": "^5.2.1", "mocha": "^10.0.0", "rollup": "^3.29.5", "ts-mocha": "^10.0.0", "tslint": "^5.20.1", "typescript": "^4.7.3" } }