/[openfoncier]/trunk/package-lock.json
ViewVC logotype

Contents of /trunk/package-lock.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19307 - (show annotations)
Wed Nov 6 10:57:56 2024 UTC (2 months, 3 weeks ago) by softime
File MIME type: application/json
File size: 14457 byte(s)
merge: fusion de la branche d'intégration 6.9.0-develop dans le trunk

1 {
2 "name": "openads-om",
3 "version": "1.1.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "openads-om",
9 "version": "1.1.0",
10 "license": "ISC",
11 "dependencies": {
12 "inter-ui": "^4.0.2",
13 "remixicon": "^4.2.0",
14 "sass": "^1.71.1"
15 },
16 "devDependencies": {
17 "shx": "^0.3.4"
18 }
19 },
20 "node_modules/anymatch": {
21 "version": "3.1.3",
22 "license": "ISC",
23 "dependencies": {
24 "normalize-path": "^3.0.0",
25 "picomatch": "^2.0.4"
26 },
27 "engines": {
28 "node": ">= 8"
29 }
30 },
31 "node_modules/balanced-match": {
32 "version": "1.0.2",
33 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
34 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
35 "dev": true
36 },
37 "node_modules/binary-extensions": {
38 "version": "2.2.0",
39 "license": "MIT",
40 "engines": {
41 "node": ">=8"
42 }
43 },
44 "node_modules/brace-expansion": {
45 "version": "1.1.11",
46 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
47 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
48 "dev": true,
49 "dependencies": {
50 "balanced-match": "^1.0.0",
51 "concat-map": "0.0.1"
52 }
53 },
54 "node_modules/braces": {
55 "version": "3.0.3",
56 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
57 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
58 "dependencies": {
59 "fill-range": "^7.1.1"
60 },
61 "engines": {
62 "node": ">=8"
63 }
64 },
65 "node_modules/chokidar": {
66 "version": "3.6.0",
67 "license": "MIT",
68 "dependencies": {
69 "anymatch": "~3.1.2",
70 "braces": "~3.0.2",
71 "glob-parent": "~5.1.2",
72 "is-binary-path": "~2.1.0",
73 "is-glob": "~4.0.1",
74 "normalize-path": "~3.0.0",
75 "readdirp": "~3.6.0"
76 },
77 "engines": {
78 "node": ">= 8.10.0"
79 },
80 "funding": {
81 "url": "https://paulmillr.com/funding/"
82 },
83 "optionalDependencies": {
84 "fsevents": "~2.3.2"
85 }
86 },
87 "node_modules/concat-map": {
88 "version": "0.0.1",
89 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
90 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
91 "dev": true
92 },
93 "node_modules/fill-range": {
94 "version": "7.1.1",
95 "license": "MIT", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
96 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
97 "dependencies": {
98 "to-regex-range": "^5.0.1"
99 },
100 "engines": {
101 "node": ">=8"
102 }
103 },
104 "node_modules/fs.realpath": {
105 "version": "1.0.0",
106 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
107 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
108 "dev": true
109 },
110 "node_modules/fsevents": {
111 "version": "2.3.3",
112 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
113 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
114 "hasInstallScript": true,
115 "optional": true,
116 "os": [
117 "darwin"
118 ],
119 "engines": {
120 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
121 }
122 },
123 "node_modules/function-bind": {
124 "version": "1.1.2",
125 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
126 "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
127 "dev": true,
128 "funding": {
129 "url": "https://github.com/sponsors/ljharb"
130 }
131 },
132 "node_modules/glob": {
133 "version": "7.2.3",
134 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
135 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
136 "deprecated": "Glob versions prior to v9 are no longer supported",
137 "dev": true,
138 "dependencies": {
139 "fs.realpath": "^1.0.0",
140 "inflight": "^1.0.4",
141 "inherits": "2",
142 "minimatch": "^3.1.1",
143 "once": "^1.3.0",
144 "path-is-absolute": "^1.0.0"
145 },
146 "engines": {
147 "node": "*"
148 },
149 "funding": {
150 "url": "https://github.com/sponsors/isaacs"
151 }
152 },
153 "node_modules/glob-parent": {
154 "version": "5.1.2",
155 "license": "ISC",
156 "dependencies": {
157 "is-glob": "^4.0.1"
158 },
159 "engines": {
160 "node": ">= 6"
161 }
162 },
163 "node_modules/hasown": {
164 "version": "2.0.2",
165 "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
166 "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
167 "dev": true,
168 "dependencies": {
169 "function-bind": "^1.1.2"
170 },
171 "engines": {
172 "node": ">= 0.4"
173 }
174 },
175 "node_modules/immutable": {
176 "version": "4.3.5",
177 "license": "MIT"
178 },
179 "node_modules/inflight": {
180 "version": "1.0.6",
181 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
182 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
183 "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
184 "dev": true,
185 "dependencies": {
186 "once": "^1.3.0",
187 "wrappy": "1"
188 }
189 },
190 "node_modules/inherits": {
191 "version": "2.0.4",
192 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
193 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
194 "dev": true
195 },
196 "node_modules/inter-ui": {
197 "version": "4.0.2",
198 "license": "OFL-1.1",
199 "engines": {
200 "node": ">=16.0.0"
201 }
202 },
203 "node_modules/interpret": {
204 "version": "1.4.0",
205 "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
206 "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
207 "dev": true,
208 "engines": {
209 "node": ">= 0.10"
210 }
211 },
212 "node_modules/is-binary-path": {
213 "version": "2.1.0",
214 "license": "MIT",
215 "dependencies": {
216 "binary-extensions": "^2.0.0"
217 },
218 "engines": {
219 "node": ">=8"
220 }
221 },
222 "node_modules/is-core-module": {
223 "version": "2.13.1",
224 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
225 "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
226 "dev": true,
227 "dependencies": {
228 "hasown": "^2.0.0"
229 },
230 "funding": {
231 "url": "https://github.com/sponsors/ljharb"
232 }
233 },
234 "node_modules/is-extglob": {
235 "version": "2.1.1",
236 "license": "MIT",
237 "engines": {
238 "node": ">=0.10.0"
239 }
240 },
241 "node_modules/is-glob": {
242 "version": "4.0.3",
243 "license": "MIT",
244 "dependencies": {
245 "is-extglob": "^2.1.1"
246 },
247 "engines": {
248 "node": ">=0.10.0"
249 }
250 },
251 "node_modules/is-number": {
252 "version": "7.0.0",
253 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
254 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
255 "engines": {
256 "node": ">=0.12.0"
257 }
258 },
259 "node_modules/minimatch": {
260 "version": "3.1.2",
261 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
262 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
263 "dev": true,
264 "dependencies": {
265 "brace-expansion": "^1.1.7"
266 },
267 "engines": {
268 "node": "*"
269 }
270 },
271 "node_modules/minimist": {
272 "version": "1.2.8",
273 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
274 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
275 "dev": true,
276 "funding": {
277 "url": "https://github.com/sponsors/ljharb"
278 }
279 },
280 "node_modules/normalize-path": {
281 "version": "3.0.0",
282 "license": "MIT",
283 "engines": {
284 "node": ">=0.10.0"
285 }
286 },
287 "node_modules/once": {
288 "version": "1.4.0",
289 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
290 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
291 "dev": true,
292 "dependencies": {
293 "wrappy": "1"
294 }
295 },
296 "node_modules/path-is-absolute": {
297 "version": "1.0.1",
298 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
299 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
300 "dev": true,
301 "engines": {
302 "node": ">=0.10.0"
303 }
304 },
305 "node_modules/path-parse": {
306 "version": "1.0.7",
307 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
308 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
309 "dev": true
310 },
311 "node_modules/picomatch": {
312 "version": "2.3.1",
313 "license": "MIT",
314 "engines": {
315 "node": ">=8.6"
316 },
317 "funding": {
318 "url": "https://github.com/sponsors/jonschlinkert"
319 }
320 },
321 "node_modules/readdirp": {
322 "version": "3.6.0",
323 "license": "MIT",
324 "dependencies": {
325 "picomatch": "^2.2.1"
326 },
327 "engines": {
328 "node": ">=8.10.0"
329 }
330 },
331 "node_modules/rechoir": {
332 "version": "0.6.2",
333 "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
334 "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",
335 "dev": true,
336 "dependencies": {
337 "resolve": "^1.1.6"
338 },
339 "engines": {
340 "node": ">= 0.10"
341 }
342 },
343 "node_modules/remixicon": {
344 "version": "4.2.0",
345 "resolved": "https://registry.npmjs.org/remixicon/-/remixicon-4.2.0.tgz",
346 "integrity": "sha512-MF5wApNveRh3n0iMVM+lr2nSWrj/rBbSD2eWapuD9ReYRGs5naAUR1BqVBCHGqm286FIS6zwwmUf96QjHQ9l4w=="
347 },
348 "node_modules/resolve": {
349 "version": "1.22.8",
350 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
351 "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
352 "dev": true,
353 "dependencies": {
354 "is-core-module": "^2.13.0",
355 "path-parse": "^1.0.7",
356 "supports-preserve-symlinks-flag": "^1.0.0"
357 },
358 "bin": {
359 "resolve": "bin/resolve"
360 },
361 "funding": {
362 "url": "https://github.com/sponsors/ljharb"
363 }
364 },
365 "node_modules/sass": {
366 "version": "1.77.4",
367 "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.4.tgz",
368 "integrity": "sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==",
369 "dependencies": {
370 "chokidar": ">=3.0.0 <4.0.0",
371 "immutable": "^4.0.0",
372 "source-map-js": ">=0.6.2 <2.0.0"
373 },
374 "bin": {
375 "sass": "sass.js"
376 },
377 "engines": {
378 "node": ">=14.0.0"
379 }
380 },
381 "node_modules/shelljs": {
382 "version": "0.8.5",
383 "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
384 "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
385 "dev": true,
386 "dependencies": {
387 "glob": "^7.0.0",
388 "interpret": "^1.0.0",
389 "rechoir": "^0.6.2"
390 },
391 "bin": {
392 "shjs": "bin/shjs"
393 },
394 "engines": {
395 "node": ">=4"
396 }
397 },
398 "node_modules/shx": {
399 "version": "0.3.4",
400 "resolved": "https://registry.npmjs.org/shx/-/shx-0.3.4.tgz",
401 "integrity": "sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==",
402 "dev": true,
403 "dependencies": {
404 "minimist": "^1.2.3",
405 "shelljs": "^0.8.5"
406 },
407 "bin": {
408 "shx": "lib/cli.js"
409 },
410 "engines": {
411 "node": ">=6"
412 }
413 },
414 "node_modules/source-map-js": {
415 "version": "1.0.2",
416 "license": "BSD-3-Clause",
417 "engines": {
418 "node": ">=0.10.0"
419 }
420 },
421 "node_modules/supports-preserve-symlinks-flag": {
422 "version": "1.0.0",
423 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
424 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
425 "dev": true,
426 "engines": {
427 "node": ">= 0.4"
428 },
429 "funding": {
430 "url": "https://github.com/sponsors/ljharb"
431 }
432 },
433 "node_modules/to-regex-range": {
434 "version": "5.0.1",
435 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
436 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
437 "dependencies": {
438 "is-number": "^7.0.0"
439 },
440 "engines": {
441 "node": ">=8.0"
442 }
443 },
444 "node_modules/wrappy": {
445 "version": "1.0.2",
446 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
447 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
448 "dev": true
449 }
450 }
451 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26