-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
59 lines (59 loc) · 2.04 KB
/
package-lock.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
51
52
53
54
55
56
57
58
59
{
"name": "test-firebird-client",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "test-firebird-client",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"node-firebird": "^1.0.0"
}
},
"node_modules/big-integer": {
"version": "1.6.51",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
"integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
"engines": {
"node": ">=0.6"
}
},
"node_modules/long": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
"integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
},
"node_modules/node-firebird": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-firebird/-/node-firebird-1.0.0.tgz",
"integrity": "sha512-gv6ApFNeJaT5Nqkokwe3A3aG/9oeDUWreBYJ6W0GIsdZEYzUVP2S0twyxOjWHR2A6vg2vJEHchSMfLZa9JQO6g==",
"dependencies": {
"big-integer": "^1.6.48",
"long": "^4.0.0"
}
}
},
"dependencies": {
"big-integer": {
"version": "1.6.51",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
"integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg=="
},
"long": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
"integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
},
"node-firebird": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-firebird/-/node-firebird-1.0.0.tgz",
"integrity": "sha512-gv6ApFNeJaT5Nqkokwe3A3aG/9oeDUWreBYJ6W0GIsdZEYzUVP2S0twyxOjWHR2A6vg2vJEHchSMfLZa9JQO6g==",
"requires": {
"big-integer": "^1.6.48",
"long": "^4.0.0"
}
}
}
}