{ "_from": "readdir-glob@^1.0.0", "_id": "readdir-glob@1.1.2", "_inBundle": false, "_integrity": "sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA==", "_location": "/readdir-glob", "_phantomChildren": { "balanced-match": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "readdir-glob@^1.0.0", "name": "readdir-glob", "escapedName": "readdir-glob", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/archiver" ], "_resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.2.tgz", "_shasum": "b185789b8e6a43491635b6953295c5c5e3fd224c", "_spec": "readdir-glob@^1.0.0", "_where": "D:\\Dev\\TS\\SPTAki\\ClearVision\\node_modules\\archiver", "author": { "name": "Yann Armelin" }, "bugs": { "url": "https://github.com/Yqnn/node-readdir-glob/issues" }, "bundleDependencies": false, "dependencies": { "minimatch": "^5.1.0" }, "deprecated": false, "description": "Recursive fs.readdir with streaming API and glob filtering.", "devDependencies": { "jasmine": "^3.9.0", "mkdirp": "^1.0.4", "nyc": "^15.1.0", "rimraf": "^3.0.2", "tick": "0.0.6" }, "files": [ "index.js" ], "homepage": "https://github.com/Yqnn/node-readdir-glob", "keywords": [ "recursive", "fs", "stream", "streams", "readdir", "filesystem", "find", "filter", "glob" ], "license": "Apache-2.0", "main": "index.js", "name": "readdir-glob", "repository": { "type": "git", "url": "git://github.com/Yqnn/node-readdir-glob.git" }, "scripts": { "bench": "bash scripts/benchmark.sh", "profile": "bash scripts/profile.sh && cat profile.txt", "test": "npx nyc --reporter=lcov --reporter=text-summary --reporter=html jasmine --config=jasmine.json", "test-regen": "TEST_REGEN=1 jest --coverage" }, "version": "1.1.2" }