glob-fs
glob-fs copied to clipboard
file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
Could you please replace the micromatch github- by a npm-dependency? This leads to trouble by firewall restrictions or deployments through inhouse npm caches. Thx!
I work in Windows. How would I go about looking for files like, for example, both: *.txt and *.TXT glob.readdir returns either the one or the other, but not both....
Resolves https://github.com/micromatch/glob-fs/issues/23 I believe this was all that people were asking for, so that npm isn't trying to use ssh to fetch the repo. This was also an issue when...
Facing issue on package installation. ``` npm ERR! code ENOLOCAL npm ERR! Could not install from "node_modules/glob-fs/micromatch@github:jonschlinkert/micromatch#5017fd78202e04c684cc31d3c2fb1f469ea222ff" as it does not contain a package.json file. ``` Getting this Error on...
given ``` debug(`processing files at path ${process.cwd()} `); let fileProcessor = new FileProcessor(this._config); fileProcessor.rootPath = process.cwd(); let files = glob.readdirSync(this._config.globPattern); files.forEach( (file) => {``` where the `process.cwd()` is `/Users/georgecook/Documents/h7ci/hope/opensource/navSpike/build/.roku-deploy-staging` and...
The TODO section of the readme says that async iterator support is done, but I don't see any examples in the readme...is it possible to `for await` with the current...
running npm audit with latest glob-fs gives: High Prototype Pollution Package set-value Patched in >=2.0.1 =3.0.1 Would you be updating package.json to use latest set-value (currently it is ^0.2.0).
Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 2.0.1 to 6.0.3. Changelog Sourced from kind-of's changelog. [6.0.3] - 2020-01-16 Merge pull request #31 for issue #30 [6.0.0] - 2017-10-13 refactor code to be more performant...
Bumps [set-value](https://github.com/jonschlinkert/set-value) from 0.2.0 to 3.0.1. Commits - [`e909d1f`](https://github.com/jonschlinkert/set-value/commit/e909d1f064fb7ce5c110ff107aa2393715c4eb7c) 3.0.1 - [`95e9d99`](https://github.com/jonschlinkert/set-value/commit/95e9d9923f8a8b4a01da1ea138fcc39ec7b6b15f) disallow proto keys - [`7bd5011`](https://github.com/jonschlinkert/set-value/commit/7bd5011d82e583305a191a9a062abfe177ec29ad) Merge pull request [#13](https://github-redirect.dependabot.com/jonschlinkert/set-value/issues/13) from mbelsky/patch-1 - [`923d58d`](https://github.com/jonschlinkert/set-value/commit/923d58d49e113dbda0b64b976bb3ed126432558b) Create FUNDING.yml - [`c280ba3`](https://github.com/jonschlinkert/set-value/commit/c280ba3a4694a932e8f6a631d2774714a8f5e303) Fix...
* readdirPromise was emitting the end event prior to the promise resolving so the emitted list of files was always going to be an empty array * Files excluded by...