sourcemap-codec provides fast, lossless, roundtrip conversion between base64 VLQ encoded strings in source maps and arrays of integers. It focuses purely on encoding and decoding VLQ data, offering performance benefits. It is used specifically for manipulating the lines, segments and columns arrays that are a part of source maps and makes modifying those arrays fast and easy. It is not a full source map library.