���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /proc/self/root/home/real/node-v13.0.1/deps/v8/tools/turbolizer/ |
{ "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.5.0", "d3": "^5.7.0", "rollup": "^0.68.2", "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", "ts-mocha": "^2.0.0", "typescript": "^3.2.2", "tslint": "^5.12.0" } }