-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
27 lines (27 loc) · 1.06 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
{
"name": "chessdefense",
"version": "1.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@polymer/polymer": {
"version": "3.0.0-pre.12",
"resolved": "https://registry.npmjs.org/@polymer/polymer/-/polymer-3.0.0-pre.12.tgz",
"integrity": "sha512-j3ie9DOtENLMR5pG8iyyrFF62lTnKrQCrMVlvgQF2q4qpUXFck0QUlE6gJJN/Zfi3br69mG5+F3mtwQb61OjOQ==",
"requires": {
"@webcomponents/shadycss": "1.1.3",
"@webcomponents/webcomponentsjs": "1.2.0"
}
},
"@webcomponents/shadycss": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@webcomponents/shadycss/-/shadycss-1.1.3.tgz",
"integrity": "sha512-tGap6j8LVgy8ORM7pL5Yf6u8tTUH0jJaMmA5St/Ijy9WCNttDnrmZTiEF7fl7QQNerzMnCVQHtO0vuX8kybxfQ=="
},
"@webcomponents/webcomponentsjs": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@webcomponents/webcomponentsjs/-/webcomponentsjs-1.2.0.tgz",
"integrity": "sha512-P9JWydfpBR+CK12UwtBaoD/lYF3PR9XBArAWk5J9nfPaJwA3OUox4StZmyFSVDLsvpFq5HsEtxU/OdHAlAWPnw=="
}
}
}