xen-orchestra/packages/vhd-lib/package.json

52 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"private": false,
"name": "vhd-lib",
2023-12-27 09:07:51 -06:00
"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": {
2022-07-28 08:57:40 -05:00
"@vates/async-each": "^1.0.0",
2023-04-26 08:45:14 -05:00
"@vates/diff": "^0.1.0",
2023-07-28 03:05:26 -05:00
"@vates/read-chunk": "^1.2.0",
2023-04-26 08:45:14 -05:00
"@vates/stream-reader": "^0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
2024-01-31 10:11:55 -06:00
"@xen-orchestra/fs": "^4.1.4",
2023-01-27 09:16:26 -06:00
"@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",
2022-02-02 05:35:06 -06:00
"promise-toolbox": "^0.21.0",
2022-08-05 07:24:54 -05:00
"readable-stream": "^4.1.0",
"struct-fu": "^1.2.0",
2022-09-14 17:06:07 -05:00
"uuid": "^9.0.0"
},
"devDependencies": {
2024-01-31 10:11:55 -06:00
"@xen-orchestra/fs": "^4.1.4",
"execa": "^5.0.0",
2020-09-07 03:17:08 -05:00
"get-stream": "^6.0.0",
2023-05-22 03:01:54 -05:00
"rimraf": "^5.0.1",
2023-06-01 09:53:32 -05:00
"test": "^3.3.0",
2020-06-03 03:58:18 -05:00
"tmp": "^0.2.1"
},
"scripts": {
2023-06-01 09:53:32 -05:00
"postversion": "npm publish",
"test-integration": "node--test ./*.integ.js tests/*.integ.js Vhd/*.integ.js"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
}
}