first commit

This commit is contained in:
2026-03-26 09:28:14 +07:00
commit fa46a144d8
20180 changed files with 2692766 additions and 0 deletions
+132
View File
@@ -0,0 +1,132 @@
{
"_from": "fdir@^6.5.0",
"_id": "fdir@6.5.0",
"_inBundle": false,
"_integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
"_location": "/fdir",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fdir@^6.5.0",
"name": "fdir",
"escapedName": "fdir",
"rawSpec": "^6.5.0",
"saveSpec": null,
"fetchSpec": "^6.5.0"
},
"_requiredBy": [
"/tinyglobby",
"/vite"
],
"_resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
"_shasum": "ed2ab967a331ade62f18d077dae192684d50d350",
"_spec": "fdir@^6.5.0",
"_where": "/home/x79/QuaySo2/quayso.sisvietnam.vn/node_modules/tinyglobby",
"author": {
"name": "thecodrr",
"email": "thecodrr@protonmail.com"
},
"bugs": {
"url": "https://github.com/thecodrr/fdir/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mock-fs": "^4.13.4",
"@types/node": "^20.9.4",
"@types/picomatch": "^4.0.0",
"@types/tap": "^15.0.11",
"@vitest/coverage-v8": "^0.34.6",
"all-files-in-tree": "^1.1.2",
"benny": "^3.7.1",
"csv-to-markdown-table": "^1.3.1",
"expect": "^29.7.0",
"fast-glob": "^3.3.2",
"fdir1": "npm:fdir@1.2.0",
"fdir2": "npm:fdir@2.1.0",
"fdir3": "npm:fdir@3.4.2",
"fdir4": "npm:fdir@4.1.0",
"fdir5": "npm:fdir@5.0.0",
"fs-readdir-recursive": "^1.1.0",
"get-all-files": "^4.1.0",
"glob": "^10.3.10",
"klaw-sync": "^6.0.0",
"mock-fs": "^5.2.0",
"picomatch": "^4.0.2",
"prettier": "^3.5.3",
"recur-readdir": "0.0.1",
"recursive-files": "^1.0.2",
"recursive-fs": "^2.1.0",
"recursive-readdir": "^2.2.3",
"rrdir": "^12.1.0",
"systeminformation": "^5.21.17",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.1",
"tsdown": "^0.12.5",
"typescript": "^5.3.2",
"vitest": "^0.34.6",
"walk-sync": "^3.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"homepage": "https://github.com/thecodrr/fdir#readme",
"keywords": [
"util",
"os",
"sys",
"fs",
"walk",
"crawler",
"directory",
"files",
"io",
"tiny-glob",
"glob",
"fast-glob",
"speed",
"javascript",
"nodejs"
],
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"name": "fdir",
"peerDependencies": {
"picomatch": "^3 || ^4"
},
"peerDependenciesMeta": {
"picomatch": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/thecodrr/fdir.git"
},
"scripts": {
"bench": "ts-node benchmarks/benchmark.js",
"bench:fdir": "ts-node benchmarks/fdir-benchmark.ts",
"bench:glob": "ts-node benchmarks/glob-benchmark.ts",
"build": "tsdown",
"format": "prettier --write src __tests__ benchmarks",
"prepublishOnly": "npm run test && npm run build",
"release": "./scripts/release.sh",
"test": "vitest run __tests__/",
"test:coverage": "vitest run --coverage __tests__/",
"test:watch": "vitest __tests__/"
},
"type": "module",
"types": "./dist/index.d.cts",
"version": "6.5.0"
}