2013-06-25 19:02:54 +02:00
|
|
|
{
|
2019-05-06 11:29:11 +02:00
|
|
|
"private": true,
|
2014-05-30 10:38:37 +01:00
|
|
|
"name": "xo-server",
|
2023-04-26 15:45:14 +02:00
|
|
|
"version": "5.112.0",
|
2020-05-28 20:24:14 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2014-07-26 18:01:27 +02:00
|
|
|
"description": "Server part of Xen-Orchestra",
|
2014-05-30 10:38:37 +01:00
|
|
|
"keywords": [
|
|
|
|
|
"xen",
|
|
|
|
|
"orchestra",
|
|
|
|
|
"xen-orchestra",
|
|
|
|
|
"server"
|
|
|
|
|
],
|
2018-02-01 14:23:17 +01:00
|
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server",
|
2018-02-07 10:40:09 +01:00
|
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
2016-05-04 12:01:17 +02:00
|
|
|
"repository": {
|
2019-02-15 10:59:21 +01:00
|
|
|
"directory": "packages/xo-server",
|
2016-05-04 12:01:17 +02:00
|
|
|
"type": "git",
|
2018-02-01 14:23:17 +01:00
|
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
2016-05-04 12:01:17 +02:00
|
|
|
},
|
2014-05-30 10:38:37 +01:00
|
|
|
"preferGlobal": true,
|
2021-05-19 17:33:30 +02:00
|
|
|
"bin": {
|
|
|
|
|
"xo-server": "dist/cli.mjs",
|
2022-06-20 17:26:42 +02:00
|
|
|
"xo-server-db": "dist/db-cli.mjs",
|
2021-05-19 17:33:30 +02:00
|
|
|
"xo-server-logs": "dist/logs-cli.mjs",
|
|
|
|
|
"xo-server-recover-account": "dist/recover-account-cli.mjs"
|
2014-05-30 10:38:37 +01:00
|
|
|
},
|
2015-11-16 10:30:57 +01:00
|
|
|
"engines": {
|
2023-04-21 17:03:12 +02:00
|
|
|
"node": ">=14.18"
|
2015-11-16 10:30:57 +01:00
|
|
|
},
|
2013-06-25 19:02:54 +02:00
|
|
|
"dependencies": {
|
2018-12-20 14:19:23 +01:00
|
|
|
"@iarna/toml": "^2.2.1",
|
2022-07-28 15:57:40 +02:00
|
|
|
"@vates/async-each": "^1.0.0",
|
2022-04-28 16:28:24 +02:00
|
|
|
"@vates/cached-dns.lookup": "^1.0.0",
|
2021-12-03 15:17:47 +01:00
|
|
|
"@vates/compose": "^2.1.0",
|
2022-03-30 15:15:22 +02:00
|
|
|
"@vates/decorate-with": "^2.0.0",
|
2023-01-27 15:16:26 +00:00
|
|
|
"@vates/disposable": "^0.1.4",
|
2022-06-29 15:27:14 +02:00
|
|
|
"@vates/event-listeners-manager": "^1.0.1",
|
2021-02-23 16:29:46 +01:00
|
|
|
"@vates/multi-key-map": "^0.1.0",
|
2023-01-05 11:33:09 +01:00
|
|
|
"@vates/otp": "^1.0.0",
|
2021-05-05 09:51:44 +02:00
|
|
|
"@vates/parse-duration": "^0.1.1",
|
2022-10-27 15:18:03 +02:00
|
|
|
"@vates/predicates": "^1.1.0",
|
2023-04-26 15:45:14 +02:00
|
|
|
"@vates/read-chunk": "^1.1.1",
|
2021-03-03 12:05:05 +01:00
|
|
|
"@xen-orchestra/async-map": "^0.1.2",
|
2023-04-26 15:45:14 +02:00
|
|
|
"@xen-orchestra/backups": "^0.35.0",
|
2019-10-25 16:40:36 +02:00
|
|
|
"@xen-orchestra/cron": "^1.0.6",
|
2021-05-26 16:52:20 +02:00
|
|
|
"@xen-orchestra/defined": "^0.0.1",
|
2022-05-30 17:45:59 +02:00
|
|
|
"@xen-orchestra/emit-async": "^1.0.0",
|
2023-03-29 16:51:38 +02:00
|
|
|
"@xen-orchestra/fs": "^3.3.4",
|
2023-01-27 15:16:26 +00:00
|
|
|
"@xen-orchestra/log": "^0.6.0",
|
2021-04-13 13:01:24 +02:00
|
|
|
"@xen-orchestra/mixin": "^0.1.0",
|
2023-04-26 15:45:14 +02:00
|
|
|
"@xen-orchestra/mixins": "^0.10.0",
|
2022-05-30 17:45:59 +02:00
|
|
|
"@xen-orchestra/self-signed": "^0.1.3",
|
2020-01-31 10:55:06 +01:00
|
|
|
"@xen-orchestra/template": "^0.1.0",
|
2023-04-26 15:45:14 +02:00
|
|
|
"@xen-orchestra/vmware-explorer": "^0.2.2",
|
|
|
|
|
"@xen-orchestra/xapi": "^2.2.0",
|
2021-04-02 15:34:19 +02:00
|
|
|
"ajv": "^8.0.3",
|
2022-09-09 12:59:59 +02:00
|
|
|
"app-conf": "^2.3.0",
|
2018-03-26 16:26:12 +02:00
|
|
|
"async-iterator-to-stream": "^1.0.1",
|
2018-05-23 11:23:25 +02:00
|
|
|
"base64url": "^3.0.0",
|
2019-12-11 10:13:15 +01:00
|
|
|
"blocked-at": "^1.2.0",
|
2017-11-06 10:00:38 +01:00
|
|
|
"bluebird": "^3.5.1",
|
2017-10-02 11:38:53 +02:00
|
|
|
"body-parser": "^1.18.2",
|
2021-11-30 09:35:10 +01:00
|
|
|
"complex-matcher": "^0.7.0",
|
2019-03-11 18:24:57 +01:00
|
|
|
"compression": "^1.7.3",
|
2015-08-28 10:34:51 +02:00
|
|
|
"connect-flash": "^0.1.1",
|
2020-11-25 18:16:20 +01:00
|
|
|
"content-type": "^1.0.4",
|
2022-04-26 14:25:26 +02:00
|
|
|
"cookie": "^0.5.0",
|
2021-03-01 09:48:13 +01:00
|
|
|
"cookie-parser": "^1.4.3",
|
2022-01-06 13:59:31 +01:00
|
|
|
"d3-time-format": "^4.1.0",
|
2021-05-18 11:58:35 +02:00
|
|
|
"decorator-synchronized": "^0.6.0",
|
2017-04-27 11:32:59 +02:00
|
|
|
"deptree": "^1.0.0",
|
2017-05-17 14:04:26 +02:00
|
|
|
"exec-promise": "^0.7.0",
|
2023-03-10 10:42:17 +01:00
|
|
|
"execa": "^7.0.0",
|
2021-02-23 16:29:46 +01:00
|
|
|
"express": "^4.16.2",
|
2021-03-01 09:48:13 +01:00
|
|
|
"express-session": "^1.15.6",
|
2022-01-06 13:59:31 +01:00
|
|
|
"fast-xml-parser": "^4.0.0",
|
2017-02-13 16:13:19 +01:00
|
|
|
"fatfs": "^0.10.4",
|
2023-01-05 11:33:09 +01:00
|
|
|
"fs-extra": "^11.1.0",
|
2020-09-07 10:17:08 +02:00
|
|
|
"get-stream": "^6.0.0",
|
2021-02-25 18:22:47 +01:00
|
|
|
"golike-defer": "^0.5.1",
|
2022-07-06 09:44:44 +02:00
|
|
|
"hashy": "^0.11.1",
|
2017-11-06 10:00:38 +01:00
|
|
|
"helmet": "^3.9.0",
|
2017-07-25 13:06:55 +02:00
|
|
|
"highland": "^2.11.1",
|
2017-02-13 16:13:19 +01:00
|
|
|
"http-proxy": "^1.16.2",
|
2023-02-21 18:32:02 +01:00
|
|
|
"http-request-plus": "^1.0.0",
|
2023-01-11 22:06:48 +01:00
|
|
|
"http-server-plus": "^1.0.0",
|
2022-03-29 16:28:36 +02:00
|
|
|
"human-format": "^1.0.0",
|
2019-03-01 09:44:12 +01:00
|
|
|
"iterable-backoff": "^0.1.0",
|
2021-11-02 13:43:49 +01:00
|
|
|
"js-yaml": "^4.1.0",
|
2020-12-04 12:09:32 +01:00
|
|
|
"json-rpc-peer": "^0.17.0",
|
2021-02-23 16:29:46 +01:00
|
|
|
"json-stringify-safe": "^5.0.1",
|
2018-08-28 20:29:29 +02:00
|
|
|
"json5": "^2.0.1",
|
2015-06-30 11:06:31 +02:00
|
|
|
"kindof": "^2.0.0",
|
2021-04-02 15:34:19 +02:00
|
|
|
"level-party": "^5.0.0",
|
2021-05-19 15:02:57 +02:00
|
|
|
"limit-concurrency-decorator": "^0.5.0",
|
2017-02-13 16:13:19 +01:00
|
|
|
"lodash": "^4.17.4",
|
2015-04-20 12:58:46 +02:00
|
|
|
"make-error": "^1",
|
2020-04-30 09:32:42 +02:00
|
|
|
"memorystore": "^1.6.2",
|
2019-10-11 17:15:25 +02:00
|
|
|
"micromatch": "^4.0.2",
|
2015-11-18 09:21:27 +01:00
|
|
|
"minimist": "^1.2.0",
|
2017-11-06 10:00:38 +01:00
|
|
|
"moment-timezone": "^0.5.14",
|
2017-12-19 16:35:06 +01:00
|
|
|
"ms": "^2.1.1",
|
2017-02-13 16:13:19 +01:00
|
|
|
"multikey-hash": "^1.0.4",
|
2020-11-23 10:27:35 +01:00
|
|
|
"multiparty": "^4.2.2",
|
2020-09-07 10:17:08 +02:00
|
|
|
"ndjson": "^2.0.0",
|
2021-11-02 13:43:49 +01:00
|
|
|
"openpgp": "^5.0.0",
|
2015-09-01 16:46:06 +02:00
|
|
|
"partial-stream": "0.0.0",
|
2022-07-05 11:13:50 +02:00
|
|
|
"passport": "^0.6.0",
|
2021-03-01 09:48:13 +01:00
|
|
|
"passport-local": "^1.0.0",
|
2022-02-02 12:35:06 +01:00
|
|
|
"promise-toolbox": "^0.21.0",
|
2021-11-02 13:43:49 +01:00
|
|
|
"proxy-agent": "^5.0.0",
|
2020-09-07 10:17:08 +02:00
|
|
|
"pug": "^3.0.0",
|
2020-01-30 16:32:26 +01:00
|
|
|
"pumpify": "^2.0.0",
|
2017-05-03 15:43:32 +02:00
|
|
|
"pw": "^0.0.4",
|
2022-08-05 14:24:54 +02:00
|
|
|
"readable-stream": "^4.1.0",
|
|
|
|
|
"redis": "^4.2.0",
|
2020-09-07 10:17:08 +02:00
|
|
|
"semver": "^7.3.2",
|
2017-10-02 11:38:53 +02:00
|
|
|
"serve-static": "^1.13.1",
|
2020-01-30 16:32:26 +01:00
|
|
|
"set-cookie-parser": "^2.3.5",
|
2019-12-27 15:36:31 +01:00
|
|
|
"source-map-support": "^0.5.16",
|
2022-11-03 14:52:01 +01:00
|
|
|
"split-host": "^2.0.0",
|
2021-11-02 13:43:49 +01:00
|
|
|
"split2": "^4.1.0",
|
2018-03-13 10:22:06 +01:00
|
|
|
"stoppable": "^1.0.5",
|
2022-01-06 13:59:31 +01:00
|
|
|
"subleveldown": "^6.0.1",
|
2022-10-27 14:19:00 +02:00
|
|
|
"syslog-client": "^1.1.1",
|
2023-04-18 14:38:18 +02:00
|
|
|
"tar-stream": "^2.0.1",
|
2020-09-07 10:17:08 +02:00
|
|
|
"tmp": "^0.2.1",
|
2020-02-04 15:55:34 +01:00
|
|
|
"unzipper": "^0.10.5",
|
2022-09-15 00:06:07 +02:00
|
|
|
"uuid": "^9.0.0",
|
2018-02-19 18:10:05 +01:00
|
|
|
"value-matcher": "^0.2.0",
|
2023-04-26 15:45:14 +02:00
|
|
|
"vhd-lib": "^4.4.0",
|
2021-11-02 13:43:49 +01:00
|
|
|
"ws": "^8.2.3",
|
2022-01-06 13:59:31 +01:00
|
|
|
"xdg-basedir": "^5.1.0",
|
2023-04-26 15:45:14 +02:00
|
|
|
"xen-api": "^1.3.0",
|
2018-12-18 14:00:00 +01:00
|
|
|
"xo-acl-resolver": "^0.4.1",
|
2021-05-26 16:52:20 +02:00
|
|
|
"xo-collection": "^0.5.0",
|
2022-03-30 16:06:06 +02:00
|
|
|
"xo-common": "^0.8.0",
|
2022-10-27 15:18:03 +02:00
|
|
|
"xo-remote-parser": "^0.9.2",
|
2023-02-16 13:35:04 +00:00
|
|
|
"xo-vmdk-to-vhd": "^2.5.3"
|
2013-06-25 19:02:54 +02:00
|
|
|
},
|
2013-11-21 17:05:36 +01:00
|
|
|
"devDependencies": {
|
2018-09-24 13:39:31 +02:00
|
|
|
"@babel/cli": "^7.0.0",
|
|
|
|
|
"@babel/core": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
|
2022-03-03 14:08:22 +01:00
|
|
|
"@babel/preset-env": "^7.11.0",
|
2018-11-16 14:19:14 +01:00
|
|
|
"babel-plugin-transform-dev": "^2.0.1",
|
2020-06-03 10:58:18 +02:00
|
|
|
"cross-env": "^7.0.2",
|
2022-03-25 10:16:49 +01:00
|
|
|
"index-modules": "^0.4.3",
|
|
|
|
|
"tap": "^16.0.1"
|
2013-11-21 17:05:36 +01:00
|
|
|
},
|
2014-01-10 16:06:51 +01:00
|
|
|
"scripts": {
|
2021-05-19 17:37:35 +02:00
|
|
|
"_build": "index-modules --index-file index.mjs src/api src/xapi/mixins src/xo-mixins && babel --delete-dir-on-start --keep-file-extension --source-maps --out-dir=dist/ src/",
|
|
|
|
|
"build": "cross-env NODE_ENV=production yarn run _build",
|
|
|
|
|
"dev": "cross-env NODE_ENV=development yarn run _build --watch",
|
2017-12-14 18:18:36 +01:00
|
|
|
"prepublishOnly": "yarn run build",
|
2022-03-25 10:16:49 +01:00
|
|
|
"start": "node dist/cli.mjs",
|
|
|
|
|
"pretest": "yarn run build",
|
|
|
|
|
"test": "tap 'dist/**/*.spec.mjs'"
|
2020-06-01 14:03:34 +02:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Vates SAS",
|
|
|
|
|
"url": "https://vates.fr"
|
2014-05-30 10:38:37 +01:00
|
|
|
}
|
2013-06-25 19:02:54 +02:00
|
|
|
}
|