Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 907 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 907 Bytes

lockfileparsergo

PkgGoDev

This repository contains a collection of JS libraries for parsing package manager lockfiles and glue code to make them interoperable with golang. It uses v8go to execute the scripts and returns native types.

Parsers are available (checked) or planned for:

TODO:

  • Pre-compile the js bundle instead of executing it in each isolate.