2020-01-08 16:31:09 +01:00
|
|
|
{
|
|
|
|
|
"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",
|
2020-01-08 16:31:09 +01:00
|
|
|
"engines": {
|
2021-04-09 01:16:51 +02:00
|
|
|
"node": ">=14.6"
|
2020-01-08 16:31:09 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"postversion": "npm publish --access public"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-03-24 09:25:52 +01:00
|
|
|
"@vates/compose": "^2.0.0",
|
2021-03-29 16:45:00 +02:00
|
|
|
"@vates/disposable": "^0.1.1",
|
2021-03-24 09:25:52 +01:00
|
|
|
"@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",
|
2021-02-23 08:58:10 +01:00
|
|
|
"@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",
|
2021-02-23 08:58:10 +01:00
|
|
|
"end-of-stream": "^1.4.4",
|
|
|
|
|
"fs-extra": "^9.0.0",
|
2021-02-25 18:41:11 +01:00
|
|
|
"golike-defer": "^0.5.1",
|
2021-02-23 08:58:10 +01:00
|
|
|
"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",
|
2021-05-03 15:24:05 +02:00
|
|
|
"promise-toolbox": "^0.19.2",
|
2021-02-23 15:34:31 +01:00
|
|
|
"vhd-lib": "^1.0.0",
|
|
|
|
|
"yazl": "^2.5.1"
|
2020-05-28 15:03:34 +02:00
|
|
|
},
|
2021-03-05 16:17:02 +01:00
|
|
|
"peerDependencies": {
|
2021-04-29 10:40:55 +02:00
|
|
|
"@xen-orchestra/xapi": "^0.6.2"
|
2021-03-05 16:17:02 +01:00
|
|
|
},
|
2020-06-01 14:03:34 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Vates SAS",
|
|
|
|
|
"url": "https://vates.fr"
|
|
|
|
|
}
|
2020-01-08 16:31:09 +01:00
|
|
|
}
|