{
  "_from": "cac@^7.0.0",
  "_id": "cac@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-tixWYgm5ZoOD+3g6UTea91eow5z6AAHaho3g0V9CNSNb45gM8SmflpAc+GRd1InC4AqN/07Unrgp56Y94N9hJQ==",
  "_location": "/cac",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cac@^7.0.0",
    "name": "cac",
    "escapedName": "cac",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/@vitejs/devtools",
    "/@vitejs/devtools-rolldown",
    "/devframe"
  ],
  "_resolved": "https://registry.npmjs.org/cac/-/cac-7.0.0.tgz",
  "_shasum": "7dda83da2268f75f840ab89ac3bcc36c120a78da",
  "_spec": "cac@^7.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@vitejs/devtools",
  "author": {
    "name": "egoist",
    "email": "0x142857@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/cacjs/cac/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple yet powerful framework for building command-line apps.",
  "devDependencies": {
    "@sxzz/eslint-config": "^7.8.2",
    "@sxzz/prettier-config": "^2.3.1",
    "@types/bun": "^1.3.9",
    "@types/deno": "^2.5.0",
    "@types/node": "^25.3.2",
    "@typescript/native-preview": "7.0.0-dev.20260227.1",
    "@vitest/coverage-v8": "^4.0.18",
    "bumpp": "^10.4.1",
    "eslint": "^10.0.2",
    "lint-staged": "^16.2.7",
    "mri": "^1.2.0",
    "prettier": "^3.8.1",
    "simple-git-hooks": "^2.13.1",
    "tinyexec": "^1.0.2",
    "tsdown": "^0.21.0-beta.2",
    "tsdown-preset-sxzz": "^0.4.0",
    "typedoc": "^0.28.17",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/cacjs/cac#readme",
  "husky": {
    "hooks": {
      "pre-commit": "pnpm test && lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,ts,md}": [
      "eslint"
    ]
  },
  "name": "cac",
  "prettier": "@sxzz/prettier-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cacjs/cac.git"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "docs:api": "typedoc",
    "format": "prettier --cache --write .",
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "release": "bumpp",
    "test": "vitest",
    "typecheck": "tsgo --noEmit"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged && pnpm typecheck"
  },
  "type": "module",
  "version": "7.0.0"
}
