
Converts a source-map from/to different formats and allows adding/changing the properties.
Source maps allow tools to display unminified code from minified code with an optimized mapping between them. It is a kind of debug symbols for minified javascript.
Node.js is an event-based server-side JavaScript engine.