source-map-lookup

1.2.0 • Public • Published

Source Map Lookup

Simple script to map source-maped file location to the original source file.

Installation

npm install -g source-map-lookup

Usage

source-map-lookup mapFile path line column

Example

$ source-map-lookup ./test/test.js.map out.js 4 2
{ source: 'foo.js', line: 17, column: 11, name: 'src' }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    36
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    36
  • 1.1.0
    0

Package Sidebar

Install

npm i source-map-lookup

Weekly Downloads

36

Version

1.2.0

License

none

Last publish

Collaborators

  • kpdecker