b8e3793a8e
Bug: v8:7327 Change-Id: I96fa8f6c2dbc9fb3da0be9a8b8d730cc1d1e3415 Reviewed-on: https://chromium-review.googlesource.com/1131456 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#54452}
30 lines
674 B
JSON
30 lines
674 B
JSON
{
|
|
"name": "turbolizer",
|
|
"version": "0.1.0",
|
|
"description": "Visualization tool for V8 TurboFan IR graphs",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"watch": "tsc --watch",
|
|
"deploy": "./deploy.sh",
|
|
"format": "tsfmt -r"
|
|
},
|
|
"author": "The V8 team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/d3": "^5.0.0",
|
|
"d3": "^5.5.0",
|
|
"pegjs": "^0.10.0",
|
|
"rollup": "^0.62.0",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"rollup-plugin-typescript2": "^0.15.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/v8/v8.git"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^2.9.1",
|
|
"typescript-formatter": "^7.2.2"
|
|
}
|
|
}
|