-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
65 lines (65 loc) · 2.35 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
60
61
62
63
64
65
{
"name": "smartcontracts",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "smartcontracts",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@uniswap/v3-periphery": "^1.4.4"
}
},
"node_modules/@openzeppelin/contracts": {
"version": "3.4.2-solc-0.7",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-3.4.2-solc-0.7.tgz",
"integrity": "sha512-W6QmqgkADuFcTLzHL8vVoNBtkwjvQRpYIAom7KiUNoLKghyx3FgH0GBjt8NRvigV1ZmMOBllvE1By1C+bi8WpA=="
},
"node_modules/@uniswap/lib": {
"version": "4.0.1-alpha",
"resolved": "https://registry.npmjs.org/@uniswap/lib/-/lib-4.0.1-alpha.tgz",
"integrity": "sha512-f6UIliwBbRsgVLxIaBANF6w09tYqc6Y/qXdsrbEmXHyFA7ILiKrIwRFXe1yOg8M3cksgVsO9N7yuL2DdCGQKBA==",
"engines": {
"node": ">=10"
}
},
"node_modules/@uniswap/v2-core": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@uniswap/v2-core/-/v2-core-1.0.1.tgz",
"integrity": "sha512-MtybtkUPSyysqLY2U210NBDeCHX+ltHt3oADGdjqoThZaFRDKwM6k1Nb3F0A3hk5hwuQvytFWhrWHOEq6nVJ8Q==",
"engines": {
"node": ">=10"
}
},
"node_modules/@uniswap/v3-core": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@uniswap/v3-core/-/v3-core-1.0.1.tgz",
"integrity": "sha512-7pVk4hEm00j9tc71Y9+ssYpO6ytkeI0y7WE9P6UcmNzhxPePwyAxImuhVsTqWK9YFvzgtvzJHi64pBl4jUzKMQ==",
"engines": {
"node": ">=10"
}
},
"node_modules/@uniswap/v3-periphery": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/@uniswap/v3-periphery/-/v3-periphery-1.4.4.tgz",
"integrity": "sha512-S4+m+wh8HbWSO3DKk4LwUCPZJTpCugIsHrWR86m/OrUyvSqGDTXKFfc2sMuGXCZrD1ZqO3rhQsKgdWg3Hbb2Kw==",
"dependencies": {
"@openzeppelin/contracts": "3.4.2-solc-0.7",
"@uniswap/lib": "^4.0.1-alpha",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v3-core": "^1.0.0",
"base64-sol": "1.0.1"
},
"engines": {
"node": ">=10"
}
},
"node_modules/base64-sol": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/base64-sol/-/base64-sol-1.0.1.tgz",
"integrity": "sha512-ld3cCNMeXt4uJXmLZBHFGMvVpK9KsLVEhPpFRXnvSVAqABKbuNZg/+dsq3NuM+wxFLb/UrVkz7m1ciWmkMfTbg=="
}
}
}