mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-07-03 07:34:36 +08:00
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"_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",
|
|
"mkdirp": "^1.0.0",
|
|
"path-is-absolute": "^1.0.0",
|
|
"rimraf": "^2.2.8",
|
|
"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",
|
|
"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"
|
|
}
|