-
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) · 1011 Bytes
/
package-lock.json
File metadata and controls
32 lines (32 loc) · 1011 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": "elements-example",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "elements-example",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@brokerize/client": "^1.3.10",
"@brokerize/elements": "1.5.1"
}
},
"node_modules/@brokerize/client": {
"version": "1.3.10",
"resolved": "https://registry.npmjs.org/@brokerize/client/-/client-1.3.10.tgz",
"integrity": "sha512-Mx8TG/W6fTdBQE78pSwC8CQ0YYznxVVGYNJGpuw9b2U+iwu5st59fu+ivcIC7bCIc7ubMFW6MBeDvagHh0GjwQ==",
"license": "ISC"
},
"node_modules/@brokerize/elements": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/@brokerize/elements/-/elements-1.5.1.tgz",
"integrity": "sha512-uFmaW30OAVcx1YGRa9RHelq90RakYTqaA4/Osg0GgbFwh2a6gRD1secTBoOBTMygPhZ1shppBdTyo1K9mZYSyw==",
"license": "~TODO~",
"dependencies": {
"@brokerize/client": "1.3.10"
}
}
}
}