aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
blob: 838b4a782d84af235c80d90a9e89db9080f8526e (plain) (blame)
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": "hoverbit-ble",
  "version": "1.0.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@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.9",
      "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.9.tgz",
      "integrity": "sha512-P6oHnRSEqRCR1fdAtJXmKBiHE3fOWtNFyfjm9NQZPrxdQjSZgRSiKRiHjLyKBh8eCvM8ldDS8/VJN0qKg0Pk1Q=="
    },
    "microbit-web-bluetooth": {
      "version": "0.6.0",
      "resolved": "https://registry.npmjs.org/microbit-web-bluetooth/-/microbit-web-bluetooth-0.6.0.tgz",
      "integrity": "sha512-07weZxJk/1ccCbQB+xF/TW9TFW3eqaWaqWwQNXY7byNR4RgcEvQjlHbtlO390zHGCjHfuPyivvZG+gRY+TcZqQ==",
      "requires": {
        "@types/node": "8.10.40",
        "@types/web-bluetooth": "~0.0.5"
      }
    }
  }
}