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
- Host: GitHub
- URL: https://github.com/anthonyzou/sourcemap-unpack
- Owner: Anthonyzou
- License: mit
- Created: 2019-01-20T20:47:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T16:38:00.000Z (over 3 years ago)
- Last Synced: 2025-05-19T01:19:28.286Z (8 months ago)
- Topics: nodejs, sourcemap
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 33
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```