/[openfoncier]/branches/6.6.0-develop/package-lock.json
ViewVC logotype

Annotation of /branches/6.6.0-develop/package-lock.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17871 - (hide annotations)
Wed Jun 5 09:24:49 2024 UTC (7 months ago) by ebrodin
File MIME type: application/json
File size: 13297 byte(s)
chore : Merge de 6.6.0-10411 dans 6.6.0-develop

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26