UNPKG

700 BJSONView Raw
1{
2 "name": "tiny-glob",
3 "version": "0.2.9",
4 "description": "Tiny and extremely fast globbing",
5 "repository": "terkelg/tiny-glob",
6 "types": "index.d.ts",
7 "license": "MIT",
8 "author": {
9 "name": "Terkel Gjervig",
10 "email": "terkel@terkel.com",
11 "url": "https://terkel.com"
12 },
13 "files": [
14 "*.js",
15 "*.d.ts"
16 ],
17 "scripts": {
18 "bench": "node bench",
19 "test": "tape test/*.js | tap-spec"
20 },
21 "dependencies": {
22 "globalyzer": "0.1.0",
23 "globrex": "^0.1.2"
24 },
25 "devDependencies": {
26 "tap-spec": "^5.0.0",
27 "tape": "^5.0.1"
28 },
29 "keywords": [
30 "glob",
31 "globbing",
32 "patterns",
33 "wildcard",
34 "pattern-matching",
35 "expansion"
36 ]
37}