Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-09-23 22:36:50 +0300
committerRebecca Turner <me@re-becca.org>2017-10-04 10:02:39 +0300
commit6a1aa06721cbb10644eab47558ca5bcb38df9155 (patch)
treefa2288b859a56d53ecd0690464ffb3189d83e61a /node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
parentad1d6d1675719dd86235f7658cb4bc70206f2eaa (diff)
qrcode-terminal@0.11.0
Diffstat (limited to 'node_modules/qrcode-terminal/vendor/QRCode/QRMode.js')
-rw-r--r--node_modules/qrcode-terminal/vendor/QRCode/QRMode.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js b/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
new file mode 100644
index 000000000..050c8a303
--- /dev/null
+++ b/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
@@ -0,0 +1,6 @@
+module.exports = {
+ MODE_NUMBER : 1 << 0,
+ MODE_ALPHA_NUM : 1 << 1,
+ MODE_8BIT_BYTE : 1 << 2,
+ MODE_KANJI : 1 << 3
+};