added custom api for missing user values

This commit is contained in:
Yannik
2023-08-13 23:30:04 +02:00
parent 2b19fd9be2
commit ce93ed4294
1001 changed files with 160494 additions and 0 deletions

4
extended-user-info-api/node_modules/uuid/v3.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
var v35 = require('./lib/v35.js');
var md5 = require('./lib/md5');
module.exports = v35('v3', 0x30, md5);