summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/qrcode-terminal/package.json
blob: 5ce56c352b199f7c9f8913025a20606d46c06fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "_args": [
    [
      "qrcode-terminal@0.12.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_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",
    "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": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
  "_spec": "0.12.0",
  "_where": "/Users/rebecca/code/npm",
  "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"
}