Add v9.1.1: Device registry and remote blocking system
- 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>
This commit is contained in:
34
dashboard/node_modules/ignore-by-default/package.json
generated
vendored
Normal file
34
dashboard/node_modules/ignore-by-default/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "ignore-by-default",
|
||||
"version": "1.0.1",
|
||||
"description": "A list of directories you should ignore by default",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "standard && node test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/novemberborn/ignore-by-default.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ignore",
|
||||
"chokidar",
|
||||
"watcher",
|
||||
"exclude",
|
||||
"glob",
|
||||
"pattern"
|
||||
],
|
||||
"author": "Mark Wubben (https://novemberborn.net/)",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/novemberborn/ignore-by-default/issues"
|
||||
},
|
||||
"homepage": "https://github.com/novemberborn/ignore-by-default#readme",
|
||||
"devDependencies": {
|
||||
"figures": "^1.4.0",
|
||||
"standard": "^6.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user