Description
Provides a JavaScript library for generating and consuming source maps. Development tools use it to connect minified, bundled, or compiled code back to the original source files during debugging.
Most users install it as a dependency of build tools. Developers use it when writing bundlers, compilers, debuggers, or tools that report source locations.