source: trip-planner-front/node_modules/micromatch/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 4.0 KB
Line 
1{
2 "_args": [
3 [
4 "micromatch@4.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "micromatch@4.0.4",
10 "_id": "micromatch@4.0.4",
11 "_inBundle": false,
12 "_integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
13 "_location": "/micromatch",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "micromatch@4.0.4",
19 "name": "micromatch",
20 "escapedName": "micromatch",
21 "rawSpec": "4.0.4",
22 "saveSpec": null,
23 "fetchSpec": "4.0.4"
24 },
25 "_requiredBy": [
26 "/fast-glob"
27 ],
28 "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
29 "_spec": "4.0.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jon Schlinkert",
33 "url": "https://github.com/jonschlinkert"
34 },
35 "bugs": {
36 "url": "https://github.com/micromatch/micromatch/issues"
37 },
38 "contributors": [
39 {
40 "url": "https://github.com/DianeLooney"
41 },
42 {
43 "name": "Amila Welihinda",
44 "url": "amilajack.com"
45 },
46 {
47 "name": "Bogdan Chadkin",
48 "url": "https://github.com/TrySound"
49 },
50 {
51 "name": "Brian Woodward",
52 "url": "https://twitter.com/doowb"
53 },
54 {
55 "name": "Devon Govett",
56 "url": "http://badassjs.com"
57 },
58 {
59 "name": "Elan Shanker",
60 "url": "https://github.com/es128"
61 },
62 {
63 "name": "Fabrício Matté",
64 "url": "https://ultcombo.js.org"
65 },
66 {
67 "name": "Jon Schlinkert",
68 "url": "http://twitter.com/jonschlinkert"
69 },
70 {
71 "name": "Martin Kolárik",
72 "url": "https://kolarik.sk"
73 },
74 {
75 "name": "Olsten Larck",
76 "url": "https://i.am.charlike.online"
77 },
78 {
79 "name": "Paul Miller",
80 "url": "paulmillr.com"
81 },
82 {
83 "name": "Tom Byrer",
84 "url": "https://github.com/tomByrer"
85 },
86 {
87 "name": "Tyler Akins",
88 "url": "http://rumkin.com"
89 },
90 {
91 "name": "Peter Bright",
92 "email": "drpizza@quiscalusmexicanus.org",
93 "url": "https://github.com/drpizza"
94 },
95 {
96 "name": "Kuba Juszczyk",
97 "url": "https://github.com/ku8ar"
98 }
99 ],
100 "dependencies": {
101 "braces": "^3.0.1",
102 "picomatch": "^2.2.3"
103 },
104 "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
105 "devDependencies": {
106 "fill-range": "^7.0.1",
107 "gulp-format-md": "^2.0.0",
108 "minimatch": "^3.0.4",
109 "mocha": "^7.2.0",
110 "time-require": "github:jonschlinkert/time-require"
111 },
112 "engines": {
113 "node": ">=8.6"
114 },
115 "files": [
116 "index.js"
117 ],
118 "homepage": "https://github.com/micromatch/micromatch",
119 "keywords": [
120 "bash",
121 "bracket",
122 "character-class",
123 "expand",
124 "expansion",
125 "expression",
126 "extglob",
127 "extglobs",
128 "file",
129 "files",
130 "filter",
131 "find",
132 "glob",
133 "globbing",
134 "globs",
135 "globstar",
136 "lookahead",
137 "lookaround",
138 "lookbehind",
139 "match",
140 "matcher",
141 "matches",
142 "matching",
143 "micromatch",
144 "minimatch",
145 "multimatch",
146 "negate",
147 "negation",
148 "path",
149 "pattern",
150 "patterns",
151 "posix",
152 "regex",
153 "regexp",
154 "regular",
155 "shell",
156 "star",
157 "wildcard"
158 ],
159 "license": "MIT",
160 "main": "index.js",
161 "name": "micromatch",
162 "repository": {
163 "type": "git",
164 "url": "git+https://github.com/micromatch/micromatch.git"
165 },
166 "scripts": {
167 "test": "mocha"
168 },
169 "verb": {
170 "toc": "collapsible",
171 "layout": "default",
172 "tasks": [
173 "readme"
174 ],
175 "plugins": [
176 "gulp-format-md"
177 ],
178 "lint": {
179 "reflinks": true
180 },
181 "related": {
182 "list": [
183 "braces",
184 "expand-brackets",
185 "extglob",
186 "fill-range",
187 "nanomatch"
188 ]
189 },
190 "reflinks": [
191 "extglob",
192 "fill-range",
193 "glob-object",
194 "minimatch",
195 "multimatch"
196 ]
197 },
198 "version": "4.0.4"
199}
Note: See TracBrowser for help on using the repository browser.