-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
31 lines (31 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@progress/kendo-angular-treeview": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@progress/kendo-angular-treeview/-/kendo-angular-treeview-2.5.0.tgz",
"integrity": "sha512-jWJW+3AEozeWtlxE+9Tfq1rePRJLv/t2Z2fSFZ0NfTZV1GMF6ENHKcyz6dwZckL2vYzFZTGGie+EjDKXiZaePw==",
"dev": true,
"requires": {
"@progress/kendo-schematics": "0.2.5",
"tslib": "1.9.3"
}
},
"@progress/kendo-schematics": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/@progress/kendo-schematics/-/kendo-schematics-0.2.5.tgz",
"integrity": "sha512-F9ZXPhDoHGQ5MIUTGn7NkEgX5RV6eBfLVtv0yOCKxZpTF6VkYWAnKFYhQFCFgHJsDGPMZtcT2hB1MHntIYIipA=="
},
"@progress/kendo-theme-default": {
"version": "2.62.0",
"resolved": "https://registry.npmjs.org/@progress/kendo-theme-default/-/kendo-theme-default-2.62.0.tgz",
"integrity": "sha512-FZF6WhrsS1LzO+um0ABsaxTjLYVXebI8BmHtMvL7SLJPG/p9EQ1xN4Z73urzAWTVBRGplaCA8qv2pEEnzNeMYw=="
},
"tslib": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz",
"integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ=="
}
}
}