Files
lan-manager/web/node_modules/@probe.gl/stats/package.json
openclaw 0a5f6a8047 Initial commit: Lan-manager project code
- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs

Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
2026-04-20 00:52:58 +08:00

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"
}