-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage-lock.json
More file actions
73 lines (73 loc) · 2.73 KB
/
package-lock.json
File metadata and controls
73 lines (73 loc) · 2.73 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "usb-meter",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "usb-meter",
"dependencies": {
"plotly.js-dist": "^2.14.0"
},
"devDependencies": {
"@types/plotly.js": "^2.12.5",
"@types/web-bluetooth": "^0.0.15",
"typescript": "^4.8.4"
}
},
"node_modules/@types/plotly.js": {
"version": "2.12.5",
"resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-2.12.5.tgz",
"integrity": "sha512-DZydmPSYTrJw5gVQViJCsYNS0pBfkqQ+nXTxmaMD5q6GhvM0ckKo3rRhskwAcJfO9booBGiX/z0njUNXfrLPxA==",
"dev": true
},
"node_modules/@types/web-bluetooth": {
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.15.tgz",
"integrity": "sha512-w7hEHXnPMEZ+4nGKl/KDRVpxkwYxYExuHOYXyzIzCDzEZ9ZCGMAewulr9IqJu2LR4N37fcnb1XVeuZ09qgOxhA==",
"dev": true
},
"node_modules/plotly.js-dist": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.14.0.tgz",
"integrity": "sha512-yZU01CCu/aKlfVaouNBH2EGYUBPziFZD5eTECmIrnsR9RHHUfH7GEyVV4tawNtDoQRTA5rvCI5iXR5YuWc43XA=="
},
"node_modules/typescript": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"@types/plotly.js": {
"version": "2.12.5",
"resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-2.12.5.tgz",
"integrity": "sha512-DZydmPSYTrJw5gVQViJCsYNS0pBfkqQ+nXTxmaMD5q6GhvM0ckKo3rRhskwAcJfO9booBGiX/z0njUNXfrLPxA==",
"dev": true
},
"@types/web-bluetooth": {
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.15.tgz",
"integrity": "sha512-w7hEHXnPMEZ+4nGKl/KDRVpxkwYxYExuHOYXyzIzCDzEZ9ZCGMAewulr9IqJu2LR4N37fcnb1XVeuZ09qgOxhA==",
"dev": true
},
"plotly.js-dist": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.14.0.tgz",
"integrity": "sha512-yZU01CCu/aKlfVaouNBH2EGYUBPziFZD5eTECmIrnsR9RHHUfH7GEyVV4tawNtDoQRTA5rvCI5iXR5YuWc43XA=="
},
"typescript": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true
}
}
}