{"name":"fast-glob","version":"3.2.1-beta.1","description":"It's a very fast and efficient glob library for Node.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/mrmlnc/fast-glob.git"},"author":{"name":"Denis Malinochkin","url":"https://mrmlnc.com"},"engines":{"node":">=8"},"main":"out/index.js","typings":"out/index.d.ts","keywords":["glob","patterns","fast","implementation"],"devDependencies":{"@nodelib/fs.macchiato":"^1.0.1","@types/compute-stdev":"^1.0.0","@types/easy-table":"^0.0.32","@types/glob":"^7.1.1","@types/glob-parent":"^5.1.0","@types/merge2":"^1.1.4","@types/micromatch":"^4.0.0","@types/minimist":"^1.2.0","@types/mocha":"^5.2.7","@types/node":"^12.7.8","@types/rimraf":"^2.0.2","@types/sinon":"^7.5.0","compute-stdev":"^1.0.0","easy-table":"^1.1.1","eslint":"^6.5.1","eslint-config-mrmlnc":"^1.1.0","execa":"^2.0.4","fast-glob":"^3.0.4","glob":"^7.1.4","minimist":"^1.2.0","mocha":"^6.2.1","rimraf":"^3.0.0","sinon":"^7.5.0","tiny-glob":"^0.2.6","typescript":"^3.6.3"},"dependencies":{"@nodelib/fs.stat":"^2.0.2","@nodelib/fs.walk":"^1.2.3","glob-parent":"^5.1.0","merge2":"^1.3.0","micromatch":"^4.0.2","picomatch":"^2.2.1"},"scripts":{"clean":"rimraf out","lint":"eslint \"src/**/*.ts\" --cache","compile":"tsc","test":"mocha \"out/**/*.spec.js\" -s 0","smoke":"mocha \"out/**/*.smoke.js\" -s 0","smoke:sync":"mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(sync\\)\"","smoke:async":"mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(async\\)\"","smoke:stream":"mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(stream\\)\"","build":"npm run clean && npm run compile && npm run lint && npm test","watch":"npm run clean && npm run compile -- --sourceMap --watch","bench":"npm run bench-async && npm run bench-stream && npm run bench-sync","bench-async":"npm run bench-async-flatten && npm run bench-async-deep && npm run bench-async-partial-flatten && npm run bench-async-partial-deep","bench-stream":"npm run bench-stream-flatten && npm run bench-stream-deep && npm run bench-stream-partial-flatten && npm run bench-stream-partial-deep","bench-sync":"npm run bench-sync-flatten && npm run bench-sync-deep && npm run bench-sync-partial-flatten && npm run bench-sync-partial-deep","bench-async-flatten":"node ./out/benchmark --mode async --pattern \"*\"","bench-async-deep":"node ./out/benchmark --mode async --pattern \"**\"","bench-async-partial-flatten":"node ./out/benchmark --mode async --pattern \"{fixtures,out}/{first,second}/*\"","bench-async-partial-deep":"node ./out/benchmark --mode async --pattern \"{fixtures,out}/**\"","bench-stream-flatten":"node ./out/benchmark --mode stream --pattern \"*\"","bench-stream-deep":"node ./out/benchmark --mode stream --pattern \"**\"","bench-stream-partial-flatten":"node ./out/benchmark --mode stream --pattern \"{fixtures,out}/{first,second}/*\"","bench-stream-partial-deep":"node ./out/benchmark --mode stream --pattern \"{fixtures,out}/**\"","bench-sync-flatten":"node ./out/benchmark --mode sync --pattern \"*\"","bench-sync-deep":"node ./out/benchmark --mode sync --pattern \"**\"","bench-sync-partial-flatten":"node ./out/benchmark --mode sync --pattern \"{fixtures,out}/{first,second}/*\"","bench-sync-partial-deep":"node ./out/benchmark --mode sync --pattern \"{fixtures,out}/**\""},"readmeFilename":"README.md","gitHead":"f9af59769d555e85b80c46f5838423006e0b5a7d","bugs":{"url":"https://github.com/mrmlnc/fast-glob/issues"},"homepage":"https://github.com/mrmlnc/fast-glob#readme","_id":"fast-glob@3.2.1-beta.1","_nodeVersion":"13.7.0","_npmVersion":"6.13.6","dist":{"shasum":"708ba6186f18fce7d8673d9da5ea5944834e2ecb","size":21006,"noattachment":false,"key":"/fast-glob/-/fast-glob-3.2.1-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-glob/download/fast-glob-3.2.1-beta.1.tgz"},"maintainers":[{"name":"mrmlnc","email":"dmalinochkin@rambler.ru"}],"_npmUser":{"name":"mrmlnc","email":"dmalinochkin@rambler.ru"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-glob_3.2.1-beta.1_1582223942619_0.45384144375815505"},"_hasShrinkwrap":false,"publish_time":1582223942767,"_cnpm_publish_time":1582223942767,"dist-tags":{"beta":"3.2.1-beta.1","latest":"3.3.3","next":"2.0.2"}}