mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-11 06:29:51 -05:00
* feat(@xen-orchestra/async-map): 0.1.4 * feat(xo-common): 0.11.0 * feat(xen-api): 4.9.0 * feat(@vates/types): 1.30.2 * feat(@xen-orchestra/acl): 1.6.0 * feat(@xen-orchestra/xapi): 8.10.3 * feat(@xen-orchestra/backups): 0.74.0 * feat(@xen-orchestra/backups-cli): 1.1.14 * feat(@xen-orchestra/disk-cli): 2.2.1 * feat(@xen-orchestra/immutable-backups): 3.0.5 * feat(@xen-orchestra/web-core): 0.59.0 * feat(@xen-orchestra/mixins): 0.20.2 * feat(@xen-orchestra/proxy): 0.31.7 * feat(@xen-orchestra/proxy-cli): 0.3.3 * feat(@xen-orchestra/qa-test): 1.2.0 * feat(@xen-orchestra/rest-api): 0.38.0 * feat(@xen-orchestra/upload-ova): 0.1.9 * feat(@xen-orchestra/web): 0.58.0 * feat(xo-acl-resolver): 0.5.4 * feat(xo-cli): 0.32.4 * feat(xo-server): 5.207.3 * feat(xo-server-audit): 0.15.2 * feat(xo-server-ipmi-sensors): 2.1.0 * feat(xo-server-netbox): 1.13.2 * feat(xo-server-sdn-controller): 1.4.1 * feat(xo-web): 5.202.0 * chore(CHANGELOG): update next
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"private": false,
|
|
"name": "@xen-orchestra/proxy-cli",
|
|
"version": "0.3.3",
|
|
"license": "AGPL-3.0-or-later",
|
|
"description": "CLI for @xen-orchestra/proxy",
|
|
"keywords": [
|
|
"backup",
|
|
"proxy",
|
|
"xen-orchestra",
|
|
"xo"
|
|
],
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/proxy-cli",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/proxy-cli",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"xo-proxy-cli": "./index.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.13"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.0",
|
|
"@vates/read-chunk": "^1.2.1",
|
|
"ansi-colors": "^4.1.1",
|
|
"app-conf": "^3.0.0",
|
|
"content-type": "^1.0.4",
|
|
"cson-parser": "^4.0.7",
|
|
"getopts": "^2.2.3",
|
|
"json-rpc-protocol": "^0.13.1",
|
|
"promise-toolbox": "^0.21.0",
|
|
"pumpify": "^2.0.1",
|
|
"split2": "^4.1.0",
|
|
"undici": "^6.26.0"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|