-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage-lock.json
34 lines (34 loc) · 1.22 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
32
33
34
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"fast-watch": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-watch/-/fast-watch-1.0.0.tgz",
"integrity": "sha1-gZRKwcg7sL9XUpMSKFIG1y4x5cA="
},
"glslx": {
"version": "0.2.12",
"resolved": "https://registry.npmjs.org/glslx/-/glslx-0.2.12.tgz",
"integrity": "sha512-c9eMYRLs4+3Nm9+NcrJ5BbwIW7kZbteQFnJoOH2pkuWZ7lp0ptV8Y+mWsTxqmwj8/0f5AfIFTPfmxJFSQLE2WQ=="
},
"opentype.js": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-0.6.0.tgz",
"integrity": "sha1-G9SdNj1lZ8qUGitF4ETQ2O1oz70=",
"requires": {
"tiny-inflate": "^1.0.1"
}
},
"skew": {
"version": "0.9.19",
"resolved": "https://registry.npmjs.org/skew/-/skew-0.9.19.tgz",
"integrity": "sha512-e0MiqWdazGEKOYwUdP10VkeaKx6vUq1ZZVCLjS0fItSboLfRtgfPKQALa3Lh5H6+shu5N7JROUXUY+8uzsCSfQ=="
},
"tiny-inflate": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
"integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw=="
}
}
}