-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 863 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 863 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
{
"name": "codesling.io-ui",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"node": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/node/-/node-9.4.0.tgz",
"integrity": "sha512-tqcU/4JVwvpbktGCA0LgAzR7mudW1UfPURpakRpu5UE29GQBIlqhyjZqM0eMRDl/CsY1ktAghM4oBI770zMRww==",
"requires": {
"node-bin-setup": "1.0.6"
}
},
"node-bin-setup": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.0.6.tgz",
"integrity": "sha512-uPIxXNis1CRbv1DwqAxkgBk5NFV3s7cMN/Gf556jSw6jBvV7ca4F9lRL/8cALcZecRibeqU+5dFYqFFmzv5a0Q=="
}
}
}