Check if a path is inside node_modules
Load node modules according to tsconfig paths, in run-time or via API.
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Sentry Node SDK using OpenTelemetry for performance instrumentation
Intercept imports in Node.js
OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications
Base class for node which OpenTelemetry instrumentation modules extend
Return an array of all parent node_modules directories
Polyfill/shim for util.promisify in node versions < v8
A set of utilities to assist developers of tools that build N-API native add-ons
Easily exclude node_modules in Webpack bundle
transform humanize time to ms
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Build tool and bindings loader for node-gyp that supports prebuilds
Helper module for loading your native module's .node file
Get current machine IP, MAC and DNS servers.
New Relic Security Agent for Node.js
Build tool and bindings loader for node-gyp that supports prebuilds
OpenTelemetry SDK for Node.js
Node is running but you don't know why? why-is-node-running is here to help you.
The core of Expo Modules architecture
Electron supporting package to rebuild native node modules against the currently installed electron
A collection of pre-built module patches that enable existing npm modules to publish diagnostic data
complete type checking for node
launch iOS apps iOS devices from the command line (Xcode 6)\nInstall and debug iOS apps without using Xcode. Designed to work on un-jailbroken devices.
The ESLint node modules
Browserify packages node modules for the browser. This gem makes it easy to integrate this into the Rails asset pipeline or other Sprockets chains.
A simple way to include node module assets in your Jekyll build
This provides a read-only interace over the data provided by the date-holidays Node module available at https://github.com/commenthol/date-holidays .'
Node Event module for Rails asset pipeline
Transpile your ES6 files into ES5 using the Illusionist node module and Sprockets
Capistrano recipes for deploying node apps using forever module to manage the daemon
Exposees wanted node_modules to the public directory for Rails apps that have transitioned from Sprockets to Propshaft.
Efficient lookup of ipv4/ipv6 to country using the node-modules's geo-whois-asn-country CSVs.
Provides a generic tree data structure with ability to store keyed node elements in the tree. The implementation mixes in the Enumerable module.
RubyTree is a Ruby implementation of the generic tree data structure. It provides simple APIs to store named nodes, and to access, modify, and traverse the tree. The data model is node-centric, where nodes in the tree are the primary structural elements. It supports all common tree-traversal methods (pre-order, post-order, and breadth first). RubyTree mixes in the Enumerable and Comparable modules and behaves like a standard Ruby collection (iteration, comparison, etc.). RubyTree also includes a binary tree implementation, which provides in-order node traversal besides the other methods. RubyTree can import from and export to JSON, and supports Ruby’s object marshaling.