-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 948 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 948 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
{
"name": "beealgorithmjavascript",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@ionic/core": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.1.1.tgz",
"integrity": "sha512-mmQL7hzwwReqFCJlRyxo3sNoI7r63GYnZD6QBXbYmCp83POvL89fQYegUfURM1Fcw0JiAZ3BsCoMYxuFXa7+cA==",
"requires": {
"ionicons": "^5.0.1",
"tslib": "^1.10.0"
}
},
"ionicons": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.0.1.tgz",
"integrity": "sha512-P9GHr7pgCJcG211W0wute49NZ9AvJZvFJf4OwYybakjX6j7tu0q5t5HNWn9bcb9YjI7SxBblJg8iqQ1Yb59DXw=="
},
"tslib": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz",
"integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q=="
}
}
}