-
Notifications
You must be signed in to change notification settings - Fork 111
/
package-lock.json
38 lines (38 loc) · 1.21 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
{
"name": "solidity-bytes-utils",
"version": "0.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "solidity-bytes-utils",
"version": "0.8.2",
"license": "MIT",
"dependencies": {
"ds-test": "github:dapphub/ds-test",
"forge-std": "^1.1.2"
}
},
"node_modules/ds-test": {
"version": "1.0.0",
"resolved": "git+ssh://[email protected]/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"license": "GPL-3.0"
},
"node_modules/forge-std": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/forge-std/-/forge-std-1.1.2.tgz",
"integrity": "sha512-Wfb0iAS9PcfjMKtGpWQw9mXzJxrWD62kJCUqqLcyuI0+VRtJ3j20XembjF3kS20qELYdXft1vD/SPFVWVKMFOw=="
}
},
"dependencies": {
"ds-test": {
"version": "git+ssh://[email protected]/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"from": "ds-test@github:dapphub/ds-test"
},
"forge-std": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/forge-std/-/forge-std-1.1.2.tgz",
"integrity": "sha512-Wfb0iAS9PcfjMKtGpWQw9mXzJxrWD62kJCUqqLcyuI0+VRtJ3j20XembjF3kS20qELYdXft1vD/SPFVWVKMFOw=="
}
}
}