mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
35 lines
791 B
JSON
35 lines
791 B
JSON
{
|
|
"private": false,
|
|
"name": "@vates/fatfs",
|
|
"version": "0.11.1",
|
|
"description": "fs implementation on top of raw FAT16/FAT32 block source",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postversion": "npm publish --access public"
|
|
},
|
|
"repository": {
|
|
"directory": "@vates/fatfs",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"keywords": [
|
|
"filesystem",
|
|
"fs",
|
|
"fat",
|
|
"fat32",
|
|
"fat16"
|
|
],
|
|
"author": "Vates SAS",
|
|
"license": "Apache-2.0",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/fatfs",
|
|
"dependencies": {
|
|
"fifolock": "^1.0.0",
|
|
"struct-fu": "^1.2.1",
|
|
"xok": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|