{ "name": "xo-server", "version": "5.28.0", "license": "AGPL-3.0", "description": "Server part of Xen-Orchestra", "keywords": [ "xen", "orchestra", "xen-orchestra", "server" ], "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server", "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "repository": { "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, "preferGlobal": true, "files": [ "better-stacks.js", "bin/", "dist/", "config.json", "index.js", "signin.pug" ], "directories": { "bin": "bin" }, "engines": { "node": ">=6" }, "dependencies": { "@xen-orchestra/async-map": "^0.0.0", "@xen-orchestra/cron": "^1.0.3", "@xen-orchestra/emit-async": "^0.0.0", "@xen-orchestra/fs": "^0.3.1", "@xen-orchestra/mixin": "^0.0.0", "ajv": "^6.1.1", "app-conf": "^0.5.0", "archiver": "^3.0.0", "async-iterator-to-stream": "^1.0.1", "base64url": "^3.0.0", "blocked": "^1.2.1", "bluebird": "^3.5.1", "body-parser": "^1.18.2", "connect-flash": "^0.1.1", "cookie": "^0.3.1", "cookie-parser": "^1.4.3", "d3-time-format": "^2.1.1", "debug": "^4.0.1", "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", "execa": "^1.0.0", "express": "^4.16.2", "express-session": "^1.15.6", "fatfs": "^0.10.4", "from2": "^2.3.0", "fs-extra": "^7.0.0", "get-stream": "^4.0.0", "golike-defer": "^0.4.1", "hashy": "^0.7.1", "helmet": "^3.9.0", "highland": "^2.11.1", "http-proxy": "^1.16.2", "http-request-plus": "^0.6.0", "http-server-plus": "^0.10.0", "human-format": "^0.10.0", "is-redirect": "^1.0.0", "jest-worker": "^23.0.0", "js-yaml": "^3.10.0", "json-rpc-peer": "^0.15.3", "json5": "^2.0.1", "julien-f-source-map-support": "0.1.0", "julien-f-unzip": "^0.2.1", "kindof": "^2.0.0", "level": "^4.0.0", "level-party": "^3.0.4", "level-sublevel": "^6.6.1", "limit-concurrency-decorator": "^0.4.0", "lodash": "^4.17.4", "make-error": "^1", "micromatch": "^3.1.4", "minimist": "^1.2.0", "moment-timezone": "^0.5.14", "ms": "^2.1.1", "multikey-hash": "^1.0.4", "ndjson": "^1.5.0", "parse-pairs": "^0.2.2", "partial-stream": "0.0.0", "passport": "^0.4.0", "passport-local": "^1.0.0", "pretty-format": "^23.0.0", "promise-toolbox": "^0.10.1", "proxy-agent": "^3.0.0", "pug": "^2.0.0-rc.4", "pump": "^3.0.0", "pw": "^0.0.4", "redis": "^2.8.0", "schema-inspector": "^1.6.8", "semver": "^5.4.1", "serve-static": "^1.13.1", "split-lines": "^2.0.0", "stack-chain": "^2.0.0", "stoppable": "^1.0.5", "struct-fu": "^1.2.0", "tar-stream": "^1.5.5", "through2": "^2.0.3", "tmp": "^0.0.33", "uuid": "^3.0.1", "value-matcher": "^0.2.0", "vhd-lib": "^0.3.2", "ws": "^6.0.0", "xen-api": "^0.19.0", "xml2js": "^0.4.19", "xo-acl-resolver": "^0.3.0", "xo-collection": "^0.4.1", "xo-common": "^0.1.1", "xo-remote-parser": "^0.5.0", "xo-vmdk-to-vhd": "^0.1.5", "yazl": "^2.4.3" }, "devDependencies": { "@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", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@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", "babel-plugin-lodash": "^3.3.2", "cross-env": "^5.1.3", "index-modules": "^0.3.0", "rimraf": "^2.6.2" }, "scripts": { "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", "predev": "yarn run prebuild", "prepublishOnly": "yarn run build", "start": "node bin/xo-server" } }