{ "private": false, "name": "vhd-lib", "version": "4.9.0", "license": "AGPL-3.0-or-later", "description": "Primitives for VHD file handling", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib", "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "repository": { "directory": "packages/vhd-lib", "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, "engines": { "node": ">=16" }, "dependencies": { "@vates/async-each": "^1.0.0", "@vates/diff": "^0.1.0", "@vates/read-chunk": "^1.2.0", "@vates/stream-reader": "^0.1.0", "@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/fs": "^4.1.3", "@xen-orchestra/log": "^0.6.0", "async-iterator-to-stream": "^1.0.2", "decorator-synchronized": "^0.6.0", "fs-extra": "^11.1.0", "limit-concurrency-decorator": "^0.5.0", "lodash": "^4.17.4", "promise-toolbox": "^0.21.0", "readable-stream": "^4.1.0", "struct-fu": "^1.2.0", "uuid": "^9.0.0" }, "devDependencies": { "@xen-orchestra/fs": "^4.1.3", "execa": "^5.0.0", "get-stream": "^6.0.0", "rimraf": "^5.0.1", "test": "^3.3.0", "tmp": "^0.2.1" }, "scripts": { "postversion": "npm publish", "test-integration": "node--test ./*.integ.js tests/*.integ.js Vhd/*.integ.js" }, "author": { "name": "Vates SAS", "url": "https://vates.fr" } }