{ "_args": [ [ { "raw": "qrcode-terminal@^0.11.0", "scope": null, "escapedName": "qrcode-terminal", "name": "qrcode-terminal", "rawSpec": "^0.11.0", "spec": ">=0.11.0 <0.12.0", "type": "range" }, "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/react-native-scripts" ] ], "_from": "qrcode-terminal@>=0.11.0 <0.12.0", "_id": "qrcode-terminal@0.11.0", "_inCache": true, "_location": "/qrcode-terminal", "_nodeVersion": "6.5.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/qrcode-terminal-0.11.0.tgz_1474566051609_0.031243635341525078" }, "_npmUser": { "name": "mwbrooks", "email": "michael@michaelbrooks.ca" }, "_npmVersion": "3.10.3", "_phantomChildren": {}, "_requested": { "raw": "qrcode-terminal@^0.11.0", "scope": null, "escapedName": "qrcode-terminal", "name": "qrcode-terminal", "rawSpec": "^0.11.0", "spec": ">=0.11.0 <0.12.0", "type": "range" }, "_requiredBy": [ "/react-native-scripts" ], "_resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz", "_shasum": "ffc6c28a2fc0bfb47052b47e23f4f446a5fbdb9e", "_shrinkwrap": null, "_spec": "qrcode-terminal@^0.11.0", "_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/react-native-scripts", "bin": { "qrcode-terminal": "./bin/qrcode-terminal.js" }, "bugs": { "url": "https://github.com/gtanner/qrcode-terminal/issues" }, "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" } ], "dependencies": {}, "description": "QRCodes, in the terminal", "devDependencies": { "expect.js": "*", "jshint": "*", "mocha": "*", "sinon": "*" }, "directories": {}, "dist": { "shasum": "ffc6c28a2fc0bfb47052b47e23f4f446a5fbdb9e", "tarball": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz" }, "gitHead": "9b412b3052242e054b85705f5033cd15719ef7e8", "homepage": "https://github.com/gtanner/qrcode-terminal", "keywords": [ "ansi", "ascii", "qrcode", "console" ], "licenses": [ { "type": "Apache 2.0" } ], "main": "./lib/main", "maintainers": [ { "name": "gtanner", "email": "gtanner@gmail.com" }, { "name": "mwbrooks", "email": "michael@michaelbrooks.ca" } ], "name": "qrcode-terminal", "optionalDependencies": {}, "preferGlobal": false, "readme": "# QRCode Terminal Edition [![Build Status][travis-ci-img]][travis-ci-url]\n\n> Going where no QRCode has gone before.\n\n![Basic Example][basic-example-img]\n\n# Node Library\n\n## Install\n\nCan be installed with:\n\n $ npm install qrcode-terminal\n\nand used:\n\n var qrcode = require('qrcode-terminal');\n\n## Usage\n\nTo display some data to the terminal just call:\n\n qrcode.generate('This will be a QRCode, eh!');\n\nYou can even specify the error level (default is 'L'):\n \n qrcode.setErrorLevel('Q');\n qrcode.generate('This will be a QRCode with error level Q!');\n\nIf you don't want to display to the terminal but just want to string you can provide a callback:\n\n qrcode.generate('http://github.com', function (qrcode) {\n console.log(qrcode);\n });\n\nIf you want to display small output, provide `opts` with `small`:\n\n qrcode.generate('This will be a small QRCode, eh!', {small: true});\n\n qrcode.generate('This will be a small QRCode, eh!', {small: true}, function (qrcode) {\n console.log(qrcode)\n });\n\n# Command-Line\n\n## Install\n\n $ npm install -g qrcode-terminal\n\n## Usage\n\n $ qrcode-terminal --help\n $ qrcode-terminal 'http://github.com'\n\n# Support\n\n- OS X\n- Linux\n- Windows\n\n# Server-side\n\n[node-qrcode][node-qrcode-url] is a popular server-side QRCode generator that\nrenders to a `canvas` object.\n\n# Developing\n\nTo setup the development envrionment run `npm install`\n\nTo run tests run `npm test`\n\n# Contributers\n\n Gord Tanner \n Micheal Brooks \n\n[travis-ci-img]: https://travis-ci.org/gtanner/qrcode-terminal.png\n[travis-ci-url]: https://travis-ci.org/gtanner/qrcode-terminal\n[basic-example-img]: https://raw.github.com/gtanner/qrcode-terminal/master/example/basic.png\n[node-qrcode-url]: https://github.com/soldair/node-qrcode\n\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/gtanner/qrcode-terminal.git" }, "scripts": { "test": "./node_modules/jshint/bin/jshint lib vendor && node example/basic.js && ./node_modules/mocha/bin/mocha -R nyan" }, "version": "0.11.0" }