- Implement DeviceRegistry for remote device management - Add dashboard for device tracking and blocking - Remote device blocking capability with admin control - Support for device aliasing and notes - Enhanced device management interface - Dashboard with real-time device status - Configurable registry URL in build config 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
321 B
JSON
20 lines
321 B
JSON
{
|
|
"name": "debug",
|
|
"repo": "visionmedia/debug",
|
|
"description": "small debugging utility",
|
|
"version": "2.6.9",
|
|
"keywords": [
|
|
"debug",
|
|
"log",
|
|
"debugger"
|
|
],
|
|
"main": "src/browser.js",
|
|
"scripts": [
|
|
"src/browser.js",
|
|
"src/debug.js"
|
|
],
|
|
"dependencies": {
|
|
"rauchg/ms.js": "0.7.1"
|
|
}
|
|
}
|