app-root-path
popularDetermine an app's root path from anywhere inside the app
Updated by @inxilpro
node-modules-regexp
popularA regular expression for file paths that contain a `node_modules` folder.
Updated by @jamestalmage
rollup-plugin-rename-node-modules
A Rollup plugin to rename the `node_modules` created when bundling some external libries while using preserveModules
Updated by @lazyuki
@nodesecure/scanner
A package API to run a static analysis of your module's dependencies.
Updated by @antoine-coulon
require-it
This module extends the default Node.js require with capabilities to require nested modules, independent on where they are nested.
Updated by @szikszail
copy-files-from-to
Copy files from one path to another, based on the instructions provided in a configuration file.
Updated by @webextensions
@gem-mine/rollup-plugin-rename-node-modules
A Rollup plugin to rename the `node_modules` created when bundling some external libries while using preserveModules
Updated by @caolvchong
link-package
No more require('./../../../../../../../../some/other/folder/and/file.js')
Updated by @peerigon
babel-loader-exclude-node-modules-except
Creating a regular expression for excluding node_modules from babel transpiling except for individual modules
Updated by @dutchenkooleg
laravel-mix-transpile-node-modules
Laravel Mix extension for Babel-transpiling dependencies inside node_modules
Updated by @daun