package.json
2.37 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"_from": "vue-qr",
"_id": "vue-qr@4.0.9",
"_inBundle": false,
"_integrity": "sha512-pAISV94T0MNEYA3NGjykUpsXRE2QfaNxlu9ZhEL6CERgqNc21hJYuP3hRVzAWfBQlgO18DPmZTbrFerJC3+Ikw==",
"_location": "/vue-qr",
"_phantomChildren": {
"balanced-match": "1.0.0",
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.4",
"once": "1.4.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "vue-qr",
"name": "vue-qr",
"escapedName": "vue-qr",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/vue-qr/-/vue-qr-4.0.9.tgz",
"_shasum": "6cb965dd0c5a0dff947e6ef582ef149b0780b986",
"_spec": "vue-qr",
"_where": "/Users/zhanghao/brcode/br-client",
"author": {
"name": "Binaryify"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"bugs": {
"url": "https://github.com/Binaryify/vue-qr/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "^8.0.1",
"js-binary-schema-parser": "^2.0.2",
"simple-get": "^4.0.1",
"string-split-by": "^1.0.0"
},
"deprecated": false,
"description": "The Vue 2.x component of Awesome-qr.js",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-stage-0": "^7.8.3",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"uuid": "^8.3.1",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"homepage": "https://github.com/Binaryify/vue-qr#readme",
"keywords": [
"vue-qr",
"vue qr",
"vue qrcode",
"qr",
"vue"
],
"license": "MIT",
"main": "dist/vue-qr.js",
"name": "vue-qr",
"repository": {
"type": "git",
"url": "git+https://github.com/Binaryify/vue-qr.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 0.0.0.0"
},
"version": "4.0.9"
}