glsl-parser(latest: 2.0.1) transform streamed glsl tokens into an ast
wrap-stream(latest: 2.0.0) Wrap the output of a stream with a prefix and/or suffix
is-require(latest: 0.0.1) Tests whether an JavaScript AST node is likely to be a valid `require` call.
glsl-token-depth(latest: 1.1.2) Determine the scope depth of an array of GLSL tokens
glsl-token-descope(latest: 1.0.2) "Descope" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts.
glsl-token-scope(latest: 1.1.2) Infer the scope of each token in an array of GLSL tokens
glsl-token-string(latest: 1.0.1) Converts an array of GLSL tokens to a plain source string
glsl-token-defines(latest: 1.0.0) Retrieve the values defined with preprocessor statements in a selection of GLSL tokens
map-limit(latest: 0.0.1) async.mapLimit's functionality available as a standalone npm module