Houjie
2025-07-24 1bc8f80935add7215fa98de1ab8b375b222a2046
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
  "_from": "@zxing/library",
  "_id": "@zxing/library@0.21.3",
  "_inBundle": false,
  "_integrity": "sha512-hZHqFe2JyH/ZxviJZosZjV+2s6EDSY0O24R+FQmlWZBZXP9IqMo7S3nb3+2LBWxodJQkSurdQGnqE7KXqrYgow==",
  "_location": "/@zxing/library",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@zxing/library",
    "name": "@zxing/library",
    "escapedName": "@zxing%2flibrary",
    "scope": "@zxing",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/@zxing/library/-/library-0.21.3.tgz",
  "_shasum": "0a4cb777701884131832b05922d7e88ef1b87ab4",
  "_spec": "@zxing/library",
  "_where": "D:\\HBuilderProjects\\JeecgUniapp-2.0.1",
  "authors": [
    {
      "name": "Adrian Toșcă"
    },
    {
      "name": "David Werth",
      "email": "werth.david@gmail.com"
    },
    {
      "name": "Luiz Barni",
      "email": "machado@odahcam.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/zxing-js/library/issues/new"
  },
  "bundleDependencies": false,
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/zxing-js",
    "logo": "https://opencollective.com/zxing-js/logo.txt"
  },
  "dependencies": {
    "@zxing/text-encoding": "~0.9.0",
    "ts-custom-error": "^3.2.1"
  },
  "deprecated": false,
  "description": "TypeScript port of ZXing multi-format 1D/2D barcode image processing library.",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@types/node": "^10.12.29",
    "@types/seedrandom": "^2.4.27",
    "@types/sharp": "^0.22.2",
    "@zxing/text-encoding": "~0.9.0",
    "chai": "^4.2.0",
    "codacy-coverage": "^3.4.0",
    "eslint": "^5.15.1",
    "karma": "^6.3.16",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.2",
    "karma-mocha": "^1.3.0",
    "karma-remap-coverage": "^0.1.5",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-typescript": "^3.0.13",
    "karma-typescript-preprocessor": "^0.4.0",
    "mocha": "^6.2.3",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.1.0",
    "rollup": "^2.8.2",
    "seedrandom": "^2.4.4",
    "sharp": "^0.32.6",
    "shx": "0.3.4",
    "sinon": "^7.2.7",
    "terser": "^5.16.1",
    "ts-node": "^9.0.0",
    "tsconfig-paths": "^3.9.0",
    "tslint": "^6.1.3",
    "tslint-no-circular-imports": "^0.7.0",
    "typescript": "^3",
    "yarn": "^1.17.3"
  },
  "engines": {
    "node": ">= 10.4.0"
  },
  "esnext": "./es2015/index.js",
  "homepage": "https://zxing-js.github.io/library/",
  "keywords": [
    "reader",
    "writer",
    "decode",
    "encode",
    "scanner",
    "generator",
    "barcode",
    "qr-code",
    "barcode 1d",
    "barcode 2d",
    "typescript",
    "zxing"
  ],
  "license": "MIT",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "name": "@zxing/library",
  "optionalDependencies": {
    "@zxing/text-encoding": "~0.9.0"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zxing-js/library.git"
  },
  "scripts": {
    "build": "yarn clean && yarn build:es2015 && yarn build:esm && yarn build:esnext && yarn build:cjs && yarn build:umd && yarn build:umd:min && yarn build:copy",
    "build:cjs": "tsc --build tsconfig.lib-cjs.json",
    "build:copy": "cp README.md dist && cp package.json dist && cp LICENSE dist",
    "build:es2015": "tsc --build tsconfig.lib-es2015.json",
    "build:esm": "tsc --build tsconfig.lib-esm.json",
    "build:esnext": "tsc --build tsconfig.lib-esm.json",
    "build:umd": "rollup -c rollup.config.js",
    "build:umd:min": "cd dist/umd && terser --compress --mangle --source-map --screw-ie8 --comments -o index.min.js -- index.js && gzip index.min.js -c > index.min.js.gz",
    "clean": "yarn shx rm -rf dist output",
    "cover": "nyc --reporter=lcov --reporter=text yarn test",
    "lint": "yarn tslint --project .",
    "shx": "shx",
    "test": "yarn test:build && yarn test:run",
    "test:build": "tsc --build tsconfig.test.json",
    "test:run": "mocha -r tsconfig-paths/register --timeout 200000 output/tests/**/*.spec.js",
    "tsc": "tsc",
    "tslint": "tslint \"./src/**/*.ts\""
  },
  "typings": "./esm/index.d.ts",
  "unpkg": "./umd/index.min.js",
  "version": "0.21.3"
}