UNPKG

nufatfs

Version:

A new async-friendly library for accessing FAT16 and FAT32 filesystems

34 lines (33 loc) 686 B
{ "name": "nufatfs", "version": "0.1.11", "description": "A new async-friendly library for accessing FAT16 and FAT32 filesystems", "main": "dist/index.js", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/asivery/nufatfs.git" }, "keywords": [ "fat", "fat16", "fat32", "fatfs", "mass-storage" ], "files": [ "dist" ], "author": "asivery", "license": "GPL-2.0", "bugs": { "url": "https://github.com/asivery/nufatfs/issues" }, "homepage": "https://github.com/asivery/nufatfs#readme", "devDependencies": { "@types/node": "^20.11.17", "typescript": "^5.3.3" } }