path |
|
Properties
Name |
Type |
Description |
node |
String
|
Path to Node.js shell |
root |
String
|
Path to jp-Babel root folder |
kernel |
String
|
Path to jp-Babel kernel |
images |
String
|
Path to jp-Babel images folder |
|
packageJSON |
Object
|
Contents of npm package.json |
flag |
|
Properties
Name |
Type |
Description |
debug |
Boolean
|
-debug |
hideUndefined |
Boolean
|
-[hide|show]-undefined |
install |
String
|
-install=[local|global] |
specPath |
String
|
-spec-path=[none|full] |
startup |
String
|
-startup-script=path |
cwd |
String
|
-working-dir=path |
|
args |
|
Properties
Name |
Type |
Description |
kernel |
Array.<String>
|
Command arguments to run kernel |
frontend |
Array.<String>
|
Command arguments to run frontend |
|
protocol |
|
Properties
Name |
Type |
Description |
version |
String
|
Protocol version |
majorVersion |
Integer
|
Protocol major version |
|
frontend |
|
Properties
Name |
Type |
Description |
error |
Error
|
Frontend error |
version |
String
|
Frontend version |
majorVersion |
Integer
|
Frontend major version |
|