1{ 2 "_args": [ 3 [ 4 "qrcode-terminal@0.12.0", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "qrcode-terminal@0.12.0", 9 "_id": "qrcode-terminal@0.12.0", 10 "_inBundle": false, 11 "_integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==", 12 "_location": "/qrcode-terminal", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "qrcode-terminal@0.12.0", 18 "name": "qrcode-terminal", 19 "escapedName": "qrcode-terminal", 20 "rawSpec": "0.12.0", 21 "saveSpec": null, 22 "fetchSpec": "0.12.0" 23 }, 24 "_requiredBy": [ 25 "/" 26 ], 27 "_resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz", 28 "_spec": "0.12.0", 29 "_where": "/Users/rebecca/code/npm", 30 "bin": { 31 "qrcode-terminal": "./bin/qrcode-terminal.js" 32 }, 33 "bugs": { 34 "url": "https://github.com/gtanner/qrcode-terminal/issues" 35 }, 36 "contributors": [ 37 { 38 "name": "Gord Tanner", 39 "email": "gtanner@gmail.com", 40 "url": "http://github.com/gtanner" 41 }, 42 { 43 "name": "Michael Brooks", 44 "email": "mikeywbrooks@gmail.com", 45 "url": "http://github.com/mwbrooks" 46 } 47 ], 48 "description": "QRCodes, in the terminal", 49 "devDependencies": { 50 "expect.js": "*", 51 "jshint": "*", 52 "mocha": "*", 53 "sinon": "*" 54 }, 55 "homepage": "https://github.com/gtanner/qrcode-terminal", 56 "keywords": [ 57 "ansi", 58 "ascii", 59 "qrcode", 60 "console" 61 ], 62 "licenses": [ 63 { 64 "type": "Apache 2.0" 65 } 66 ], 67 "main": "./lib/main", 68 "name": "qrcode-terminal", 69 "preferGlobal": false, 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/gtanner/qrcode-terminal.git" 73 }, 74 "scripts": { 75 "test": "./node_modules/jshint/bin/jshint lib vendor && node example/basic.js && ./node_modules/mocha/bin/mocha -R nyan" 76 }, 77 "version": "0.12.0" 78} 79