It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:

This commit is contained in:
2025-06-11 09:05:15 +02:00
parent 36c2466e53
commit 6d6aa954dd
15556 changed files with 1076330 additions and 1 deletions

25
backend/node_modules/lodash/function.js generated vendored Normal file
View File

@ -0,0 +1,25 @@
module.exports = {
'after': require('./after'),
'ary': require('./ary'),
'before': require('./before'),
'bind': require('./bind'),
'bindKey': require('./bindKey'),
'curry': require('./curry'),
'curryRight': require('./curryRight'),
'debounce': require('./debounce'),
'defer': require('./defer'),
'delay': require('./delay'),
'flip': require('./flip'),
'memoize': require('./memoize'),
'negate': require('./negate'),
'once': require('./once'),
'overArgs': require('./overArgs'),
'partial': require('./partial'),
'partialRight': require('./partialRight'),
'rearg': require('./rearg'),
'rest': require('./rest'),
'spread': require('./spread'),
'throttle': require('./throttle'),
'unary': require('./unary'),
'wrap': require('./wrap')
};