mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-11 06:29:51 -05:00
* feat: add types for fs (#9515) * feat: add types for fs * fix: update from review * fix: update devDep * feat: add types from @xen-orchestra/fs/path * feat: export types based on async-each * fix: remove ts-expect-error because async-each is now typed * fix: export backups types and packages * fix: update tsconfig async-each and fix types in MergeRemoteDisk * fix: extractIdsFromSimplePattern from backups * fix: package.json * feat: export vhd-lib types * feat(disks): export types * fix(backups/disks): make params optional * fix(backups/disks): small update in jsdoc * bump: update yarn.lock * fix: update vhd-lib exports * fix(vhd-lib): update package exports * fix: revert to previous import * fix: new approach without exports * fix: revert types except for asyncEach, openDisk * fix(disks): import in vhd-lib * fix(remoteVhdDisk): update typedef
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"private": false,
|
|
"name": "@xen-orchestra/backups",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/backups",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/backups",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"version": "0.69.4",
|
|
"engines": {
|
|
"node": ">=14.18"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test-integration": "node --test *.integ.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@kldzj/stream-throttle": "^1.1.1",
|
|
"@vates/async-each": "^1.0.1",
|
|
"@vates/cached-dns.lookup": "^1.0.0",
|
|
"@vates/compose": "^2.1.0",
|
|
"@vates/decorate-with": "^2.1.0",
|
|
"@vates/disposable": "^0.1.6",
|
|
"@vates/fuse-vhd": "^2.1.2",
|
|
"@vates/generator-toolbox": "^1.1.0",
|
|
"@vates/nbd-client": "^3.2.3",
|
|
"@vates/parse-duration": "^0.1.1",
|
|
"@xen-orchestra/async-map": "^0.1.2",
|
|
"@xen-orchestra/disk-transform": "^1.2.1",
|
|
"@xen-orchestra/fs": "^4.6.7",
|
|
"@xen-orchestra/log": "^0.7.1",
|
|
"@xen-orchestra/qcow2": "^1.1.2",
|
|
"@xen-orchestra/template": "^0.1.0",
|
|
"app-conf": "^3.0.0",
|
|
"compare-versions": "^6.0.0",
|
|
"d3-time-format": "^4.1.0",
|
|
"decorator-synchronized": "^0.6.0",
|
|
"golike-defer": "^0.5.1",
|
|
"human-format": "^1.2.0",
|
|
"limit-concurrency-decorator": "^0.6.0",
|
|
"lodash": "^4.17.20",
|
|
"moment-timezone": "^0.5.46",
|
|
"ms": "^2.1.3",
|
|
"node-zone": "^0.4.0",
|
|
"parse-pairs": "^2.0.0",
|
|
"promise-toolbox": "^0.21.0",
|
|
"proper-lockfile": "^4.1.2",
|
|
"tar": "^7.5.3",
|
|
"uuid": "^9.0.0",
|
|
"value-matcher": "^0.2.0",
|
|
"vhd-lib": "^4.14.7",
|
|
"xen-api": "^4.7.6",
|
|
"yazl": "^2.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^11.1.0",
|
|
"rimraf": "^6.0.1",
|
|
"sinon": "^18.0.0",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@xen-orchestra/xapi": "^8.6.6"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"exports": {
|
|
"./disks": "./disks/index.mjs",
|
|
"./*": "./*"
|
|
}
|
|
}
|