UNPKG

@webreflection/fs

Version:

Emscripten FS, PATH and PATH_FS utilities as a module

27 lines (26 loc) 694 B
{ "name": "@webreflection/fs", "version": "0.3.0", "description": "Emscripten FS, PATH and PATH_FS utilities as a module", "main": "fs.mjs", "scripts": { "build": "touch build/fs.c && sh build/fs && npm run size", "size": "echo -e \"\\033[1mfs.mjs\\033[0m: $(cat fs.mjs | brotli | wc -c) bytes after brotli\"" }, "keywords": [ "emscripten", "FS", "PATH", "PATH_FS" ], "author": "Andrea Giammarchi", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/WebReflection/fs.git" }, "bugs": { "url": "https://github.com/WebReflection/fs/issues" }, "homepage": "https://github.com/WebReflection/fs#readme" }