-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
35 lines (35 loc) · 1.1 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
{
"name": "ei-node-build",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ei-node-build",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@nodenv/node-build-update-defs": "github:elastic-infra/node-build-update-defs"
}
},
"node_modules/@nodenv/node-build-update-defs": {
"version": "2.11.0",
"resolved": "git+ssh://[email protected]/elastic-infra/node-build-update-defs.git#6bd8c43ade0214c5dabc3cae3a8c1306a42d244b",
"hasInstallScript": true,
"license": "MIT",
"bin": {
"nodenv-prune-version-defs": "bin/nodenv-prune-version-defs",
"nodenv-update-version-defs": "bin/nodenv-update-version-defs"
},
"engines": {
"node": ">=6"
}
}
},
"dependencies": {
"@nodenv/node-build-update-defs": {
"version": "git+ssh://[email protected]/elastic-infra/node-build-update-defs.git#6bd8c43ade0214c5dabc3cae3a8c1306a42d244b",
"from": "@nodenv/node-build-update-defs@git+https://github.com/elastic-infra/node-build-update-defs.git"
}
}
}