xo-vmdk-to-vhd
Version:
JS lib reading and writing .vmdk and .ova files
58 lines (57 loc) • 1.58 kB
JSON
{
"private": false,
"name": "xo-vmdk-to-vhd",
"version": "2.5.8",
"license": "AGPL-3.0-or-later",
"description": "JS lib reading and writing .vmdk and .ova files",
"keywords": [
"vhd",
"vmdk"
],
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-vmdk-to-vhd",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "packages/xo-vmdk-to-vhd",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"preferGlobal": false,
"main": "dist/",
"engines": {
"node": ">=12.3"
},
"dependencies": {
"lodash": "^4.17.15",
"pako": "^2.0.4",
"promise-toolbox": "^0.21.0",
"tar-stream": "^3.1.6",
"vhd-lib": "^4.11.3",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"async-iterator-to-stream": "^1.2.0",
"child-process-promise": "^2.2.0",
"cross-env": "^7.0.2",
"execa": "^5.0.0",
"fs-extra": "^11.1.1",
"get-stream": "^6.0.0",
"rimraf": "^5.0.1",
"tmp": "^0.2.1"
},
"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": "yarn run clean",
"predev": "yarn run clean",
"prepublishOnly": "yarn run build",
"postversion": "npm publish"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
}
}