| Server IP : 46.17.175.229 / Your IP : 216.73.217.152 Web Server : LiteSpeed System : Linux lt-bnk-web1163.main-hosting.eu 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64 User : u528038015 ( 528038015) PHP Version : 8.2.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules/qrcode-terminal/ |
Upload File : |
{
"name": "qrcode-terminal",
"keywords": ["ansi", "ascii", "qrcode", "console"],
"version" : "0.12.0",
"description" : "QRCodes, in the terminal",
"homepage": "https://github.com/gtanner/qrcode-terminal",
"repository": {
"type": "git",
"url": "https://github.com/gtanner/qrcode-terminal"
},
"contributors": [{
"name": "Gord Tanner",
"email": "gtanner@gmail.com",
"url": "http://github.com/gtanner"
}, {
"name": "Michael Brooks",
"email": "mikeywbrooks@gmail.com",
"url": "http://github.com/mwbrooks"
}],
"licenses": [{
"type": "Apache 2.0"
}],
"main": "./lib/main",
"bin": {
"qrcode-terminal": "./bin/qrcode-terminal.js"
},
"preferGlobal": false,
"devDependencies": {
"sinon": "*",
"mocha": "*",
"expect.js": "*",
"jshint": "*"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint lib vendor && node example/basic.js && ./node_modules/mocha/bin/mocha -R nyan"
}
}