This adds support for demangling C++ symbols automatically (they'll have a name prefix of `__Z`).
25 lines
502 B
JSON
25 lines
502 B
JSON
{
|
|
"name": "speedscope",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "parcel index.html --open --no-autoinstall",
|
|
"release": "./release.sh"
|
|
},
|
|
"browserslist": [
|
|
"last 2 Chrome versions",
|
|
"last 2 Firefox versions"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"aphrodite": "2.1.0",
|
|
"parcel-bundler": "1.7.0",
|
|
"preact": "8.2.7",
|
|
"regl": "1.3.1",
|
|
"typescript": "2.8.1",
|
|
"uglify-es": "3.2.2"
|
|
}
|
|
}
|