You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.9 KiB
75 lines
1.9 KiB
{
|
|
"_from": "readdir-glob@^1.0.0",
|
|
"_id": "readdir-glob@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-8OELt797+n4K3Yuv/cVMP32+5sQ=",
|
|
"_location": "/readdir-glob",
|
|
"_phantomChildren": {},
|
|
"_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.npm.taobao.org/readdir-glob/download/readdir-glob-1.1.1.tgz",
|
|
"_shasum": "f0e10bb7bf7bfa7e0add8baffdc54c3f7dbee6c4",
|
|
"_spec": "readdir-glob@^1.0.0",
|
|
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp\\node_modules\\archiver",
|
|
"author": {
|
|
"name": "Yann Armelin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Yqnn/node-readdir-glob/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|
|
|