This commit is contained in:
dgflash
2022-04-29 15:44:40 +08:00
parent f6d51a500a
commit dd3ca63b28
123 changed files with 6684 additions and 3992 deletions

View File

@@ -1,20 +1,43 @@
{
"author": "Yann Armelin",
"name": "readdir-glob",
"description": "Recursive fs.readdir with streaming API and glob filtering.",
"version": "1.1.1",
"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"
"_args": [
[
"readdir-glob@1.1.1",
"D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json"
]
],
"_development": true,
"_from": "readdir-glob@1.1.1",
"_id": "readdir-glob@1.1.1",
"_inBundle": false,
"_integrity": "sha512-91/k1EzZwDx6HbERR+zucygRFfiPl2zkIYZtv3Jjr6Mn7SkKcVct8aVO+sSRiGMc6fLf72du3d92/uY63YPdEA==",
"_location": "/readdir-glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "readdir-glob@1.1.1",
"name": "readdir-glob",
"escapedName": "readdir-glob",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/archiver"
],
"_resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json",
"author": {
"name": "Yann Armelin"
},
"bugs": {
"url": "https://github.com/Yqnn/node-readdir-glob/issues"
},
"dependencies": {
"minimatch": "^3.0.4"
},
"description": "Recursive fs.readdir with streaming API and glob filtering.",
"devDependencies": {
"coveralls": "^3.1.0",
"jest": "^25.5.4",
@@ -23,6 +46,10 @@
"rimraf": "^2.2.8",
"tick": "0.0.6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/Yqnn/node-readdir-glob",
"keywords": [
"recursive",
"fs",
@@ -34,12 +61,19 @@
"filter",
"glob"
],
"scripts": {
"test": "jest --coverage",
"test-regen": "TEST_REGEN=1 jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"bench": "bash scripts/benchmark.sh",
"profile": "bash scripts/profile.sh && cat profile.txt"
"license": "Apache-2.0",
"main": "index.js",
"name": "readdir-glob",
"repository": {
"type": "git",
"url": "git://github.com/Yqnn/node-readdir-glob.git"
},
"license": "Apache-2.0"
"scripts": {
"bench": "bash scripts/benchmark.sh",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"profile": "bash scripts/profile.sh && cat profile.txt",
"test": "jest --coverage",
"test-regen": "TEST_REGEN=1 jest --coverage"
},
"version": "1.1.1"
}