You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.9 KiB
79 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"qrcode-terminal@0.12.0",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_from": "qrcode-terminal@0.12.0",
|
|
"_id": "qrcode-terminal@0.12.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-u1tpnvf58FBQkqN0i+RGT+cbWBk=",
|
|
"_location": "/qrcode-terminal",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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": [
|
|
"/@dcloudio/uni-automator",
|
|
"/@hap-toolkit/shared-utils"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/qrcode-terminal/download/qrcode-terminal-0.12.0.tgz",
|
|
"_spec": "0.12.0",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"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"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
|