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

148 lines
4.3 KiB
JSON
Raw Normal View History

2013-06-25 19:02:54 +02:00
{
"name": "xo-server",
2018-03-16 17:49:11 +01:00
"version": "5.17.4",
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",
"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": {
"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,
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
],
"directories": {
"bin": "bin"
},
2015-11-16 10:30:57 +01:00
"engines": {
"node": ">=6"
2015-11-16 10:30:57 +01:00
},
2013-06-25 19:02:54 +02:00
"dependencies": {
2018-03-19 14:55:19 +01:00
"@babel/polyfill": "7.0.0-beta.42",
"@marsaud/smb2-promise": "^0.2.1",
"@nraynaud/struct-fu": "^1.0.1",
2018-02-20 11:42:19 +01:00
"@xen-orchestra/cron": "^1.0.2",
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",
2017-11-06 10:00:38 +01:00
"archiver": "^2.1.0",
"async-iterator-to-stream": "^1.0.1",
"base64url": "^2.0.0",
"bind-property-descriptor": "^1.0.0",
"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",
"connect-flash": "^0.1.1",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
2017-12-19 16:35:06 +01:00
"d3-time-format": "^2.1.1",
2017-10-02 11:38:53 +02:00
"debug": "^3.1.0",
2017-07-25 13:06:55 +02:00
"decorator-synchronized": "^0.3.0",
"deptree": "^1.0.0",
"escape-string-regexp": "^1.0.5",
"event-to-promise": "^0.8.0",
"exec-promise": "^0.7.0",
2018-03-19 14:55:19 +01:00
"execa": "^0.10.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",
"fatfs": "^0.10.4",
"from2": "^2.3.0",
2017-12-19 16:35:06 +01:00
"fs-extra": "^5.0.0",
"golike-defer": "^0.4.1",
2017-07-25 13:06:55 +02:00
"hashy": "^0.6.2",
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",
2017-11-13 17:36:10 +01:00
"http-request-plus": "^0.5.0",
2018-03-19 14:55:19 +01:00
"http-server-plus": "^0.9.0",
2018-02-01 10:33:26 +01:00
"human-format": "^0.10.0",
"is-redirect": "^1.0.0",
"jest-worker": "^22.4.3",
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-03-13 10:06:23 +01:00
"json5": "^1.0.0",
2017-11-06 10:00:38 +01:00
"julien-f-source-map-support": "0.1.0",
"julien-f-unzip": "^0.2.1",
2015-06-30 11:06:31 +02:00
"kindof": "^2.0.0",
2018-02-18 21:53:23 +01:00
"level": "^3.0.0",
2016-01-12 15:17:15 +01:00
"level-party": "^3.0.4",
"level-sublevel": "^6.6.1",
"limit-concurrency-decorator": "^0.4.0",
"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",
"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",
"ndjson": "^1.5.0",
"parse-pairs": "^0.2.2",
"partial-stream": "0.0.0",
2017-08-28 11:57:12 +02:00
"passport": "^0.4.0",
"passport-local": "^1.0.0",
2017-12-19 16:35:06 +01:00
"pretty-format": "^22.0.3",
"promise-toolbox": "^0.9.5",
2017-07-25 13:06:55 +02:00
"proxy-agent": "^2.1.0",
2017-10-02 11:38:53 +02:00
"pug": "^2.0.0-rc.4",
"pw": "^0.0.4",
2017-08-28 11:57:12 +02:00
"redis": "^2.8.0",
"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",
"split-lines": "^1.1.0",
2017-11-06 10:00:38 +01:00
"stack-chain": "^2.0.0",
"stoppable": "^1.0.5",
2017-11-13 17:36:10 +01:00
"tar-stream": "^1.5.5",
"through2": "^2.0.3",
2017-08-28 11:57:12 +02:00
"tmp": "^0.0.33",
"uuid": "^3.0.1",
2018-02-19 18:10:05 +01:00
"value-matcher": "^0.2.0",
2018-03-08 00:13:54 +01:00
"ws": "^5.0.0",
2018-02-26 11:23:20 +01:00
"xen-api": "^0.16.6",
2017-08-28 11:57:12 +02:00
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.2.3",
"xo-collection": "^0.4.1",
"xo-common": "^0.1.1",
"xo-remote-parser": "^0.3",
"xo-vmdk-to-vhd": "0.0.12"
2013-06-25 19:02:54 +02:00
},
"devDependencies": {
2018-03-19 14:55:19 +01:00
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"@babel/plugin-proposal-decorators": "7.0.0-beta.42",
"@babel/plugin-proposal-export-default-from": "7.0.0-beta.42",
"@babel/plugin-proposal-export-namespace-from": "7.0.0-beta.42",
"@babel/plugin-proposal-function-bind": "7.0.0-beta.42",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.40",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0-beta.40",
"@babel/plugin-proposal-throw-expressions": "^7.0.0-beta.40",
2018-03-19 14:55:19 +01:00
"@babel/preset-env": "7.0.0-beta.42",
"@babel/preset-flow": "7.0.0-beta.42",
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",
"index-modules": "^0.3.0",
"rimraf": "^2.6.2"
},
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"
}
2013-06-25 19:02:54 +02:00
}