-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
29 lines (29 loc) · 982 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
{
"name": "myquitbuddy",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"dio": "^0.0.3",
"http": "^0.0.1-security",
"intl": "^1.2.5"
}
},
"node_modules/dio": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/dio/-/dio-0.0.3.tgz",
"integrity": "sha512-jethyZfVhvCqzmtqDDv6ogEVRnsi36nQvEdlCBZ9+JB/nwT0aQ2PwqGgJxtY4pis+o9YnFITLju9RTd68YQE7g=="
},
"node_modules/http": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/http/-/http-0.0.1-security.tgz",
"integrity": "sha512-RnDvP10Ty9FxqOtPZuxtebw1j4L/WiqNMDtuc1YMH1XQm5TgDRaR1G9u8upL6KD1bXHSp9eSXo/ED+8Q7FAr+g=="
},
"node_modules/intl": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/intl/-/intl-1.2.5.tgz",
"integrity": "sha512-rK0KcPHeBFBcqsErKSpvZnrOmWOj+EmDkyJ57e90YWaQNqbcivcqmKDlHEeNprDWOsKzPsh1BfSpPQdDvclHVw=="
}
}
}