Files
xen-orchestra/@xen-orchestra/backups/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

{
"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"
},
2021-04-30 22:23:22 +02:00
"version": "0.10.1",
"engines": {
"node": ">=14.6"
},
"scripts": {
"postversion": "npm publish --access public"
},
"dependencies": {
"@vates/compose": "^2.0.0",
2021-03-29 16:45:00 +02:00
"@vates/disposable": "^0.1.1",
"@vates/parse-duration": "^0.1.0",
2021-03-03 12:05:05 +01:00
"@xen-orchestra/async-map": "^0.1.2",
2021-04-30 22:52:25 +02:00
"@xen-orchestra/fs": "^0.16.1",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/template": "^0.1.0",
"compare-versions": "^3.6.0",
2020-09-07 10:17:08 +02:00
"d3-time-format": "^3.0.0",
"end-of-stream": "^1.4.4",
"fs-extra": "^9.0.0",
2021-02-25 18:41:11 +01:00
"golike-defer": "^0.5.1",
"limit-concurrency-decorator": "^0.4.0",
"lodash": "^4.17.20",
"node-zone": "^0.4.0",
"parse-pairs": "^1.1.0",
2021-04-30 12:06:40 +02:00
"pump": "^3.0.0",
"promise-toolbox": "^0.19.2",
"vhd-lib": "^1.0.0",
"yazl": "^2.5.1"
},
"peerDependencies": {
2021-04-29 10:40:55 +02:00
"@xen-orchestra/xapi": "^0.6.2"
},
"license": "AGPL-3.0-or-later",
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
}
}