Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/qrcode-terminal/package.json')
-rw-r--r--node_modules/qrcode-terminal/package.json25
1 files changed, 11 insertions, 14 deletions
diff --git a/node_modules/qrcode-terminal/package.json b/node_modules/qrcode-terminal/package.json
index 5ce56c352..663eeb1e1 100644
--- a/node_modules/qrcode-terminal/package.json
+++ b/node_modules/qrcode-terminal/package.json
@@ -1,38 +1,34 @@
{
- "_args": [
- [
- "qrcode-terminal@0.12.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "qrcode-terminal@0.12.0",
+ "_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": "version",
+ "type": "range",
"registry": true,
- "raw": "qrcode-terminal@0.12.0",
+ "raw": "qrcode-terminal@^0.12.0",
"name": "qrcode-terminal",
"escapedName": "qrcode-terminal",
- "rawSpec": "0.12.0",
+ "rawSpec": "^0.12.0",
"saveSpec": null,
- "fetchSpec": "0.12.0"
+ "fetchSpec": "^0.12.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
- "_spec": "0.12.0",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "bb5b699ef7f9f0505092a3748be4464fe71b5819",
+ "_spec": "qrcode-terminal@^0.12.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"bin": {
- "qrcode-terminal": "./bin/qrcode-terminal.js"
+ "qrcode-terminal": "bin/qrcode-terminal.js"
},
"bugs": {
"url": "https://github.com/gtanner/qrcode-terminal/issues"
},
+ "bundleDependencies": false,
"contributors": [
{
"name": "Gord Tanner",
@@ -45,6 +41,7 @@
"url": "http://github.com/mwbrooks"
}
],
+ "deprecated": false,
"description": "QRCodes, in the terminal",
"devDependencies": {
"expect.js": "*",