Initial commit: Torrent search and download application
This commit is contained in:
commit
e38be704ff
4313 changed files with 791544 additions and 0 deletions
11
node_modules/bare-path/lib/constants.js
generated
vendored
Normal file
11
node_modules/bare-path/lib/constants.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module.exports = {
|
||||
CHAR_UPPERCASE_A: 0x41,
|
||||
CHAR_LOWERCASE_A: 0x61,
|
||||
CHAR_UPPERCASE_Z: 0x5a,
|
||||
CHAR_LOWERCASE_Z: 0x7a,
|
||||
CHAR_DOT: 0x2e,
|
||||
CHAR_FORWARD_SLASH: 0x2f,
|
||||
CHAR_BACKWARD_SLASH: 0x5c,
|
||||
CHAR_COLON: 0x3a,
|
||||
CHAR_QUESTION_MARK: 0x3f
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue