Imports of js command

PathSynopsis
C
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/tdewolff/minify/v2Package minify relates MIME type to minifiers.
github.com/tdewolff/minify/v2/cssPackage css minifies CSS3 following the specifications at http://www.w3.org/TR/css-syntax-3/.
github.com/tdewolff/minify/v2/htmlPackage html minifies HTML5 following the specifications at http://www.w3.org/TR/html5/syntax.html.
github.com/tdewolff/minify/v2/jsPackage js minifies ECMAScript 2021 following the language specification at https://tc39.es/ecma262/.
github.com/tdewolff/minify/v2/jsonPackage json minifies JSON following the specifications at http://json.org/.
github.com/tdewolff/minify/v2/svgPackage svg minifies SVG1.1 following the specifications at http://www.w3.org/TR/SVG11/.
github.com/tdewolff/minify/v2/xmlPackage xml minifies XML1.0 following the specifications at http://www.w3.org/TR/xml/.
github.com/tdewolff/parse/v2/bufferPackage buffer contains buffer and wrapper types for byte slices.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
unsafePackage unsafe contains operations that step around the type safety of Go programs.