mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
* feat(@vates/nbd-client): 3.5.1 * feat(@vates/types): 2.0.0 * feat(@xen-orchestra/acl): 1.6.1 * feat(@xen-orchestra/backup-archive): 1.1.2 * feat(@xen-orchestra/xapi): 8.10.4 * feat(@xen-orchestra/backups): 0.74.1 * feat(@xen-orchestra/web-core): 0.60.0 * feat(@xen-orchestra/mcp): 1.4.2 * feat(@xen-orchestra/proxy): 0.31.8 * feat(@xen-orchestra/rest-api): 0.39.0 * feat(@xen-orchestra/web): 0.59.0 * feat(xo-server): 5.207.4 * feat(xo-server-ipmi-sensors): 2.1.1 * feat(xo-server-openmetrics): 1.9.1 * feat(xo-server-sdn-controller): 1.5.0 * chore(CHANGELOG): update next
38 lines
994 B
JSON
38 lines
994 B
JSON
{
|
|
"license": "ISC",
|
|
"private": false,
|
|
"version": "0.15.0",
|
|
"name": "@xen-orchestra/vmware-explorer",
|
|
"dependencies": {
|
|
"@vates/nbd-client": "^3.5.1",
|
|
"@vates/node-vsphere-soap": "^2.1.3",
|
|
"@vates/read-chunk": "^1.2.1",
|
|
"@vates/task": "^0.7.0",
|
|
"@xen-orchestra/log": "^0.7.2",
|
|
"lodash": "^4.18.0",
|
|
"semver": "^7.7.2",
|
|
"undici": "^7.8.0",
|
|
"vhd-lib": "^4.16.1",
|
|
"xml2js": "^0.6.2",
|
|
"xo-vmdk-to-vhd": "^2.5.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.1"
|
|
},
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/vmware-explorer",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/vmware-explorer",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test": "node --test"
|
|
}
|
|
}
|