mirror of
https://github.com/chainbase-labs/Agentkey.git
synced 2026-09-20 14:20:23 +08:00
360 lines
10 KiB
JSON
360 lines
10 KiB
JSON
{
|
|
"name": "@agentkey-cli/cli",
|
|
"version": "0.4.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@agentkey-cli/cli",
|
|
"version": "0.4.0",
|
|
"dependencies": {
|
|
"@clack/prompts": "^0.7.0",
|
|
"@iarna/toml": "^2.2.5",
|
|
"cac": "^6.7.14",
|
|
"simple-git": "^3.25.0",
|
|
"yaml": "^2.8.3"
|
|
},
|
|
"bin": {
|
|
"agentkey": "dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.4.0",
|
|
"vitest": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/@clack+prompts@0.7.0/node_modules/@clack/prompts": {
|
|
"version": "0.7.0",
|
|
"bundleDependencies": [
|
|
"is-unicode-supported"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@clack/core": "^0.3.3",
|
|
"picocolors": "^1.0.0",
|
|
"sisteransi": "^1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"is-unicode-supported": "^1.3.0"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/@clack+prompts@0.7.0/node_modules/@clack/prompts/node_modules/is-unicode-supported": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/@iarna+toml@2.2.5/node_modules/@iarna/toml": {
|
|
"version": "2.2.5",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@iarna/standard": "^2.0.2",
|
|
"@ltd/j-toml": "^0.5.107",
|
|
"@perl/qx": "^1.1.0",
|
|
"@sgarciac/bombadil": "^2.3.0",
|
|
"ansi": "^0.3.1",
|
|
"approximate-number": "^2.0.0",
|
|
"benchmark": "^2.1.4",
|
|
"fast-toml": "^0.5.4",
|
|
"funstream": "^4.2.0",
|
|
"glob": "^7.1.6",
|
|
"js-yaml": "^3.13.1",
|
|
"rimraf": "^3.0.2",
|
|
"tap": "^12.0.1",
|
|
"toml": "^3.0.0",
|
|
"toml-j0.4": "^1.1.1",
|
|
"weallbehave": "*",
|
|
"weallcontribute": "*"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/@types+node@20.19.39/node_modules/@types/node": {
|
|
"version": "20.19.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.21.0"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/cac@6.7.14/node_modules/cac": {
|
|
"version": "6.7.14",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-syntax-typescript": "^7.12.1",
|
|
"@rollup/plugin-commonjs": "^17.0.0",
|
|
"@rollup/plugin-node-resolve": "^11.0.0",
|
|
"@types/fs-extra": "^9.0.5",
|
|
"@types/jest": "^26.0.19",
|
|
"@types/mri": "^1.1.0",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"esbuild": "^0.8.21",
|
|
"eslint-config-rem": "^3.0.0",
|
|
"execa": "^5.0.0",
|
|
"fs-extra": "^9.0.1",
|
|
"globby": "^11.0.1",
|
|
"husky": "^1.2.0",
|
|
"jest": "^24.9.0",
|
|
"lint-staged": "^8.1.0",
|
|
"markdown-toc": "^1.2.0",
|
|
"mri": "^1.1.6",
|
|
"prettier": "^2.2.1",
|
|
"rollup": "^2.34.2",
|
|
"rollup-plugin-dts": "^2.0.1",
|
|
"rollup-plugin-esbuild": "^2.6.1",
|
|
"semantic-release": "^17.3.0",
|
|
"sucrase": "^3.16.0",
|
|
"ts-jest": "^26.4.4",
|
|
"ts-node": "^9.1.1",
|
|
"typedoc": "^0.19.2",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/simple-git@3.36.0/node_modules/simple-git": {
|
|
"version": "3.36.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@kwsites/file-exists": "^1.1.1",
|
|
"@kwsites/promise-deferred": "^1.1.1",
|
|
"@simple-git/args-pathspec": "^1.0.3",
|
|
"@simple-git/argv-parser": "^1.1.0",
|
|
"debug": "^4.4.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/steveukx/git-js?sponsor=1"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/tsx@4.21.0/node_modules/tsx": {
|
|
"version": "4.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "~0.27.0",
|
|
"get-tsconfig": "^4.7.5"
|
|
},
|
|
"bin": {
|
|
"tsx": "dist/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript": {
|
|
"version": "5.9.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"devDependencies": {
|
|
"@dprint/formatter": "^0.4.1",
|
|
"@dprint/typescript": "0.93.4",
|
|
"@esfx/canceltoken": "^1.0.0",
|
|
"@eslint/js": "^9.20.0",
|
|
"@octokit/rest": "^21.1.1",
|
|
"@types/chai": "^4.3.20",
|
|
"@types/diff": "^7.0.1",
|
|
"@types/minimist": "^1.2.5",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/ms": "^0.7.34",
|
|
"@types/node": "latest",
|
|
"@types/source-map-support": "^0.5.10",
|
|
"@types/which": "^3.0.4",
|
|
"@typescript-eslint/rule-tester": "^8.24.1",
|
|
"@typescript-eslint/type-utils": "^8.24.1",
|
|
"@typescript-eslint/utils": "^8.24.1",
|
|
"azure-devops-node-api": "^14.1.0",
|
|
"c8": "^10.1.3",
|
|
"chai": "^4.5.0",
|
|
"chokidar": "^4.0.3",
|
|
"diff": "^7.0.0",
|
|
"dprint": "^0.49.0",
|
|
"esbuild": "^0.25.0",
|
|
"eslint": "^9.20.1",
|
|
"eslint-formatter-autolinkable-stylish": "^1.4.0",
|
|
"eslint-plugin-regexp": "^2.7.0",
|
|
"fast-xml-parser": "^4.5.2",
|
|
"glob": "^10.4.5",
|
|
"globals": "^15.15.0",
|
|
"hereby": "^1.10.0",
|
|
"jsonc-parser": "^3.3.1",
|
|
"knip": "^5.44.4",
|
|
"minimist": "^1.2.8",
|
|
"mocha": "^10.8.2",
|
|
"mocha-fivemat-progress-reporter": "^0.1.0",
|
|
"monocart-coverage-reports": "^2.12.1",
|
|
"ms": "^2.1.3",
|
|
"picocolors": "^1.1.1",
|
|
"playwright": "^1.50.1",
|
|
"source-map-support": "^0.5.21",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.24.1",
|
|
"which": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"../node_modules/.pnpm/vitest@1.6.1_@types+node@20.19.39/node_modules/vitest": {
|
|
"version": "1.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vitest/expect": "1.6.1",
|
|
"@vitest/runner": "1.6.1",
|
|
"@vitest/snapshot": "1.6.1",
|
|
"@vitest/spy": "1.6.1",
|
|
"@vitest/utils": "1.6.1",
|
|
"acorn-walk": "^8.3.2",
|
|
"chai": "^4.3.10",
|
|
"debug": "^4.3.4",
|
|
"execa": "^8.0.1",
|
|
"local-pkg": "^0.5.0",
|
|
"magic-string": "^0.30.5",
|
|
"pathe": "^1.1.1",
|
|
"picocolors": "^1.0.0",
|
|
"std-env": "^3.5.0",
|
|
"strip-literal": "^2.0.0",
|
|
"tinybench": "^2.5.1",
|
|
"tinypool": "^0.8.3",
|
|
"vite": "^5.0.0",
|
|
"vite-node": "1.6.1",
|
|
"why-is-node-running": "^2.2.2"
|
|
},
|
|
"bin": {
|
|
"vitest": "vitest.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@ampproject/remapping": "^2.2.1",
|
|
"@antfu/install-pkg": "^0.3.1",
|
|
"@edge-runtime/vm": "^3.1.8",
|
|
"@sinonjs/fake-timers": "11.1.0",
|
|
"@types/estree": "^1.0.5",
|
|
"@types/istanbul-lib-coverage": "^2.0.6",
|
|
"@types/istanbul-reports": "^3.0.4",
|
|
"@types/jsdom": "^21.1.6",
|
|
"@types/micromatch": "^4.0.6",
|
|
"@types/node": "^20.11.5",
|
|
"@types/prompts": "^2.4.9",
|
|
"@types/sinonjs__fake-timers": "^8.1.5",
|
|
"birpc": "0.2.15",
|
|
"cac": "^6.7.14",
|
|
"chai-subset": "^1.6.0",
|
|
"cli-truncate": "^4.0.0",
|
|
"expect-type": "^0.17.3",
|
|
"fast-glob": "^3.3.2",
|
|
"find-up": "^6.3.0",
|
|
"flatted": "^3.2.9",
|
|
"get-tsconfig": "^4.7.3",
|
|
"happy-dom": "^14.3.10",
|
|
"jsdom": "^24.0.0",
|
|
"log-update": "^5.0.1",
|
|
"micromatch": "^4.0.5",
|
|
"p-limit": "^5.0.0",
|
|
"pretty-format": "^29.7.0",
|
|
"prompts": "^2.4.2",
|
|
"strip-ansi": "^7.1.0",
|
|
"ws": "^8.14.2"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/vitest"
|
|
},
|
|
"peerDependencies": {
|
|
"@edge-runtime/vm": "*",
|
|
"@types/node": "^18.0.0 || >=20.0.0",
|
|
"@vitest/browser": "1.6.1",
|
|
"@vitest/ui": "1.6.1",
|
|
"happy-dom": "*",
|
|
"jsdom": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@edge-runtime/vm": {
|
|
"optional": true
|
|
},
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"@vitest/browser": {
|
|
"optional": true
|
|
},
|
|
"@vitest/ui": {
|
|
"optional": true
|
|
},
|
|
"happy-dom": {
|
|
"optional": true
|
|
},
|
|
"jsdom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@clack/prompts": {
|
|
"resolved": "../node_modules/.pnpm/@clack+prompts@0.7.0/node_modules/@clack/prompts",
|
|
"link": true
|
|
},
|
|
"node_modules/@iarna/toml": {
|
|
"resolved": "../node_modules/.pnpm/@iarna+toml@2.2.5/node_modules/@iarna/toml",
|
|
"link": true
|
|
},
|
|
"node_modules/@types/node": {
|
|
"resolved": "../node_modules/.pnpm/@types+node@20.19.39/node_modules/@types/node",
|
|
"link": true
|
|
},
|
|
"node_modules/cac": {
|
|
"resolved": "../node_modules/.pnpm/cac@6.7.14/node_modules/cac",
|
|
"link": true
|
|
},
|
|
"node_modules/simple-git": {
|
|
"resolved": "../node_modules/.pnpm/simple-git@3.36.0/node_modules/simple-git",
|
|
"link": true
|
|
},
|
|
"node_modules/tsx": {
|
|
"resolved": "../node_modules/.pnpm/tsx@4.21.0/node_modules/tsx",
|
|
"link": true
|
|
},
|
|
"node_modules/typescript": {
|
|
"resolved": "../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript",
|
|
"link": true
|
|
},
|
|
"node_modules/vitest": {
|
|
"resolved": "../node_modules/.pnpm/vitest@1.6.1_@types+node@20.19.39/node_modules/vitest",
|
|
"link": true
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.8.3",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
|
|
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
"bin": {
|
|
"yaml": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/eemeli"
|
|
}
|
|
}
|
|
}
|
|
}
|