-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 895 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
25 lines (25 loc) · 895 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"async": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz",
"integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ=="
},
"node-addon-api": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.1.tgz",
"integrity": "sha512-2+DuKodWvwRTrCfKOeR24KIc5unKjOh8mz17NCzVnHWfjAdDqbfbjqh7gUT+BkXBRQM52+xCHciKWonJ3CbJMQ=="
},
"odbc": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/odbc/-/odbc-2.2.2.tgz",
"integrity": "sha512-gjjF0msqZ4Hea/cxTjkTqUtxoAROijqza3m1M1PcdIpP6j81HIlX5N3zxxVajwlaj2Tfh2exUZEQFXLfgRH+Jw==",
"requires": {
"async": "3.1.0",
"node-addon-api": "1.7.1"
}
}
}
}