2013-06-25 19:02:54 +02:00
|
|
|
{
|
2014-05-30 10:38:37 +01:00
|
|
|
"name": "xo-server",
|
2018-10-05 14:00:27 +02:00
|
|
|
"version": "5.28.0",
|
2015-05-19 17:45:02 +02:00
|
|
|
"license": "AGPL-3.0",
|
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": {
|
|
|
|
|
"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,
|
2015-03-30 17:58:13 +02:00
|
|
|
"files": [
|
2015-10-12 13:46:50 +02:00
|
|
|
"better-stacks.js",
|
2015-03-30 18:09:29 +02:00
|
|
|
"bin/",
|
|
|
|
|
"dist/",
|
2015-11-20 18:28:32 +01:00
|
|
|
"config.json",
|
2015-08-28 15:52:21 +02:00
|
|
|
"index.js",
|
2016-05-12 18:05:28 +02:00
|
|
|
"signin.pug"
|
2015-03-30 17:58:13 +02:00
|
|
|
],
|
2014-05-30 10:38:37 +01:00
|
|
|
"directories": {
|
|
|
|
|
"bin": "bin"
|
|
|
|
|
},
|
2015-11-16 10:30:57 +01:00
|
|
|
"engines": {
|
2018-03-08 10:11:14 +01:00
|
|
|
"node": ">=6"
|
2015-11-16 10:30:57 +01:00
|
|
|
},
|
2013-06-25 19:02:54 +02:00
|
|
|
"dependencies": {
|
2018-09-17 16:37:49 +02:00
|
|
|
"@xen-orchestra/async-map": "^0.0.0",
|
2018-04-03 17:20:58 +02:00
|
|
|
"@xen-orchestra/cron": "^1.0.3",
|
2018-09-17 10:42:22 +02:00
|
|
|
"@xen-orchestra/emit-async": "^0.0.0",
|
2018-09-28 16:56:01 +02:00
|
|
|
"@xen-orchestra/fs": "^0.3.1",
|
2018-09-17 16:33:21 +02:00
|
|
|
"@xen-orchestra/mixin": "^0.0.0",
|
2018-02-01 10:33:26 +01:00
|
|
|
"ajv": "^6.1.1",
|
2017-07-25 13:06:55 +02:00
|
|
|
"app-conf": "^0.5.0",
|
2018-08-28 20:29:29 +02:00
|
|
|
"archiver": "^3.0.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",
|
2017-02-13 16:13:19 +01:00
|
|
|
"blocked": "^1.2.1",
|
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",
|
2015-08-28 10:34:51 +02:00
|
|
|
"connect-flash": "^0.1.1",
|
2017-02-13 16:13:19 +01:00
|
|
|
"cookie": "^0.3.1",
|
|
|
|
|
"cookie-parser": "^1.4.3",
|
2017-12-19 16:35:06 +01:00
|
|
|
"d3-time-format": "^2.1.1",
|
2018-09-24 13:39:31 +02:00
|
|
|
"debug": "^4.0.1",
|
2017-07-25 13:06:55 +02:00
|
|
|
"decorator-synchronized": "^0.3.0",
|
2017-04-27 11:32:59 +02:00
|
|
|
"deptree": "^1.0.0",
|
2017-02-13 16:13:19 +01:00
|
|
|
"escape-string-regexp": "^1.0.5",
|
2017-03-24 11:39:35 +01:00
|
|
|
"event-to-promise": "^0.8.0",
|
2017-05-17 14:04:26 +02:00
|
|
|
"exec-promise": "^0.7.0",
|
2018-08-28 20:29:29 +02:00
|
|
|
"execa": "^1.0.0",
|
2017-11-06 10:00:38 +01:00
|
|
|
"express": "^4.16.2",
|
2017-10-02 11:38:53 +02:00
|
|
|
"express-session": "^1.15.6",
|
2017-02-13 16:13:19 +01:00
|
|
|
"fatfs": "^0.10.4",
|
2017-02-16 16:23:02 +01:00
|
|
|
"from2": "^2.3.0",
|
2018-07-17 11:03:57 +02:00
|
|
|
"fs-extra": "^7.0.0",
|
2018-08-10 11:20:59 +02:00
|
|
|
"get-stream": "^4.0.0",
|
2017-12-21 09:55:13 +01:00
|
|
|
"golike-defer": "^0.4.1",
|
2018-05-24 14:52:38 +02:00
|
|
|
"hashy": "^0.7.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",
|
2018-09-22 13:06:30 +02:00
|
|
|
"http-request-plus": "^0.6.0",
|
2018-03-28 00:11:17 +02:00
|
|
|
"http-server-plus": "^0.10.0",
|
2018-02-01 10:33:26 +01:00
|
|
|
"human-format": "^0.10.0",
|
2016-10-27 15:34:54 +02:00
|
|
|
"is-redirect": "^1.0.0",
|
2018-05-25 11:42:55 +02:00
|
|
|
"jest-worker": "^23.0.0",
|
2017-10-02 11:38:53 +02:00
|
|
|
"js-yaml": "^3.10.0",
|
2018-02-07 14:03:34 +01:00
|
|
|
"json-rpc-peer": "^0.15.3",
|
2018-08-28 20:29:29 +02:00
|
|
|
"json5": "^2.0.1",
|
2017-11-06 10:00:38 +01:00
|
|
|
"julien-f-source-map-support": "0.1.0",
|
2015-06-05 15:32:44 +02:00
|
|
|
"julien-f-unzip": "^0.2.1",
|
2015-06-30 11:06:31 +02:00
|
|
|
"kindof": "^2.0.0",
|
2018-05-25 11:42:55 +02:00
|
|
|
"level": "^4.0.0",
|
2016-01-12 15:17:15 +01:00
|
|
|
"level-party": "^3.0.4",
|
2017-02-13 16:13:19 +01:00
|
|
|
"level-sublevel": "^6.6.1",
|
2018-02-21 17:37:07 +01:00
|
|
|
"limit-concurrency-decorator": "^0.4.0",
|
2017-02-13 16:13:19 +01:00
|
|
|
"lodash": "^4.17.4",
|
2015-04-20 12:58:46 +02:00
|
|
|
"make-error": "^1",
|
2017-11-06 10:00:38 +01:00
|
|
|
"micromatch": "^3.1.4",
|
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",
|
|
|
|
|
"ndjson": "^1.5.0",
|
2016-12-20 12:18:22 +01:00
|
|
|
"parse-pairs": "^0.2.2",
|
2015-09-01 16:46:06 +02:00
|
|
|
"partial-stream": "0.0.0",
|
2017-08-28 11:57:12 +02:00
|
|
|
"passport": "^0.4.0",
|
2015-08-28 10:34:51 +02:00
|
|
|
"passport-local": "^1.0.0",
|
2018-05-25 11:42:55 +02:00
|
|
|
"pretty-format": "^23.0.0",
|
2018-09-07 14:34:47 +02:00
|
|
|
"promise-toolbox": "^0.10.1",
|
2018-05-23 11:23:25 +02:00
|
|
|
"proxy-agent": "^3.0.0",
|
2017-10-02 11:38:53 +02:00
|
|
|
"pug": "^2.0.0-rc.4",
|
2018-07-17 11:08:25 +02:00
|
|
|
"pump": "^3.0.0",
|
2017-05-03 15:43:32 +02:00
|
|
|
"pw": "^0.0.4",
|
2017-08-28 11:57:12 +02:00
|
|
|
"redis": "^2.8.0",
|
2017-02-13 16:13:19 +01:00
|
|
|
"schema-inspector": "^1.6.8",
|
2017-07-25 13:06:55 +02:00
|
|
|
"semver": "^5.4.1",
|
2017-10-02 11:38:53 +02:00
|
|
|
"serve-static": "^1.13.1",
|
2018-05-23 11:23:25 +02:00
|
|
|
"split-lines": "^2.0.0",
|
2017-11-06 10:00:38 +01:00
|
|
|
"stack-chain": "^2.0.0",
|
2018-03-13 10:22:06 +01:00
|
|
|
"stoppable": "^1.0.5",
|
2018-03-27 09:39:36 -07:00
|
|
|
"struct-fu": "^1.2.0",
|
2017-11-13 17:36:10 +01:00
|
|
|
"tar-stream": "^1.5.5",
|
2017-02-13 16:13:19 +01:00
|
|
|
"through2": "^2.0.3",
|
2017-08-28 11:57:12 +02:00
|
|
|
"tmp": "^0.0.33",
|
2017-02-13 16:13:19 +01:00
|
|
|
"uuid": "^3.0.1",
|
2018-02-19 18:10:05 +01:00
|
|
|
"value-matcher": "^0.2.0",
|
2018-10-05 13:45:06 +02:00
|
|
|
"vhd-lib": "^0.3.2",
|
2018-08-10 11:20:59 +02:00
|
|
|
"ws": "^6.0.0",
|
2018-09-22 14:00:55 +02:00
|
|
|
"xen-api": "^0.19.0",
|
2017-08-28 11:57:12 +02:00
|
|
|
"xml2js": "^0.4.19",
|
2018-10-05 13:51:18 +02:00
|
|
|
"xo-acl-resolver": "^0.3.0",
|
2017-02-13 16:13:19 +01:00
|
|
|
"xo-collection": "^0.4.1",
|
2017-03-04 16:16:58 +01:00
|
|
|
"xo-common": "^0.1.1",
|
2018-07-26 16:01:16 +02:00
|
|
|
"xo-remote-parser": "^0.5.0",
|
2018-10-05 13:47:44 +02:00
|
|
|
"xo-vmdk-to-vhd": "^0.1.5",
|
2018-05-06 18:38:47 +02:00
|
|
|
"yazl": "^2.4.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-export-namespace-from": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
2018-10-03 16:00:11 +02:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
2018-09-24 13:39:31 +02:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
|
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
|
|
|
|
|
"@babel/preset-env": "^7.0.0",
|
|
|
|
|
"@babel/preset-flow": "^7.0.0",
|
2017-11-13 17:36:10 +01:00
|
|
|
"babel-plugin-lodash": "^3.3.2",
|
2018-01-08 14:47:39 +01:00
|
|
|
"cross-env": "^5.1.3",
|
2017-02-13 16:13:19 +01:00
|
|
|
"index-modules": "^0.3.0",
|
2017-12-15 14:18:47 +01:00
|
|
|
"rimraf": "^2.6.2"
|
2013-11-21 17:05:36 +01:00
|
|
|
},
|
2014-01-10 16:06:51 +01:00
|
|
|
"scripts": {
|
2018-01-08 14:47:39 +01:00
|
|
|
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
|
|
|
|
"clean": "rimraf dist/",
|
|
|
|
|
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
|
|
|
|
|
"prebuild": "index-modules src/api src/xapi/mixins src/xo-mixins && yarn run clean",
|
2017-12-14 18:18:36 +01:00
|
|
|
"predev": "yarn run prebuild",
|
|
|
|
|
"prepublishOnly": "yarn run build",
|
2018-02-01 14:23:17 +01:00
|
|
|
"start": "node bin/xo-server"
|
2014-05-30 10:38:37 +01:00
|
|
|
}
|
2013-06-25 19:02:54 +02:00
|
|
|
}
|