-
Notifications
You must be signed in to change notification settings - Fork 6
/
package-lock.json
35 lines (35 loc) · 1.3 KB
/
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
30
31
32
33
34
35
{
"name": "bounswe2018group9",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@ionic/angular": {
"version": "4.0.0-beta.15-0",
"resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-4.0.0-beta.15-0.tgz",
"integrity": "sha512-afvHeMsoNPwgD94Wd7qtpGJ5L6m9tFKYvqXxwEo8WwVO35v7PISW6b9+hAlL0pjXvaYDdTsm6j00+ddho/CSzg==",
"requires": {
"@ionic/core": "4.0.0-beta.15-0"
}
},
"@ionic/core": {
"version": "4.0.0-beta.15-0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-4.0.0-beta.15-0.tgz",
"integrity": "sha512-ccIZ6ztWM7WVpXNPSRWpOTcupEWdYIw9ZZYA9CRebGDE98s3YuNCQ0h62yFHONYLXzdZqL01Z6Ewd8MQ6OG6IA==",
"requires": {
"@types/node": "10.11.0",
"ionicons": "4.4.6"
}
},
"@types/node": {
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.11.0.tgz",
"integrity": "sha512-R4Dvw6KjSYn/SpvjRchBOwXr14vVVcFXCtnM3f0aLvlJS8a599rrcEoihcP2/+Z/f75E5GNPd4aWM7j1yei9og=="
},
"ionicons": {
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.4.6.tgz",
"integrity": "sha512-X+HRyn6Y0HXxSEjIOSH+p7He8QEaAJj3644Ce+MBFVwA8GHbTaPQcA/hO/L9AxzERrOd5UtN1JkgD1TSgPR7IA=="
}
}
}