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