%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
{ "name": "turbolizer", "version": "0.1.0", "description": "Visualization tool for V8 TurboFan IR graphs", "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.7.2", "d3": "^5.7.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-typescript2": "^0.20.1" }, "repository": { "type": "git", "url": "https://github.com/v8/v8.git" }, "devDependencies": { "chai": "^4.2.0", "local-web-server": "^2.6.0", "mocha": "^5.2.0", "rollup": "^0.68.2", "ts-mocha": "^2.0.0", "tslint": "^5.12.0", "typescript": "^3.2.2" } }