-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
37 lines (37 loc) · 1.46 KB
/
package-lock.json
File metadata and controls
37 lines (37 loc) · 1.46 KB
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
36
37
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@angular/animations": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-7.1.0.tgz",
"integrity": "sha512-1Sje3qptVsTxPP4LwcvVPQun4P156wsEEwwCXoCO3NuP+tS67syU8M69uIpyDbpnx2ZeuWpJ9HfvKe1ljeqcuw==",
"requires": {
"tslib": "^1.9.0"
}
},
"angular2-multiselect-dropdown": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/angular2-multiselect-dropdown/-/angular2-multiselect-dropdown-4.1.1.tgz",
"integrity": "sha512-dNXXZIuoMLL5yOpk8ccxwrRoYLxVNuUmSsylvh+hjk2M58dnIeE5A0jUNhu40ddtWOcdNO1F0E7wFw+uMMyv9g==",
"requires": {
"tslib": "^1.9.0"
}
},
"primeicons": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/primeicons/-/primeicons-1.0.0.tgz",
"integrity": "sha512-p/hzIjUVccW4eJPhuORHI3AUkDpqfvCQVrjxbFEejnTEdWY4C8fomVfjiaA9jCu83fSQnBHuRIGB96iAR8R6uA=="
},
"primeng": {
"version": "6.1.7",
"resolved": "https://registry.npmjs.org/primeng/-/primeng-6.1.7.tgz",
"integrity": "sha512-yns96Qlq8TVpVf9Gi08Z+faYX2OF9GNOvQGMz5v0R/lV8B1IPxddQPKqN/C09iB99W5xszJbDiS0yBOxuVFUhg=="
},
"tslib": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz",
"integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ=="
}
}
}