forked from pkoretic/pdf417-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 909 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 909 Bytes
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
{
"name": "node",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"canvas": {
"version": "1.6.10",
"resolved": "https://registry.npmjs.org/canvas/-/canvas-1.6.10.tgz",
"integrity": "sha512-wd97ZrUfLYWjQ0qcJGiM44anXB+RviRu3DETpPIS4Sf7JzhP9PawwHdZOlx8sufcsRSeWuQe93qaCtwvK1jWXQ==",
"requires": {
"nan": "2.10.0"
}
},
"nan": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
"integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA=="
},
"pdf417-generator": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/pdf417-generator/-/pdf417-generator-1.0.0.tgz",
"integrity": "sha512-REBsGaNg03LS1+DYgbDIfLn4O8PNFtIEP3BmwDI8htUcCYIISsDRfCPMgF1oFm0Jair0bZ/rQNpBqr7JLZge1w=="
}
}
}