HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: //usr/share/nodejs/dashdash/package.json
{
    "name": "dashdash",
    "description": "A light, featureful and explicit option parsing library.",
    "version": "2.0.0",
    "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
    "keywords": [
        "option",
        "parser",
        "parsing",
        "cli",
        "command",
        "args",
        "bash",
        "completion"
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/trentm/node-dashdash.git"
    },
    "main": "./lib/dashdash.js",
    "files": [
        "lib",
        "etc"
    ],
    "dependencies": {
        "assert-plus": "^1.0.0"
    },
    "devDependencies": {
        "eslint": "^7.3.0",
        "eslint-config-prettier": "^6.11.0",
        "eslint-plugin-prettier": "^3.1.4",
        "prettier": "^2.0.5",
        "tap": "^14.x"
    },
    "engines": {
        "node": ">=10.x"
    },
    "scripts": {
        "test": "tap test/*.test.js",
        "check": "eslint lib test",
        "lint": "eslint --rule 'prettier/prettier: off' lib test",
        "fmt": "eslint --fix lib test"
    },
    "license": "MIT"
}