36 packages found
browserify fs.readFileSync() static asset inliner
Read the entire contents of a file.
Read a file as JSON.
Convert any code using rfile and derivatives so that it supports browserify
browserify fs.readFileSync() static asset inliner
Read a file as WebAssembly.
Read the entire contents of each file in a file list.
browserify fs.readFileSync() static asset inliner
browserify fs.readFileSync() static asset inliner
Save one level of indentation in scripts that won't do anything anyway until they've read all of stdin.
browserify fs.readFileSync() static asset inliner
Deceive your linter by hiding both sync function calls.
expose the content of each file in a folder as an object property.
Useful additions to inbuilt fs module.
- extra
- fs
- accessAsync
- appendFileAsync
- chmodAsync
- chownAsync
- copyFileAsync
- cpAsync
- lchownAsync
- linkAsync
- lstatAsync
- lutimesAsync
- mkdirAsync
- mkdtempAsync
- View more
fs extras and utilities to extend the node.js file system module. Used in Assemble and many other projects.
Expose the content of each file in a folder as an object property.
Read textfiles, autohandle latin1, utf8, utf16/32 big/little endian
Thin wrapper around fs.readFile and fs.readFileSync that also strips byte order marks when `utf8` encoding is chosen. Also optionally replaces windows newlines with unix newlines.
Reads the entire contents of a file.
Reads the entire contents of a JSON file.