1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| {
| "name": "@types/minimatch",
| "version": "6.0.0",
| "description": "Stub TypeScript definitions entry for minimatch, which provides its own types definitions",
| "main": "",
| "scripts": {},
| "license": "MIT",
| "dependencies": {
| "minimatch": "*"
| },
| "deprecated": "This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed."
|
| ,"_resolved": "https://registry.npmmirror.com/@types/minimatch/-/minimatch-6.0.0.tgz"
| ,"_integrity": "sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA=="
| ,"_from": "@types/minimatch@*"
| }
|
|