- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
30 lines
613 B
JSON
30 lines
613 B
JSON
{
|
|
"name": "@probe.gl/stats",
|
|
"description": "Stats object for reporting performance statistics",
|
|
"license": "MIT",
|
|
"version": "3.6.0",
|
|
"keywords": [
|
|
"javascript",
|
|
"profiling",
|
|
"instrumentation",
|
|
"logging",
|
|
"stats",
|
|
"benchmarking"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uber-web/probe.gl.git"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"main": "dist/es5/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0"
|
|
},
|
|
"gitHead": "4317dfd211d771250d91c10784461106fd8cb45d"
|
|
}
|