tunnckoCore/gibon

View on GitHub
yaro/yaro-plugins/package.json

Summary

Maintainability
Test Coverage
{
  "name": "yaro-plugins",
  "version": "5.0.0-canary.7",
  "licenseStart": 2020,
  "license": "MPL-2.0",
  "description": "Simple plugins (utility functions) for `yaro-parser` command line options parser, for more easier working with (enforcing of) aliases, defaults, type coercing, and checking for required flags.",
  "author": "Charlike Mike Reagent <opensource@tunnckocore.com>",
  "homepage": "https://github.com/tunnckoCore/opensource/tree/master/yaro/yaro-plugins",
  "funding": [
    "https://ko-fi.com/tunnckoCore/commissions",
    "https://github.com/sponsors/tunnckoCore"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tunnckoCore/opensource.git",
    "directory": "yaro/yaro-plugins"
  },
  "type": "module",
  "main": "src/index.js",
  "files": [
    "src"
  ],
  "engines": {
    "node": ">=16 <17 || >=18 <19 || >=20"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "tag": "canary"
  },
  "scripts": {},
  "dependencies": {},
  "keywords": [
    "100lines",
    "arg",
    "arg parser",
    "arg-parse",
    "argparse",
    "argparser",
    "argument",
    "argument parser",
    "arguments",
    "argv",
    "cli",
    "cli flags",
    "cli options",
    "cli parser",
    "command options",
    "command-line",
    "commandline",
    "cross-platform",
    "flags",
    "flags parser",
    "minimal",
    "opt parser",
    "optparse",
    "parser",
    "parsing",
    "parsing cli",
    "parsing flags",
    "parsing options",
    "process argv"
  ],
  "contributors": [
    "Charlike Mike Reagent <opensource@tunnckocore.com>"
  ]
}