UNPKG

xen-api

Version:
79 lines (78 loc) 1.97 kB
{ "private": false, "name": "xen-api", "version": "4.7.4", "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": "./index.mjs", "bin": { "xen-api": "./cli.mjs" }, "engines": { "node": ">=18" }, "dependencies": { "@vates/coalesce-calls": "^0.1.0", "@vates/compose": "^2.1.0", "@vates/decorate-with": "^2.1.0", "@vates/json-hash": "^0.2.0", "@vates/obfuscate": "^0.1.0", "@vates/xml": "^2.0.0", "@vates/xml-rpc": "^1.0.0", "@xen-orchestra/log": "^0.7.1", "bind-property-descriptor": "^2.0.0", "blocked": "^1.2.1", "http-request-plus": "^1.0.2", "jest-diff": "^29.0.3", "json-rpc-protocol": "^0.13.1", "limit-concurrency-decorator": "^0.6.0", "lodash": "^4.17.4", "make-error": "^1.3.0", "minimist": "^1.2.0", "ms": "^2.1.1", "proxy-agent": "^6.3.1", "promise-toolbox": "^0.21.0", "pw": "0.0.4", "undici": "^6.2.1", "xo-collection": "^0.5.0", "xo-common": "^0.9.0" }, "devDependencies": { "getopts": "^2.3.0", "golike-defer": "^0.5.1", "human-format": "^1.2.0", "lodash": "^4.17.21", "process-top": "^1.2.0", "progress-stream": "^2.0.0", "promise-toolbox": "^0.21.0", "readable-stream": "^4.5.2", "source-map-support": "^0.5.21", "tap": "^18.7.0", "throttle": "^1.0.3", "vhd-lib": "^4.14.0" }, "scripts": { "plot": "gnuplot -p memory-test.gnu", "postversion": "npm publish", "test": "tap" } }