| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_from": "qrcode-terminal@^0.12.0",
- "_id": "qrcode-terminal@0.12.0",
- "_inBundle": false,
- "_integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==",
- "_location": "/qrcode-terminal",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "qrcode-terminal@^0.12.0",
- "name": "qrcode-terminal",
- "escapedName": "qrcode-terminal",
- "rawSpec": "^0.12.0",
- "saveSpec": null,
- "fetchSpec": "^0.12.0"
- },
- "_requiredBy": [
- "/miniprogram-ci"
- ],
- "_resolved": "https://registry.npmmirror.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
- "_shasum": "bb5b699ef7f9f0505092a3748be4464fe71b5819",
- "_spec": "qrcode-terminal@^0.12.0",
- "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
- "bin": {
- "qrcode-terminal": "bin/qrcode-terminal.js"
- },
- "bugs": {
- "url": "https://github.com/gtanner/qrcode-terminal/issues"
- },
- "bundleDependencies": false,
- "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"
- }
- ],
- "deprecated": false,
- "description": "QRCodes, in the terminal",
- "devDependencies": {
- "expect.js": "*",
- "jshint": "*",
- "mocha": "*",
- "sinon": "*"
- },
- "homepage": "https://github.com/gtanner/qrcode-terminal",
- "keywords": [
- "ansi",
- "ascii",
- "qrcode",
- "console"
- ],
- "licenses": [
- {
- "type": "Apache 2.0"
- }
- ],
- "main": "./lib/main",
- "name": "qrcode-terminal",
- "preferGlobal": false,
- "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.12.0"
- }
|