質問編集履歴
1
質問の解答
test
CHANGED
File without changes
|
test
CHANGED
@@ -128,6 +128,60 @@
|
|
128
128
|
|
129
129
|
|
130
130
|
|
131
|
+
package.json
|
132
|
+
|
133
|
+
```
|
134
|
+
|
135
|
+
{
|
136
|
+
|
137
|
+
"name": "noble_lesson",
|
138
|
+
|
139
|
+
"version": "1.0.0",
|
140
|
+
|
141
|
+
"description": "",
|
142
|
+
|
143
|
+
"main": "app.js",
|
144
|
+
|
145
|
+
"scripts": {
|
146
|
+
|
147
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
148
|
+
|
149
|
+
},
|
150
|
+
|
151
|
+
"keywords": [],
|
152
|
+
|
153
|
+
"author": "",
|
154
|
+
|
155
|
+
"license": "ISC",
|
156
|
+
|
157
|
+
"dependencies": {
|
158
|
+
|
159
|
+
"csv": "^5.1.3",
|
160
|
+
|
161
|
+
"noble": "^1.9.1",
|
162
|
+
|
163
|
+
"noble-mac": "git+https://github.com/Timeular/noble-mac.git",
|
164
|
+
|
165
|
+
"node-bebop": "^0.6.0"
|
166
|
+
|
167
|
+
}
|
168
|
+
|
169
|
+
}
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
```
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
131
185
|
|
132
186
|
|
133
187
|
### 補足情報(FW/ツールのバージョンなど)
|