-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.67 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.67 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
{
"urls": [
[ "sinetstream/__init__.mpy", "img/lib/sinetstream/__init__.mpy" ],
[ "sinetstream/__main__.mpy", "img/lib/sinetstream/__main__.mpy" ],
[ "sinetstream/api.mpy", "img/lib/sinetstream/api.mpy" ],
[ "sinetstream/codec.mpy", "img/lib/sinetstream/codec.mpy" ],
[ "sinetstream/compression.mpy", "img/lib/sinetstream/compression.mpy" ],
[ "sinetstream/config_client.mpy", "img/lib/sinetstream/config_client.mpy" ],
[ "sinetstream/configs.mpy", "img/lib/sinetstream/configs.mpy" ],
[ "sinetstream/crypto.mpy", "img/lib/sinetstream/crypto.mpy" ],
[ "sinetstream/error.mpy", "img/lib/sinetstream/error.mpy" ],
[ "sinetstream/marshal.mpy", "img/lib/sinetstream/marshal.mpy" ],
[ "sinetstream/packet.mpy", "img/lib/sinetstream/packet.mpy" ],
[ "sinetstream/spi.mpy", "img/lib/sinetstream/spi.mpy" ],
[ "sinetstream/utils.mpy", "img/lib/sinetstream/utils.mpy" ],
[ "sinetstream/value_type.mpy", "img/lib/sinetstream/value_type.mpy" ],
[ "sinetstreamplugin/iostream.mpy", "img/lib/sinetstreamplugin/iostream.mpy" ],
[ "sinetstreamplugin/mqtt.mpy", "img/lib/sinetstreamplugin/mqtt.mpy" ]
],
"deps": [
[ "github:nii-gakunin-cloud/sinetstream-uavro", "main" ],
[ "base64", "latest" ],
[ "copy", "latest" ],
[ "collections", "latest" ],
[ "datetime", "latest" ],
[ "hashlib", "latest" ],
[ "io", "latest" ],
[ "logging", "latest" ],
[ "os", "latest" ],
[ "pathlib", "latest" ],
[ "struct", "latest" ],
[ "umqtt.simple", "latest" ],
[ "umqtt.robust", "latest" ]
],
"version": "1.10"
}