- 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>
45 lines
710 B
JSON
45 lines
710 B
JSON
{
|
|
"name": "has-flag",
|
|
"version": "3.0.0",
|
|
"description": "Check if argv has a specific flag",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/has-flag",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"has",
|
|
"check",
|
|
"detect",
|
|
"contains",
|
|
"find",
|
|
"flag",
|
|
"cli",
|
|
"command-line",
|
|
"argv",
|
|
"process",
|
|
"arg",
|
|
"args",
|
|
"argument",
|
|
"arguments",
|
|
"getopt",
|
|
"minimist",
|
|
"optimist"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
}
|
|
}
|