|
1 | 1 | { |
2 | | - "name": "machine-learning", |
3 | | - "version": "1.0.7", |
4 | | - "description": "Machine learning extension to support micro:bit CreateAI", |
5 | | - "dependencies": { |
6 | | - "core": "*", |
7 | | - "machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.8" |
8 | | - }, |
9 | | - "files": [ |
10 | | - "README.md", |
11 | | - "enums.d.ts", |
12 | | - "pxtextension.ts", |
13 | | - "pxtextension.cpp", |
14 | | - "docs/ml_is_event_detected.md", |
15 | | - "docs/ml_get_event_certainty.md", |
16 | | - "docs/ml_on_event_start.md", |
17 | | - "docs/ml_on_event_stop.md", |
18 | | - "docs/ml_on_event_stop_detailed.md", |
19 | | - "_locales/es-ES/machine-learning-jsdoc-strings.json", |
20 | | - "_locales/es-ES/machine-learning-strings.json", |
21 | | - "docs/_locales/es-ES/ml_get_event_certainty.md", |
22 | | - "docs/_locales/es-ES/ml_is_event_detected.md", |
23 | | - "docs/_locales/es-ES/ml_on_event_start.md", |
24 | | - "docs/_locales/es-ES/ml_on_event_stop_detailed.md", |
25 | | - "docs/_locales/es-ES/ml_on_event_stop.md", |
26 | | - "_locales/ja/machine-learning-jsdoc-strings.json", |
27 | | - "_locales/ja/machine-learning-strings.json", |
28 | | - "docs/_locales/ja/ml_get_event_certainty.md", |
29 | | - "docs/_locales/ja/ml_is_event_detected.md", |
30 | | - "docs/_locales/ja/ml_on_event_start.md", |
31 | | - "docs/_locales/ja/ml_on_event_stop_detailed.md", |
32 | | - "docs/_locales/ja/ml_on_event_stop.md", |
33 | | - "_locales/ko/machine-learning-jsdoc-strings.json", |
34 | | - "_locales/ko/machine-learning-strings.json", |
35 | | - "docs/_locales/ko/ml_get_event_certainty.md", |
36 | | - "docs/_locales/ko/ml_is_event_detected.md", |
37 | | - "docs/_locales/ko/ml_on_event_start.md", |
38 | | - "docs/_locales/ko/ml_on_event_stop_detailed.md", |
39 | | - "docs/_locales/ko/ml_on_event_stop.md", |
40 | | - "_locales/nl/machine-learning-jsdoc-strings.json", |
41 | | - "_locales/nl/machine-learning-strings.json", |
42 | | - "docs/_locales/nl/ml_get_event_certainty.md", |
43 | | - "docs/_locales/nl/ml_is_event_detected.md", |
44 | | - "docs/_locales/nl/ml_on_event_start.md", |
45 | | - "docs/_locales/nl/ml_on_event_stop_detailed.md", |
46 | | - "docs/_locales/nl/ml_on_event_stop.md", |
47 | | - "_locales/pl/machine-learning-jsdoc-strings.json", |
48 | | - "_locales/pl/machine-learning-strings.json", |
49 | | - "docs/_locales/pl/ml_get_event_certainty.md", |
50 | | - "docs/_locales/pl/ml_is_event_detected.md", |
51 | | - "docs/_locales/pl/ml_on_event_start.md", |
52 | | - "docs/_locales/pl/ml_on_event_stop_detailed.md", |
53 | | - "docs/_locales/pl/ml_on_event_stop.md", |
54 | | - "_locales/pt-BR/machine-learning-jsdoc-strings.json", |
55 | | - "_locales/pt-BR/machine-learning-strings.json", |
56 | | - "docs/_locales/pt-BR/ml_get_event_certainty.md", |
57 | | - "docs/_locales/pt-BR/ml_is_event_detected.md", |
58 | | - "docs/_locales/pt-BR/ml_on_event_start.md", |
59 | | - "docs/_locales/pt-BR/ml_on_event_stop_detailed.md", |
60 | | - "docs/_locales/pt-BR/ml_on_event_stop.md", |
61 | | - "_locales/zh-TW/machine-learning-jsdoc-strings.json", |
62 | | - "_locales/zh-TW/machine-learning-strings.json", |
63 | | - "docs/_locales/zh-TW/ml_get_event_certainty.md", |
64 | | - "docs/_locales/zh-TW/ml_is_event_detected.md", |
65 | | - "docs/_locales/zh-TW/ml_on_event_start.md", |
66 | | - "docs/_locales/zh-TW/ml_on_event_stop_detailed.md", |
67 | | - "docs/_locales/zh-TW/ml_on_event_stop.md" |
68 | | - ], |
69 | | - "testFiles": [ |
70 | | - "autogenerated.ts", |
71 | | - "main.ts", |
72 | | - "main.blocks" |
73 | | - ], |
74 | | - "targetVersions": { |
75 | | - "branch": "v6.0.26", |
76 | | - "tag": "v6.0.26", |
77 | | - "commits": "https://github.com/microsoft/pxt-microbit/commits/0ba979dd8a8f411c37c20b5fd4faba5b43ef51aa", |
78 | | - "target": "6.0.26", |
79 | | - "targetId": "microbit", |
80 | | - "pxt": "9.0.17" |
81 | | - }, |
82 | | - "supportedTargets": [ |
83 | | - "microbit" |
84 | | - ], |
85 | | - "preferredEditor": "tsprj", |
86 | | - "yotta": { |
87 | | - "config": { |
88 | | - "ML_INFERENCE_PERIOD_MS": 250 |
89 | | - } |
| 2 | + "name": "machine-learning", |
| 3 | + "version": "1.0.7", |
| 4 | + "description": "Machine learning extension to support micro:bit CreateAI", |
| 5 | + "dependencies": { |
| 6 | + "core": "*", |
| 7 | + "machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.8" |
| 8 | + }, |
| 9 | + "files": [ |
| 10 | + "README.md", |
| 11 | + "enums.d.ts", |
| 12 | + "pxtextension.ts", |
| 13 | + "pxtextension.cpp", |
| 14 | + "docs/ml_is_event_detected.md", |
| 15 | + "docs/ml_get_event_certainty.md", |
| 16 | + "docs/ml_on_event_start.md", |
| 17 | + "docs/ml_on_event_stop.md", |
| 18 | + "docs/ml_on_event_stop_detailed.md", |
| 19 | + "_locales/ca/machine-learning-jsdoc-strings.json", |
| 20 | + "_locales/ca/machine-learning-strings.json", |
| 21 | + "docs/_locales/ca/ml_get_event_certainty.md", |
| 22 | + "docs/_locales/ca/ml_is_event_detected.md", |
| 23 | + "docs/_locales/ca/ml_on_event_start.md", |
| 24 | + "docs/_locales/ca/ml_on_event_stop_detailed.md", |
| 25 | + "docs/_locales/ca/ml_on_event_stop.md", |
| 26 | + "_locales/es-ES/machine-learning-jsdoc-strings.json", |
| 27 | + "_locales/es-ES/machine-learning-strings.json", |
| 28 | + "docs/_locales/es-ES/ml_get_event_certainty.md", |
| 29 | + "docs/_locales/es-ES/ml_is_event_detected.md", |
| 30 | + "docs/_locales/es-ES/ml_on_event_start.md", |
| 31 | + "docs/_locales/es-ES/ml_on_event_stop_detailed.md", |
| 32 | + "docs/_locales/es-ES/ml_on_event_stop.md", |
| 33 | + "_locales/ja/machine-learning-jsdoc-strings.json", |
| 34 | + "_locales/ja/machine-learning-strings.json", |
| 35 | + "docs/_locales/ja/ml_get_event_certainty.md", |
| 36 | + "docs/_locales/ja/ml_is_event_detected.md", |
| 37 | + "docs/_locales/ja/ml_on_event_start.md", |
| 38 | + "docs/_locales/ja/ml_on_event_stop_detailed.md", |
| 39 | + "docs/_locales/ja/ml_on_event_stop.md", |
| 40 | + "_locales/ko/machine-learning-jsdoc-strings.json", |
| 41 | + "_locales/ko/machine-learning-strings.json", |
| 42 | + "docs/_locales/ko/ml_get_event_certainty.md", |
| 43 | + "docs/_locales/ko/ml_is_event_detected.md", |
| 44 | + "docs/_locales/ko/ml_on_event_start.md", |
| 45 | + "docs/_locales/ko/ml_on_event_stop_detailed.md", |
| 46 | + "docs/_locales/ko/ml_on_event_stop.md", |
| 47 | + "_locales/nl/machine-learning-jsdoc-strings.json", |
| 48 | + "_locales/nl/machine-learning-strings.json", |
| 49 | + "docs/_locales/nl/ml_get_event_certainty.md", |
| 50 | + "docs/_locales/nl/ml_is_event_detected.md", |
| 51 | + "docs/_locales/nl/ml_on_event_start.md", |
| 52 | + "docs/_locales/nl/ml_on_event_stop_detailed.md", |
| 53 | + "docs/_locales/nl/ml_on_event_stop.md", |
| 54 | + "_locales/pl/machine-learning-jsdoc-strings.json", |
| 55 | + "_locales/pl/machine-learning-strings.json", |
| 56 | + "docs/_locales/pl/ml_get_event_certainty.md", |
| 57 | + "docs/_locales/pl/ml_is_event_detected.md", |
| 58 | + "docs/_locales/pl/ml_on_event_start.md", |
| 59 | + "docs/_locales/pl/ml_on_event_stop_detailed.md", |
| 60 | + "docs/_locales/pl/ml_on_event_stop.md", |
| 61 | + "_locales/pt-BR/machine-learning-jsdoc-strings.json", |
| 62 | + "_locales/pt-BR/machine-learning-strings.json", |
| 63 | + "docs/_locales/pt-BR/ml_get_event_certainty.md", |
| 64 | + "docs/_locales/pt-BR/ml_is_event_detected.md", |
| 65 | + "docs/_locales/pt-BR/ml_on_event_start.md", |
| 66 | + "docs/_locales/pt-BR/ml_on_event_stop_detailed.md", |
| 67 | + "docs/_locales/pt-BR/ml_on_event_stop.md", |
| 68 | + "_locales/zh-TW/machine-learning-jsdoc-strings.json", |
| 69 | + "_locales/zh-TW/machine-learning-strings.json", |
| 70 | + "docs/_locales/zh-TW/ml_get_event_certainty.md", |
| 71 | + "docs/_locales/zh-TW/ml_is_event_detected.md", |
| 72 | + "docs/_locales/zh-TW/ml_on_event_start.md", |
| 73 | + "docs/_locales/zh-TW/ml_on_event_stop_detailed.md", |
| 74 | + "docs/_locales/zh-TW/ml_on_event_stop.md" |
| 75 | + ], |
| 76 | + "testFiles": ["autogenerated.ts", "main.ts", "main.blocks"], |
| 77 | + "targetVersions": { |
| 78 | + "branch": "v6.0.26", |
| 79 | + "tag": "v6.0.26", |
| 80 | + "commits": "https://github.com/microsoft/pxt-microbit/commits/0ba979dd8a8f411c37c20b5fd4faba5b43ef51aa", |
| 81 | + "target": "6.0.26", |
| 82 | + "targetId": "microbit", |
| 83 | + "pxt": "9.0.17" |
| 84 | + }, |
| 85 | + "supportedTargets": ["microbit"], |
| 86 | + "preferredEditor": "tsprj", |
| 87 | + "yotta": { |
| 88 | + "config": { |
| 89 | + "ML_INFERENCE_PERIOD_MS": 250 |
90 | 90 | } |
| 91 | + } |
91 | 92 | } |
0 commit comments