Expand description
Source map file processing for license detection.
Source map files (.js.map, .css.map) are JSON files containing embedded
source code in a sourcesContent array. This module extracts that content
for license detection.
Functionsยง
- extract_
sourcemap_ content - Extract source content from a source map JSON file.
- is_
sourcemap - Check if a file is a source map file based on extension.