Showing 1-20 of 417 packages
Enables support for resolving dependencies via NODE_PATH in Node.js ESM mode.
Enforce usage of NODE_PATH environmental variable to make loading application modules in Node.js more consistent.
Changes nodejs's NODE_PATH env var programmatically
Node default behavior import resolution plugin for eslint-plugin-import.
This lib is usually linked to a Muse plugin for development. So usually need to delete the local `node_modules` folder even `NODE_PATH` is set to plugin's `node_modules` folder.
This babel plugin transforms a prefix in the path of a require/import to a relative path to a given directory. The plugin can be used as an alternative to using the environment variable to resolve dependencies (e.g. NODE_PATH=src), or as an alternative to
CDK Toolkit for use with LocalStack
Tries to load the given module name by looking in: - `$NODE_PATH` - `~/.node_modules` - `npm root -g`
Used in pnpm for command line application support
An Antora's site generator that produces a Lunr index.
Spawn for node.js but in a way that works regardless of which OS you're using
Simple wrapper around npm that adds kernel signal and NODE_PATH support to npm run
A C++ module for node-js that does base64 encoding and decoding.
Run create-react-app application with env variables
This is the Apryse SDK packaged as a Node.js module.
A GraphQL transform that provide assertions of fields
Require global npm as a local node module.
Inject additional paths to modules.require global search path.
[](https://badge.fury.io/js/loop-common)
Node.js ESM (ES modules) doesn't support the `NODE_PATH` environment variable, unlike CommonJS modules. This creates [issues](https://github.com/pnpm/pnpm/issues/9618) when using pnpm with a [global virtual store](https://pnpm.io/settings#enableglobalvirt