* feat(@xen-orchestra/fs): 4.0.1 * feat(xen-api): 1.3.3 * feat(@vates/nbd-client): 1.2.1 * feat(@vates/node-vsphere-soap): 1.0.0 * feat(@vates/task): 0.2.0 * feat(@xen-orchestra/backups): 0.39.0 * feat(@xen-orchestra/backups-cli): 1.0.9 * feat(@xen-orchestra/mixins): 0.10.2 * feat(@xen-orchestra/proxy): 0.26.29 * feat(@xen-orchestra/vmware-explorer): 0.2.3 * feat(xo-cli): 0.20.0 * feat(xo-server): 5.117.0 * feat(xo-server-auth-oidc): 0.3.0 * feat(xo-server-perf-alert): 0.3.6 * feat(xo-web): 5.120.0 * chore(CHANGELOG): update next
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"private": false,
|
|
"name": "xen-api",
|
|
"version": "1.3.3",
|
|
"license": "ISC",
|
|
"description": "Connector to the Xen API",
|
|
"keywords": [
|
|
"xen",
|
|
"api",
|
|
"xen-api",
|
|
"xenapi",
|
|
"xapi"
|
|
],
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xen-api",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "packages/xen-api",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"preferGlobal": false,
|
|
"main": "dist/",
|
|
"bin": {
|
|
"xen-api": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"dependencies": {
|
|
"@vates/coalesce-calls": "^0.1.0",
|
|
"bind-property-descriptor": "^2.0.0",
|
|
"blocked": "^1.2.1",
|
|
"debug": "^4.0.1",
|
|
"http-request-plus": "^1.0.2",
|
|
"jest-diff": "^29.0.3",
|
|
"json-rpc-protocol": "^0.13.1",
|
|
"kindof": "^2.0.0",
|
|
"limit-concurrency-decorator": "^0.5.0",
|
|
"lodash": "^4.17.4",
|
|
"make-error": "^1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"ms": "^2.1.1",
|
|
"promise-toolbox": "^0.21.0",
|
|
"proxy-agent": "^5.0.0",
|
|
"pw": "0.0.4",
|
|
"xmlrpc": "^1.3.2",
|
|
"xo-collection": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/preset-env": "^7.8.0",
|
|
"cross-env": "^7.0.2",
|
|
"rimraf": "^5.0.1",
|
|
"tap": "^16.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
|
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
|
|
"plot": "gnuplot -p memory-test.gnu",
|
|
"prebuild": "rimraf dist/",
|
|
"predev": "yarn run prebuild",
|
|
"prepublishOnly": "yarn run build",
|
|
"postversion": "npm publish",
|
|
"test": "tap"
|
|
}
|
|
}
|