mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
37 lines
940 B
JSON
37 lines
940 B
JSON
{
|
|
"name": "@vates/node-vsphere-soap",
|
|
"version": "2.1.3",
|
|
"description": "interface to vSphere SOAP/WSDL from node for interfacing with vCenter or ESXi, forked from node-vsphere-soap",
|
|
"main": "lib/client.mjs",
|
|
"author": "reedog117",
|
|
"repository": {
|
|
"directory": "@vates/node-vsphere-soap",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"dependencies": {
|
|
"@xen-orchestra/log": "^0.7.2",
|
|
"axios": "^1.15.0",
|
|
"soap": "^1.0.0",
|
|
"soap-cookie": "^0.10.1"
|
|
},
|
|
"keywords": [
|
|
"vsphere",
|
|
"vcenter",
|
|
"api",
|
|
"soap",
|
|
"wsdl"
|
|
],
|
|
"preferGlobal": false,
|
|
"license": "MIT",
|
|
"private": false,
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/node-vsphere-soap",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
}
|
|
}
|