source-map-unpacker

Turn a source map into its original source files. Install by running `npm i -g source-map-unpacker`


Keywords
source map, source-map, unpack source maps, recreate source maps, source map to original structure, nodejs, sourcemap
License
MIT
Install
npm install source-map-unpacker@2.0.0

Documentation

Source map file unpacker

Turn a source map into its original source files. Install by running npm i -g source-map-unpacker

Usage

Usage: unmap [options]

Options:
  -p, --path <p>    input map file
  -f, --filter <f>  string to filter out files
  -o, --output <o>  output folder
  -h, --help        output usage information