mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-02 22:22:19 +00:00
0.2.0 - Mid migration
This commit is contained in:
parent
139e6a915e
commit
7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions
6
web/node_modules/nanoid/url-alphabet/index.cjs
generated
vendored
Normal file
6
web/node_modules/nanoid/url-alphabet/index.cjs
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
// This alphabet uses `A-Za-z0-9_-` symbols. The genetic algorithm helped
|
||||
// optimize the gzip compression for this alphabet.
|
||||
let urlAlphabet =
|
||||
'ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'
|
||||
|
||||
module.exports = { urlAlphabet }
|
6
web/node_modules/nanoid/url-alphabet/index.js
generated
vendored
Normal file
6
web/node_modules/nanoid/url-alphabet/index.js
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
// This alphabet uses `A-Za-z0-9_-` symbols. The genetic algorithm helped
|
||||
// optimize the gzip compression for this alphabet.
|
||||
let urlAlphabet =
|
||||
'ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW'
|
||||
|
||||
export { urlAlphabet }
|
6
web/node_modules/nanoid/url-alphabet/package.json
generated
vendored
Normal file
6
web/node_modules/nanoid/url-alphabet/package.json
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type": "module",
|
||||
"main": "index.cjs",
|
||||
"module": "index.js",
|
||||
"react-native": "index.js"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue