An open API service indexing awesome lists of open source software.

https://github.com/anthonyzou/sourcemap-unpack

Unpack source maps
https://github.com/anthonyzou/sourcemap-unpack

nodejs sourcemap

Last synced: 5 months ago
JSON representation

Unpack source maps

Awesome Lists containing this project

README

          

# 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

input source map file
-f, --filter filter out file names
-o, --output output folder (default: "./")
-h, --help display help for command
```