blob: b2b01418cce66f12fe07e89f086298401b3fd926 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "minimatch@~3.0.4",
3 "_id": "minimatch@3.0.4",
4 "_inBundle": false,
5 "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
6 "_location": "/minimatch",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "minimatch@~3.0.4",
12 "name": "minimatch",
13 "escapedName": "minimatch",
14 "rawSpec": "~3.0.4",
15 "saveSpec": null,
16 "fetchSpec": "~3.0.4"
17 },
18 "_requiredBy": [
19 "/findup-sync/glob",
20 "/glob",
21 "/globule",
22 "/grunt"
23 ],
24 "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
25 "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
26 "_spec": "minimatch@~3.0.4",
27 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt",
28 "author": {
29 "name": "Isaac Z. Schlueter",
30 "email": "i@izs.me",
31 "url": "http://blog.izs.me"
32 },
33 "bugs": {
34 "url": "https://github.com/isaacs/minimatch/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "brace-expansion": "^1.1.7"
39 },
40 "deprecated": false,
41 "description": "a glob matcher in javascript",
42 "devDependencies": {
43 "tap": "^10.3.2"
44 },
45 "engines": {
46 "node": "*"
47 },
48 "files": [
49 "minimatch.js"
50 ],
51 "homepage": "https://github.com/isaacs/minimatch#readme",
52 "license": "ISC",
53 "main": "minimatch.js",
54 "name": "minimatch",
55 "repository": {
56 "type": "git",
57 "url": "git://github.com/isaacs/minimatch.git"
58 },
59 "scripts": {
60 "postpublish": "git push origin --all; git push origin --tags",
61 "postversion": "npm publish",
62 "preversion": "npm test",
63 "test": "tap test/*.js --cov"
64 },
65 "version": "3.0.4"
66}