forked from openaps/oref0
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
127 lines (127 loc) · 5.21 KB
/
package.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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "oref0",
"version": "0.7.0",
"description": "openaps oref0 reference implementation of the reference design",
"scripts": {
"test": "make test",
"global-install": "npm install && sudo npm link && sudo npm link oref0 && sudo npm install -g && npm install -g"
},
"repository": {
"type": "git",
"url": "https://github.com/openaps/oref0.git"
},
"keywords": [
"openaps"
],
"author": "Scott Leibrand, Dana Lewis, OpenAPS contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/openaps/oref0/issues"
},
"bin": {
"bt-pan": "./bin/bt-pan",
"killall-g": "./bin/killall-g.sh",
"l": "./bin/oref0-tail-log.sh",
"mm-format-ns-glucose": "./bin/mm-format-ns-glucose.sh",
"mm-format-ns-profile": "./bin/mm-format-ns-profile.sh",
"mm-format-ns-pump-history": "./bin/mm-format-ns-pump-history.sh",
"mm-format-ns-treatments": "./bin/mm-format-ns-treatments.sh",
"mm-stick": "./bin/mm-stick.sh",
"monitor-xdrip": "./bin/monitor-xdrip.sh",
"nightscout": "./bin/nightscout.sh",
"ns-dedupe-treatments": "./bin/ns-dedupe-treatments.sh",
"ns-get": "./bin/ns-get.sh",
"ns-status": "./bin/ns-status.js",
"ns-upload": "./bin/ns-upload.sh",
"ns-upload-entries": "./bin/ns-upload-entries.sh",
"oref0": "./bin/oref0.sh",
"oref0-append-local-temptarget": "./bin/oref0-append-local-temptarget.sh",
"oref0-autosens-loop": "./bin/oref0-autosens-loop.sh",
"oref0-autotune": "./bin/oref0-autotune.sh",
"oref0-autotune-core": "./bin/oref0-autotune-core.js",
"oref0-autotune-export-to-xlsx": "./bin/oref0-autotune-export-to-xlsx.py",
"oref0-autotune-prep": "./bin/oref0-autotune-prep.js",
"oref0-autotune-recommends-report": "./bin/oref0-autotune-recommends-report.sh",
"oref0-bash-common-functions.sh": "./bin/oref0-bash-common-functions.sh",
"oref0-bluetoothup": "./bin/oref0-bluetoothup.sh",
"oref0-calculate-iob": "./bin/oref0-calculate-iob.js",
"oref0-copy-fresher": "./bin/oref0-copy-fresher",
"oref0-crun": "./bin/oref0-conditional-run.sh",
"oref0-cron-every-minute": "./bin/oref0-cron-every-minute.sh",
"oref0-cron-every-15min": "./bin/oref0-cron-every-15min.sh",
"oref0-cron-post-reboot": "./bin/oref0-cron-post-reboot.sh",
"oref0-cron-nightly": "./bin/oref0-cron-nightly.sh",
"oref0-delete-future-entries": "./bin/oref0-delete-future-entries.sh",
"oref0-detect-sensitivity": "./bin/oref0-detect-sensitivity.js",
"oref0-determine-basal": "./bin/oref0-determine-basal.js",
"oref0-dex-is-fresh": "./bin/oref0-dex-is-fresh.sh",
"oref0-dex-time-since": "./bin/oref0-dex-time-since.sh",
"oref0-dex-wait-until-expected": "./bin/oref0-dex-wait-until-expected.sh",
"oref0-find-insulin-uses": "./bin/oref0-find-insulin-uses.js",
"oref0-fix-git-corruption": "./bin/oref0-fix-git-corruption.sh",
"oref0-g4-loop": "./bin/oref0-g4-loop.sh",
"oref0-get-bg": "./bin/oref0-get-bg.sh",
"oref0-get-profile": "./bin/oref0-get-profile.js",
"oref0-html": "./bin/oref0-html.js",
"oref0-ifttt-notify": "./bin/oref0-ifttt-notify",
"oref0-log-shortcuts": "./bin/oref0-log-shortcuts.sh",
"oref0-mdt-update": "./bin/oref0-mdt-update.sh",
"oref0-meal": "./bin/oref0-meal.js",
"oref0-monitor-cgm": "./bin/oref0-monitor-cgm.sh",
"oref0-mraa-install": "./bin/oref0-mraa-install.sh",
"oref0-ns-loop": "./bin/oref0-ns-loop.sh",
"oref0-normalize-temps": "./bin/oref0-normalize-temps.js",
"oref0_nightscout_check": "./bin/oref0_nightscout_check.py",
"oref0-online": "./bin/oref0-online.sh",
"oref0-pebble": "./bin/oref0-pebble.js",
"oref0-pump-loop": "./bin/oref0-pump-loop.sh",
"oref0-pushover": "./bin/oref0-pushover.sh",
"oref0-radio-reboot": "./bin/oref0-radio-reboot.sh",
"oref0-mmtune": "./bin/oref0-mmtune.sh",
"oref0-raw": "./bin/oref0-raw.js",
"oref0-reset-git": "./bin/oref0-reset-git.sh",
"oref0-reset-usb": "./bin/oref0-reset-usb.sh",
"oref0-set-device-clocks": "./bin/oref0-set-device-clocks.sh",
"oref0-set-system-clock": "./bin/oref0-set-system-clock.sh",
"oref0-set-local-temptarget": "./bin/oref0-set-local-temptarget.js",
"oref0-setup": "./bin/oref0-setup.sh",
"oref0-truncate-git-history": "./bin/oref0-truncate-git-history.sh",
"oref0-upload-entries": "./bin/oref0-upload-entries.sh",
"oref0-upload-profile": "./bin/oref0-upload-profile.js",
"oref0-version": "./bin/oref0-version.sh",
"oref0-get-ns-entries": "./bin/oref0-get-ns-entries.js",
"peb-urchin-status": "./bin/peb-urchin-status.sh",
"wifi": "./bin/oref0-tail-wifi.sh"
},
"homepage": "https://github.com/openaps/oref0",
"dependencies": {
"json": "^9.0.6",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "0.5.23",
"network": "^0.4.1",
"request": "^2.88.0",
"share2nightscout-bridge": "^0.2.1",
"yargs": "^13.2.2"
},
"devDependencies": {
"coveralls": "^3.0.3",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"should": "^13.2.3"
},
"config": {
"blanket": {
"pattern": [
"bin",
"lib",
"tests"
],
"data-cover-never": [
"node_modules"
]
}
}
}