Files
xen-orchestra/packages/xo-server/package.json

169 lines
5.1 KiB
JSON
Raw Normal View History

2013-06-25 19:02:54 +02:00
{
"private": true,
"name": "xo-server",
2023-04-26 15:45:14 +02:00
"version": "5.112.0",
"license": "AGPL-3.0-or-later",
2014-07-26 18:01:27 +02:00
"description": "Server part of Xen-Orchestra",
"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",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
2016-05-04 12:01:17 +02:00
"repository": {
"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
},
"preferGlobal": true,
"bin": {
"xo-server": "dist/cli.mjs",
"xo-server-db": "dist/db-cli.mjs",
"xo-server-logs": "dist/logs-cli.mjs",
"xo-server-recover-account": "dist/recover-account-cli.mjs"
},
2015-11-16 10:30:57 +01:00
"engines": {
"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",
"@vates/multi-key-map": "^0.1.0",
"@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",
"@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",
"async-iterator-to-stream": "^1.0.1",
2018-05-23 11:23:25 +02:00
"base64url": "^3.0.0",
"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",
"complex-matcher": "^0.7.0",
"compression": "^1.7.3",
"connect-flash": "^0.1.1",
"content-type": "^1.0.4",
2022-04-26 14:25:26 +02:00
"cookie": "^0.5.0",
"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",
"deptree": "^1.0.0",
"exec-promise": "^0.7.0",
2023-03-10 10:42:17 +01:00
"execa": "^7.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
2022-01-06 13:59:31 +01:00
"fast-xml-parser": "^4.0.0",
"fatfs": "^0.10.4",
"fs-extra": "^11.1.0",
2020-09-07 10:17:08 +02:00
"get-stream": "^6.0.0",
"golike-defer": "^0.5.1",
"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",
"http-proxy": "^1.16.2",
2023-02-21 18:32:02 +01:00
"http-request-plus": "^1.0.0",
"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",
"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",
"limit-concurrency-decorator": "^0.5.0",
"lodash": "^4.17.4",
2015-04-20 12:58:46 +02:00
"make-error": "^1",
"memorystore": "^1.6.2",
2019-10-11 17:15:25 +02:00
"micromatch": "^4.0.2",
"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",
"multikey-hash": "^1.0.4",
"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",
"partial-stream": "0.0.0",
2022-07-05 11:13:50 +02:00
"passport": "^0.6.0",
"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",
"pumpify": "^2.0.0",
"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",
"set-cookie-parser": "^2.3.5",
"source-map-support": "^0.5.16",
"split-host": "^2.0.0",
2021-11-02 13:43:49 +01:00
"split2": "^4.1.0",
"stoppable": "^1.0.5",
2022-01-06 13:59:31 +01:00
"subleveldown": "^6.0.1",
"syslog-client": "^1.1.1",
"tar-stream": "^2.0.1",
2020-09-07 10:17:08 +02:00
"tmp": "^0.2.1",
"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
},
"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",
"@babel/preset-env": "^7.11.0",
"babel-plugin-transform-dev": "^2.0.1",
2020-06-03 10:58:18 +02:00
"cross-env": "^7.0.2",
"index-modules": "^0.4.3",
"tap": "^16.0.1"
},
2014-01-10 16:06:51 +01:00
"scripts": {
"_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",
"start": "node dist/cli.mjs",
"pretest": "yarn run build",
"test": "tap 'dist/**/*.spec.mjs'"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
}
2013-06-25 19:02:54 +02:00
}