levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
INDIRECT
2
moduletype • 0.0.8Pass in the string representation of a file to get the file's module pattern. `moduletype` returns the module pattern type used by a script, for example 'cjs' or 'esm'.
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
INDIRECT
0
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronously
DIRECT
0
resolveuid • 0.0.3given a filepath return a unique id with serialised info from any package.json file is discovered on the path
DIRECT
1
resolvewith • 0.0.4resolve one filepath (or id) relative to another via the rules of CommonJS/node's module.require
DIRECT
0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.