| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 | | { |  |     "name": "@types/minimatch", |  |     "version": "5.1.2", |  |     "description": "TypeScript definitions for minimatch", |  |     "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimatch", |  |     "license": "MIT", |  |     "contributors": [ |  |         { |  |             "name": "vvakame", |  |             "url": "https://github.com/vvakame", |  |             "githubUsername": "vvakame" |  |         }, |  |         { |  |             "name": "Shant Marouti", |  |             "url": "https://github.com/shantmarouti", |  |             "githubUsername": "shantmarouti" |  |         }, |  |         { |  |             "name": "BendingBender", |  |             "url": "https://github.com/BendingBender", |  |             "githubUsername": "BendingBender" |  |         } |  |     ], |  |     "main": "", |  |     "types": "index.d.ts", |  |     "repository": { |  |         "type": "git", |  |         "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", |  |         "directory": "types/minimatch" |  |     }, |  |     "scripts": {}, |  |     "dependencies": {}, |  |     "typesPublisherContentHash": "266f2226f04264f59fb2aeb3afc253d311ddd99b4ae8534d2e27f8a1379203e4", |  |     "typeScriptVersion": "4.1" |  | } | 
 |