2017-06-29 15:47:26 +01:00
|
|
|
{
|
|
|
|
"name": "core",
|
|
|
|
"description": "The core library",
|
|
|
|
"files": [
|
|
|
|
"README.md",
|
2017-06-29 16:35:57 +01:00
|
|
|
"Makefile",
|
2017-06-29 15:47:26 +01:00
|
|
|
"pxt.h",
|
|
|
|
"pxtcore.h",
|
2017-07-11 16:18:59 +02:00
|
|
|
"ev3const.h",
|
2017-06-29 19:41:38 +02:00
|
|
|
"linux.cpp",
|
2017-07-07 18:26:49 +01:00
|
|
|
"mmap.cpp",
|
2017-07-07 11:44:34 +01:00
|
|
|
"control.cpp",
|
2017-12-18 22:36:32 -08:00
|
|
|
"console.ts",
|
2017-12-15 11:25:23 +00:00
|
|
|
"serialnumber.cpp",
|
2017-07-10 14:16:31 +01:00
|
|
|
"buttons.ts",
|
2017-10-30 12:45:37 +00:00
|
|
|
"png.cpp",
|
2017-07-05 13:06:58 +01:00
|
|
|
"screen.cpp",
|
|
|
|
"screen.ts",
|
2018-01-04 21:50:13 -08:00
|
|
|
"battery.ts",
|
2017-07-07 15:15:36 +01:00
|
|
|
"output.cpp",
|
|
|
|
"output.ts",
|
2017-07-10 11:37:14 +01:00
|
|
|
"core.ts",
|
2017-12-18 13:04:17 -08:00
|
|
|
"input.cpp",
|
2017-07-10 11:37:14 +01:00
|
|
|
"input.ts",
|
2017-07-05 01:17:26 +01:00
|
|
|
"shims.d.ts",
|
|
|
|
"enums.d.ts",
|
2017-07-05 11:42:42 +01:00
|
|
|
"dal.d.ts",
|
2017-10-30 15:34:47 +00:00
|
|
|
"images.ts",
|
|
|
|
"images.jres",
|
2017-11-16 12:41:47 -08:00
|
|
|
"icons.jres",
|
2017-06-29 15:47:26 +01:00
|
|
|
"ns.ts"
|
|
|
|
],
|
|
|
|
"testFiles": [
|
|
|
|
"test.ts"
|
|
|
|
],
|
2017-07-11 16:58:51 +02:00
|
|
|
"npmDependencies": {},
|
2017-06-29 15:47:26 +01:00
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
|
|
|
"base": "file:../base"
|
|
|
|
}
|
2017-07-11 16:58:51 +02:00
|
|
|
}
|