{ "_from": "citty@^0.1.6", "_id": "citty@0.1.6", "_inBundle": false, "_integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==", "_location": "/citty", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "citty@^0.1.6", "name": "citty", "escapedName": "citty", "rawSpec": "^0.1.6", "saveSpec": null, "fetchSpec": "^0.1.6" }, "_requiredBy": [ "/@nuxt/telemetry", "/giget", "/listhen", "/nitropack", "/nuxt/@nuxt/cli", "/nypm", "/untun", "/untyped" ], "_resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz", "_shasum": "0f7904da1ed4625e1a9ea7e0fa780981aab7c5e4", "_spec": "citty@^0.1.6", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/node_modules/giget", "bugs": { "url": "https://github.com/unjs/citty/issues" }, "bundleDependencies": false, "dependencies": { "consola": "^3.2.3" }, "deprecated": false, "description": "Elegant CLI Builder", "devDependencies": { "@types/node": "^20.11.17", "@vitest/coverage-v8": "^1.2.2", "changelogen": "^0.5.5", "eslint": "^8.56.0", "eslint-config-unjs": "^0.2.1", "jiti": "^1.21.0", "prettier": "^3.2.5", "scule": "^1.3.0", "typescript": "^5.3.3", "unbuild": "^2.0.0", "vitest": "^1.2.2" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "homepage": "https://github.com/unjs/citty#readme", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "citty", "packageManager": "pnpm@8.15.1", "repository": { "type": "git", "url": "git+https://github.com/unjs/citty.git" }, "scripts": { "build": "unbuild", "dev": "vitest dev", "lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test", "lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w", "play": "jiti ./playground/cli.ts", "prepack": "pnpm run build", "release": "pnpm test && changelogen --release --push && npm publish", "test": "pnpm lint && vitest run --coverage" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "version": "0.1.6" }