-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 KB
/
package.json
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
{
"name": "EUDGC QrCode Verify x509",
"version": "1.0.0",
"description": "Node.js PoC to parse images with european vaccination certificate QR code",
"main": "index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rascafr/eu-covid-qr-parser-demo.git"
},
"author": "Sofiane Dami",
"license": "MIT",
"bugs": {
"url": "https://github.com/rascafr/eu-covid-qr-parser-demo/issues"
},
"homepage": "https://github.com/rascafr/eu-covid-qr-parser-demo#readme",
"dependencies": {
"@fidm/x509": "^1.2.1",
"assert": "^2.0.0",
"base45": "^3.0.0",
"bignumber.js": "^9.0.2",
"browserify-zlib": "^0.2.0",
"cbor": "^8.0.0",
"cbor-extract": "^1.0.0",
"cbor-web": "^7.0.5",
"common": "^0.2.5",
"cose-js": "^0.8.3",
"crypto-browserify": "^3.12.0",
"ecdsa": "^0.7.0",
"encodr": "^1.3.2",
"eudgc": "^1.0.6",
"france-ehealth-certificates": "^1.0.4",
"jimp": "^0.16.1",
"jsqr": "^1.4.0",
"pki-express": "^1.10.3",
"pkijs": "^2.2.1",
"process": "^0.11.10",
"qrcode": "^1.3.3",
"qrcode-reader": "^1.0.4",
"stream-browserify": "^3.0.0",
"util": "^0.12.4",
"zlib": "^1.0.5"
}
}