Imports of package js

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
github.com/tdewolff/minify/v2Package minify relates MIME type to minifiers.
github.com/tdewolff/parse/v2Package parse contains a collection of parsers for various formats in its subpackages.
github.com/tdewolff/parse/v2/jsPackage js is an ECMAScript5.1 lexer following the specifications at http://www.ecma-international.org/ecma-262/5.1/.
github.com/tdewolff/parse/v2/strconv
ioPackage io provides basic interfaces to I/O primitives.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.