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
| {
| "_args": [
| [
| "qrcode-reader@1.0.4",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "qrcode-reader@1.0.4",
| "_id": "qrcode-reader@1.0.4",
| "_inBundle": false,
| "_integrity": "sha512-rRjALGNh9zVqvweg1j5OKIQKNsw3bLC+7qwlnead5K/9cb1cEIAGkwikt/09U0K+2IDWGD9CC6SP7tHAjUeqvQ==",
| "_location": "/qrcode-reader",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "qrcode-reader@1.0.4",
| "name": "qrcode-reader",
| "escapedName": "qrcode-reader",
| "rawSpec": "1.0.4",
| "saveSpec": null,
| "fetchSpec": "1.0.4"
| },
| "_requiredBy": [
| "/@dcloudio/uni-automator"
| ],
| "_resolved": "https://registry.npmmirror.com/qrcode-reader/-/qrcode-reader-1.0.4.tgz",
| "_spec": "1.0.4",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": "",
| "bugs": {
| "url": "https://github.com/edi9999/jsqrcode/issues"
| },
| "description": "fork of lazarsoft's jsqrcode for node",
| "devDependencies": {
| "chai": "^4.1.2",
| "eslint": "^4.7.2",
| "image-parser": "^1.2.5",
| "jimp": "^0.2.28",
| "mocha": "^3.5.3",
| "rollup": "^0.50.0",
| "uglify-js": "^3.1.2"
| },
| "homepage": "https://github.com/edi9999/jsqrcode",
| "jsnext:main": "src/index.js",
| "license": "Apache-2.0",
| "main": "dist/index.js",
| "module": "src/index.js",
| "name": "qrcode-reader",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/edi9999/jsqrcode.git"
| },
| "scripts": {
| "build": "rollup -c",
| "build-and-test": "npm run build && npm test",
| "lint": "eslint src test",
| "minify": "uglifyjs dist/index.js -o dist/index.min.js --compress --mangle",
| "pretest": "npm run lint",
| "preversion": "npm run lint && npm run build && npm run minify && npm test",
| "test": "mocha",
| "watch": "rollup -c -w"
| },
| "version": "1.0.4"
| }
|
|