webdriverio-automation
Version:
WebdriverIO-Automation android ios project
47 lines (46 loc) • 1.19 kB
JSON
{
"author": "Yann Armelin",
"name": "readdir-glob",
"description": "Recursive fs.readdir with streaming API and glob filtering.",
"version": "1.0.0",
"homepage": "https://github.com/Yqnn/node-readdir-glob",
"repository": {
"type": "git",
"url": "git://github.com/Yqnn/node-readdir-glob.git"
},
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"minimatch": "^3.0.4"
},
"devDependencies": {
"jest": "^26.1.0",
"mkdirp": "^1.0.0",
"path-is-absolute": "^1.0.0",
"rimraf": "^2.2.8",
"tick": "0.0.6"
},
"keywords": [
"recursive",
"fs",
"stream",
"streams",
"readdir",
"filesystem",
"find",
"filter",
"glob"
],
"scripts": {
"test": "jest --collect-coverage",
"test-regen": "TEST_REGEN=1 jest --collect-coverage",
"bench": "bash scripts/benchmark.sh",
"profile": "bash scripts/profile.sh && cat profile.txt"
},
"license": "Apache-2.0"
,"_resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.0.0.tgz"
,"_integrity": "sha512-km0DIcwQVZ1ZUhXhMWpF74/Wm5aFEd5/jDiVWF1Hkw2myPQovG8vCQ8+FQO2KXE9npQQvCnAMZhhWuUee4WcCQ=="
,"_from": "readdir-glob@1.0.0"
}