source: imaps-frontend/node_modules/micromatch/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

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