* feat(@xen-orchestra/fs): 4.0.1 * feat(xen-api): 1.3.3 * feat(@vates/nbd-client): 1.2.1 * feat(@vates/node-vsphere-soap): 1.0.0 * feat(@vates/task): 0.2.0 * feat(@xen-orchestra/backups): 0.39.0 * feat(@xen-orchestra/backups-cli): 1.0.9 * feat(@xen-orchestra/mixins): 0.10.2 * feat(@xen-orchestra/proxy): 0.26.29 * feat(@xen-orchestra/vmware-explorer): 0.2.3 * feat(xo-cli): 0.20.0 * feat(xo-server): 5.117.0 * feat(xo-server-auth-oidc): 0.3.0 * feat(xo-server-perf-alert): 0.3.6 * feat(xo-web): 5.120.0 * chore(CHANGELOG): update next
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"private": false,
|
|
"name": "vhd-lib",
|
|
"version": "4.5.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"description": "Primitives for VHD file handling",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "packages/vhd-lib",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"dependencies": {
|
|
"@vates/async-each": "^1.0.0",
|
|
"@vates/diff": "^0.1.0",
|
|
"@vates/read-chunk": "^1.1.1",
|
|
"@vates/stream-reader": "^0.1.0",
|
|
"@xen-orchestra/async-map": "^0.1.2",
|
|
"@xen-orchestra/fs": "^4.0.1",
|
|
"@xen-orchestra/log": "^0.6.0",
|
|
"async-iterator-to-stream": "^1.0.2",
|
|
"decorator-synchronized": "^0.6.0",
|
|
"fs-extra": "^11.1.0",
|
|
"limit-concurrency-decorator": "^0.5.0",
|
|
"lodash": "^4.17.4",
|
|
"promise-toolbox": "^0.21.0",
|
|
"readable-stream": "^4.1.0",
|
|
"struct-fu": "^1.2.0",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@xen-orchestra/fs": "^4.0.1",
|
|
"execa": "^5.0.0",
|
|
"get-stream": "^6.0.0",
|
|
"rimraf": "^5.0.1",
|
|
"test": "^3.3.0",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish",
|
|
"test-integration": "node--test ./*.integ.js tests/*.integ.js Vhd/*.integ.js"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
}
|
|
}
|