blob: 406594f32fc3d5d9331ab27ead60ef4a463b8984 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "globby@^8.0.1",
3 "_id": "globby@8.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==",
6 "_location": "/globby",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "globby@^8.0.1",
12 "name": "globby",
13 "escapedName": "globby",
14 "rawSpec": "^8.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^8.0.1"
17 },
18 "_requiredBy": [
19 "/grunt-contrib-imagemin/imagemin"
20 ],
21 "_resolved": "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz",
22 "_shasum": "5697619ccd95c5275dbb2d6faa42087c1a941d8d",
23 "_spec": "globby@^8.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-imagemin\\node_modules\\imagemin",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/globby/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "array-union": "^1.0.1",
36 "dir-glob": "2.0.0",
37 "fast-glob": "^2.0.2",
38 "glob": "^7.1.2",
39 "ignore": "^3.3.5",
40 "pify": "^3.0.0",
41 "slash": "^1.0.0"
42 },
43 "deprecated": false,
44 "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
45 "devDependencies": {
46 "ava": "*",
47 "glob-stream": "^6.1.0",
48 "globby": "github:sindresorhus/globby#master",
49 "matcha": "^0.7.0",
50 "rimraf": "^2.2.8",
51 "xo": "^0.18.0"
52 },
53 "engines": {
54 "node": ">=4"
55 },
56 "files": [
57 "index.js",
58 "gitignore.js"
59 ],
60 "homepage": "https://github.com/sindresorhus/globby#readme",
61 "keywords": [
62 "all",
63 "array",
64 "directories",
65 "dirs",
66 "expand",
67 "files",
68 "filesystem",
69 "filter",
70 "find",
71 "fnmatch",
72 "folders",
73 "fs",
74 "glob",
75 "globbing",
76 "globs",
77 "gulpfriendly",
78 "match",
79 "matcher",
80 "minimatch",
81 "multi",
82 "multiple",
83 "paths",
84 "pattern",
85 "patterns",
86 "traverse",
87 "util",
88 "utility",
89 "wildcard",
90 "wildcards",
91 "promise",
92 "gitignore",
93 "git"
94 ],
95 "license": "MIT",
96 "name": "globby",
97 "repository": {
98 "type": "git",
99 "url": "git+https://github.com/sindresorhus/globby.git"
100 },
101 "scripts": {
102 "bench": "npm update glob-stream fast-glob && matcha bench.js",
103 "test": "xo && ava"
104 },
105 "version": "8.0.2"
106}