forked from LeaVerou/css3patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
29 lines (29 loc) · 992 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
27
28
29
{
"name": "css3pattern",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@stencil/core": {
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.12.2.tgz",
"integrity": "sha512-lB8N0IBBT2u3ahg7R1+WZnJ/NsdgSJi3cq3E1m3dE143OCSn/l7G0JOrqyg4FSNO+9QM/ywkWp0g2eGEABF3Sg==",
"dev": true,
"requires": {
"typescript": "3.8.3"
}
},
"@stencil/sass": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-1.3.1.tgz",
"integrity": "sha512-5qsEyhLGTywpG4zlWv6eBhhj/z2Z37nbUGa87Ak0KqfsEiclJCYRA/AMM9FiN1jHfBvr968G4zE8rNlYmiPLsQ==",
"dev": true
},
"typescript": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true
}
}
}