Function that returns an arbitrary async generator function, or undefined if async generator syntax is unsupported.
Repositories
ljharb repositories
Returns an arbitrary generator function, or undefined if generator syntax is unsupported.
a glob matcher in javascript
Mirror (copy) the own property descriptors from one object, onto another.
Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
Transform comments in JS files between multiple styles - single-line, multi-line, both, and more to come!
Simple function to extend objects
The semver parser for node (the one npm uses)
A port of jQuery.extend that actually works on node.js
The Node.js® Website
The current time in milliseconds, from the most precise monotonic clock available (`performance.now` → `process.hrtime` → `Date.now` → `new Date().getTime()`), for measuring elapsed time.
a package manager for node
Given an npm module name, get a map of npm version numbers to deprecation messages.
SPDX license expressions for npm package without proper metadata
Safely generate an npm lockfile and output it to the filename of your choice.
Walk through a folder and figure out what goes in an npm package
Add a small SVG badge to your Readme showing your package's latest NPM version!
Command line tool for creating or updating a .npmignore file based on .gitignore.
Node Version Manager - Simple bash script to manage multiple active node.js versions