@xingqitian/each-dir-tree
Version:
遍历指定的目录树
31 lines (30 loc) • 550 B
JSON
{
"name": "@xingqitian/each-dir-tree",
"version": "1.0.1",
"description": "遍历指定的目录树",
"main": "src/each-dir-tree.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"each-dir-tree",
"each-dir",
"dir-tree",
"tree"
],
"author": "FanKe",
"license": "ISC",
"dependencies": {
"minimatch": "^9.0.3"
},
"devDependencies": {
"mocha": "^10.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://gitee.com/myfk/each-dir-tree.git"
}
}