-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 881 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 881 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
{
"name": "bpq-application-template",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bpq-application-template",
"version": "1.1.1",
"dependencies": {
"bpq-menu-system": "1.0.3",
"lodash-es": "4.17.21"
}
},
"node_modules/bpq-menu-system": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/bpq-menu-system/-/bpq-menu-system-1.0.3.tgz",
"integrity": "sha512-5A61QH73hWKJDvGfrl820LXK/dWMIdiEfEAUWtKYOBk1Plqz3DYNgHLZ5bS3MKc1j60pjRcSxvjSlfvA6k6bPA==",
"dependencies": {
"lodash-es": "4.17.21"
}
},
"node_modules/lodash-es": {
"version": "4.17.21",
"resolved": "http://npm.trippnology.net:4873/lodash-es/-/lodash-es-4.17.21.tgz",
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
"license": "MIT"
}
}
}