forked from opensearch-project/opensearch-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
32 lines (32 loc) · 860 Bytes
/
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
{
"name": "opensearch-build",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"yarn": "^1.22.18"
}
},
"node_modules/yarn": {
"version": "1.22.18",
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.18.tgz",
"integrity": "sha512-oFffv6Jp2+BTUBItzx1Z0dpikTX+raRdqupfqzeMKnoh7WD6RuPAxcqDkMUy9vafJkrB0YaV708znpuMhEBKGQ==",
"hasInstallScript": true,
"bin": {
"yarn": "bin/yarn.js",
"yarnpkg": "bin/yarn.js"
},
"engines": {
"node": ">=4.0.0"
}
}
},
"dependencies": {
"yarn": {
"version": "1.22.18",
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.18.tgz",
"integrity": "sha512-oFffv6Jp2+BTUBItzx1Z0dpikTX+raRdqupfqzeMKnoh7WD6RuPAxcqDkMUy9vafJkrB0YaV708znpuMhEBKGQ=="
}
}
}