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.json92
1 files changed, 27 insertions, 65 deletions
diff --git a/node_modules/qrcode-terminal/package.json b/node_modules/qrcode-terminal/package.json
index 663eeb1e1..9a6b9e784 100644
--- a/node_modules/qrcode-terminal/package.json
+++ b/node_modules/qrcode-terminal/package.json
@@ -1,75 +1,37 @@
{
- "_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"
+ "name": "qrcode-terminal",
+ "keywords": ["ansi", "ascii", "qrcode", "console"],
+ "version" : "0.12.0",
+ "description" : "QRCodes, in the terminal",
+ "homepage": "https://github.com/gtanner/qrcode-terminal",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/gtanner/qrcode-terminal"
},
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
- "_shasum": "bb5b699ef7f9f0505092a3748be4464fe71b5819",
- "_spec": "qrcode-terminal@^0.12.0",
- "_where": "/Users/isaacs/dev/npm/cli",
+ "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"
+ }],
+ "licenses": [{
+ "type": "Apache 2.0"
+ }],
+ "main": "./lib/main",
"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",
- "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",
+ "preferGlobal": false,
"devDependencies": {
- "expect.js": "*",
- "jshint": "*",
+ "sinon": "*",
"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"
+ "expect.js": "*",
+ "jshint": "*"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint lib vendor && node example/basic.js && ./node_modules/mocha/bin/mocha -R nyan"
- },
- "version": "0.12.0"
+ }
}