Container support for zipped node modules as actions

This commit gives the nodejsAction and nodejs6Action containers the ability to accept an action represented as a base64-encoded zip file of a node module.

The module needs to export a function matching the expected signature of a whisk action (dict->dict).

NodeJS `Exec` entities detect whether the action is a script file or a base64-encoded zip file and communicate this to the container.
1 file changed