standard-things / create-esmLinks
Create `esm` enabled packages.
☆50Updated 6 years ago
Alternatives and similar repositories for create-esm
Users that are interested in create-esm are comparing it to the libraries listed below
Sorting:
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated last month
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Import a globally installed module☆57Updated last year
- Check if a URL is absolute☆80Updated last month
- Get the path of the caller module☆66Updated 4 years ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated last year
- Check if your code is running as an npm or yarn script☆64Updated last month
- programmatically publish and unpublish npm packages☆46Updated 3 years ago
- Standard NPM Package Format☆41Updated 3 years ago
- Find the closest package.json file☆165Updated 4 months ago
- A pluggable JavaScript source code formatter☆29Updated 2 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Sort the keys of an object☆105Updated last month
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Transparently adds support for Plug'n'Play to TypeScript☆67Updated 5 years ago
- Get the path of the parent module☆78Updated last month
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 2 years ago
- Lazy number range generator☆82Updated last year
- Find duplicate dependencies in your node_modules. Useful when use npm as a package manager for front-end.☆35Updated 2 months ago
- This module has moved and is now available at @rollup/plugin-url / https://github.com/rollup/plugins/blob/master/packages/url☆75Updated 4 years ago
- Stringify an object sorting scalars before objects, and defaulting to 2-space indent☆25Updated 2 years ago
- Rewrite `import` statements as `require()`s; via RegExp