-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
26 lines (26 loc) · 1001 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
{
"name": "start-lit-element",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@polymer/lit-element": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/@polymer/lit-element/-/lit-element-0.6.4.tgz",
"integrity": "sha512-5EsrZJebIE1plULhMtC21zpryzJNFxM63/XY7G2BvzX/zd2rSPuNsqXiBK2x76TniLDaxuD4Tj6eb3WgR1OoCg==",
"requires": {
"lit-html": "^0.14.0"
}
},
"@webcomponents/webcomponentsjs": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.2.1.tgz",
"integrity": "sha512-lZZ+Lkke6JhsJcQQqSVk1Pny6/8y4qhJ98LO7a/MwBSRO8WqHqK1X2vscfeL8vOnYGFnmBUyVG95lwYv/AXyLQ=="
},
"lit-html": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-0.14.0.tgz",
"integrity": "sha512-+xqUPzzJGEDqb0F5DOnMXvL0jxpkKebAMlXycKZxFtzlmD+qePEmYrEUPF9XVXcc5eYBzYXTCOUcjSCod4YvgQ=="
}
}
}