UNPKG

@stdlib/fs-read-file-list

Version:

Read the entire contents of each file in a file list.

84 lines (83 loc) 1.86 kB
{ "name": "@stdlib/fs-read-file-list", "version": "0.2.2", "description": "Read the entire contents of each file in a file list.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/fs-read-file-list.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-is-function": "^0.2.2", "@stdlib/assert-is-string": "^0.2.2", "@stdlib/assert-is-string-array": "^0.2.2", "@stdlib/fs-read-file": "^0.2.2", "@stdlib/math-base-special-pow": "^0.3.0", "@stdlib/object-assign": "^0.2.2", "@stdlib/string-format": "^0.2.2", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", "@stdlib/utils-keys": "^0.2.2", "debug": "^2.6.9", "@stdlib/error-tools-fmtprodmsg": "^0.2.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdfs", "fs", "readfile", "readfilesync", "path", "async", "sync", "file", "read", "open", "filesystem", "list", "multiple", "concurrent", "parallel" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }