forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 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