{
  "name": "clp",
  "version": "4.0.13",
  "description": "A tiny and fast command line arguments parser.",
  "main": "lib/index.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:IonicaBizau/clp.git"
  },
  "keywords": [
    "clp",
    "command",
    "line",
    "arguments",
    "parser"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/clp/issues"
  },
  "homepage": "https://github.com/IonicaBizau/clp",
  "dependencies": {
    "is-number": "^2.1.0",
    "last-char": "^1.3.1",
    "match-it": "^1.0.0"
  },
  "devDependencies": {
    "tester": "^1.3.1"
  },
  "blah": {
    "description": [
      {
        "h2": ":rocket: Migration from `3.x.x` to `4.x.x`"
      },
      {
        "p": [
          [
            "As of `4.0.0` the scope of this package will be to simply parse",
            "arguments. Use [**`tilda`**](https://github.com/IonicaBizau/tilda)",
            "for a high-level interface for building cli tools."
          ]
        ]
      }
    ],
    "thanks": "This package is heavily based on [`minimist`](https://github.com/substack/minimist). :sparkles:"
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}