-
Notifications
You must be signed in to change notification settings - Fork 5
/
package-lock.json
40 lines (40 loc) · 1.57 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
35
36
37
38
39
40
{
"name": "microbit-web-components",
"version": "0.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@stencil/core": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.1.6.tgz",
"integrity": "sha512-9sCcLfG5jo6ibusSAAqYzwDioJ7qThq+Jx+ENgapkm5aCUfUk56oEeWhmEPnkXlA9OblsbSX9l6tvy0Km1jQcw==",
"requires": {
"typescript": "3.5.2"
}
},
"@types/node": {
"version": "8.10.40",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.40.tgz",
"integrity": "sha512-RRSjdwz63kS4u7edIwJUn8NqKLLQ6LyqF/X4+4jp38MBT3Vwetewi2N4dgJEshLbDwNgOJXNYoOwzVZUSSLhkQ=="
},
"@types/web-bluetooth": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.4.tgz",
"integrity": "sha512-C+BgVBBGY9c6ixcc5PsKAmGaCy3bswZ5zx/AWIAik9dgFuBkFsXBA3ze69jJi05xdZQ99QkfBSVIX6zl+6Tmww=="
},
"microbit-web-bluetooth": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/microbit-web-bluetooth/-/microbit-web-bluetooth-0.4.0.tgz",
"integrity": "sha512-THXCyu5efjXl0tdiRViqkiX9z1qpJIW8LpLkqYKR6Y3keRz9zXTFZxq1Ez9xrPxoZv0V/u/0vHzt2nV5eZgL8A==",
"requires": {
"@types/node": "8.10.40",
"@types/web-bluetooth": "~0.0.4"
}
},
"typescript": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz",
"integrity": "sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA=="
}
}
}