[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / qrcode / package.json
1 {
2   "_args": [
3     [
4       "qrcode@1.4.4",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "qrcode@1.4.4",
9   "_id": "qrcode@1.4.4",
10   "_inBundle": false,
11   "_integrity": "sha512-oLzEC5+NKFou9P0bMj5+v6Z40evexeE29Z9cummZXZ9QXyMr3lphkURzxjXgPJC5azpxcshoDWV1xE46z+/c3Q==",
12   "_location": "/qrcode",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "qrcode@1.4.4",
18     "name": "qrcode",
19     "escapedName": "qrcode",
20     "rawSpec": "1.4.4",
21     "saveSpec": null,
22     "fetchSpec": "1.4.4"
23   },
24   "_requiredBy": [
25     "/"
26   ],
27   "_resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.4.4.tgz",
28   "_spec": "1.4.4",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "Ryan Day",
32     "email": "soldair@gmail.com"
33   },
34   "bin": {
35     "qrcode": "bin/qrcode"
36   },
37   "browser": {
38     "./lib/index.js": "./lib/browser.js",
39     "./lib/utils/buffer.js": "./lib/utils/typedarray-buffer.js",
40     "fs": false
41   },
42   "bugs": {
43     "url": "https://github.com/soldair/node-qrcode/issues"
44   },
45   "contributors": [
46     {
47       "name": "Vincenzo Greco",
48       "email": "greco.vincenzo@gmail.com"
49     }
50   ],
51   "dependencies": {
52     "buffer": "^5.4.3",
53     "buffer-alloc": "^1.2.0",
54     "buffer-from": "^1.1.1",
55     "dijkstrajs": "^1.0.1",
56     "isarray": "^2.0.1",
57     "pngjs": "^3.3.0",
58     "yargs": "^13.2.4"
59   },
60   "description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
61   "devDependencies": {
62     "browserify": "^16.2.3",
63     "canvas": "^1.6.11",
64     "canvasutil": "*",
65     "colors": "*",
66     "express": "^4.16.4",
67     "htmlparser2": "^3.9.2",
68     "os-tmpdir": "^1.0.2",
69     "sinon": "^1.17.7",
70     "standard": "^9.0.2",
71     "tap": "^12.1.1",
72     "uglify-js": "^2.7.5"
73   },
74   "engines": {
75     "node": ">=4"
76   },
77   "files": [
78     "bin",
79     "build",
80     "lib",
81     "helper"
82   ],
83   "homepage": "http://github.com/soldair/node-qrcode",
84   "keywords": [
85     "qr",
86     "code",
87     "canvas",
88     "qrcode"
89   ],
90   "license": "MIT",
91   "main": "./lib/index.js",
92   "name": "qrcode",
93   "repository": {
94     "type": "git",
95     "url": "git://github.com/soldair/node-qrcode.git"
96   },
97   "scripts": {
98     "browser": "node examples/clientsideserver.js",
99     "build": "node build.js",
100     "lint": "standard",
101     "prepublish": "npm run build",
102     "pretest": "npm run lint",
103     "test": "node --throw-deprecation test.js"
104   },
105   "standard": {
106     "ignore": [
107       "build/",
108       "examples/vendors/"
109     ]
110   },
111   "version": "1.4.4"
112 }