-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
32 lines (32 loc) · 866 Bytes
/
package-lock.json
File metadata and controls
32 lines (32 loc) · 866 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
27
28
29
30
31
32
{
"name": "web3_py_simple_storage",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"yarn": "^1.22.17"
}
},
"node_modules/yarn": {
"version": "1.22.17",
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.17.tgz",
"integrity": "sha512-H0p241BXaH0UN9IeH//RT82tl5PfNraVpSpEoW+ET7lmopNC61eZ+A+IDvU8FM6Go5vx162SncDL8J1ZjRBriQ==",
"hasInstallScript": true,
"bin": {
"yarn": "bin/yarn.js",
"yarnpkg": "bin/yarn.js"
},
"engines": {
"node": ">=4.0.0"
}
}
},
"dependencies": {
"yarn": {
"version": "1.22.17",
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.17.tgz",
"integrity": "sha512-H0p241BXaH0UN9IeH//RT82tl5PfNraVpSpEoW+ET7lmopNC61eZ+A+IDvU8FM6Go5vx162SncDL8J1ZjRBriQ=="
}
}
}