{ "name": "xo-vmdk-to-vhd", "version": "0.1.6", "license": "AGPL-3.0", "description": "JS lib streaming a vmdk file to a vhd", "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/", "bin": {}, "files": [ "dist/" ], "engines": { "node": ">=6" }, "dependencies": { "child-process-promise": "^2.0.3", "core-js": "3.0.0", "pipette": "^0.9.3", "promise-toolbox": "^0.12.1", "tmp": "^0.0.33", "vhd-lib": "^0.6.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-plugin-lodash": "^3.3.2", "cross-env": "^5.1.3", "event-to-promise": "^0.8.0", "execa": "^1.0.0", "fs-extra": "^7.0.0", "get-stream": "^4.0.0", "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": "yarn run clean", "predev": "yarn run clean", "prepare": "yarn run build" } }