GitHub

GitHub

GitHub is a web-based hosting service for version control using Git.

54,184 tracked projects
Public Registry
Public registry metadata is sourced from known upstream package ecosystems.
github.com

Find Project in GitHub

ProjectDescription
Compilation of TypeScript source or file(s) via BatchCompiler
ngzip is a portable streaming stdio gzip command line utility that uses Node.js zlib. It should run anywhere Node.js runs including windows, *nix, mac.
Laravel Elixir CoffeeScript Support
python, but with running.
Source environment variables from a shell script into a Node.js process.
LiveReload CLI tool
Seedable Pseudorandom Number Generators
Override default Jasmine matchers to provide additional diff output
This repository is an extension of our research on cryptocurrency clones and documents existing vulnerabilities discovered in those clones
Fast ESLint for CI
Simple Node.js Debugging for Core HTTP and HTTPS modules.
A Promise.all but for Objects as well as Arrays
CVE-2026-1337 - Neo4j - Log Injection
Encode and decode arbitrarily large signed and unsigned BigInts
CommonJS/RequireJS build tool
CSS linter for immutable selectors.
Generate a complete list of fonts and their sources from a directory
I just want to search and write my notes regardless of their file name ...
ESLint rule for forbidding use of React Native components when a version of react-native-normalized is available
Store answers to user prompts, based on locale and/or current working directory (node.js/JavaScript)
Checks if the callback returns a truthy value for any element in a collection, or for any sub-string in a string. The function returns as soon as it finds a passing value and does not iterate over the entire collection.
Get the actual name of a plugin or generator by stripping certain words from the title, allowing it to be used in templates. For example, the "actual" name of `generator-foo` would `foo`.
Swap two items in an array. Does not modify the Array prototype.
Returns true if the callback returns truthy for all elements in the given array.
Similar to Lo-Dash's compact method, but coerces values to arrays first, then returns a flattened array with all falsey values removed. The values false, null, 0, "", undefined, and NaN are all falsey
Async reduce.
Base file loader for [template], for loading vinyl files onto a template collection.
Generate a plain-text or markdown formatted list, with proper indentation, bullets, numbers, letters, roman numerals or custom characters
Collapse an object into a string using the syntax from expand-object. Useful for setting command line args or with test fixtures.
Pad numbers with zeros. Automatically pad the number of digits based on the length of the array, or explicitly pass in the number of digits to use.
Extract a banner comment from a string of javascript.
Fill an array to the given length by repeating its elements. This is a very fast implementation.
Remove extra newlines in a string.
Gulp plugin for removing files flagged as drafts. Can also be used as an assemble or verb plugin.
Dynamically rename dest extension based on src extension. e.g `.coffee` => `.js`. This will only rename the ext, no other path parts are modified.
Returns true if a buffer is binary. Takes a buffer and does not read from the file system.
Returns true if a path is a dot-directory.
just `console.log` prefixed with a green check
Map the destination path for a file based on the given source path and options.
Middleware for templates, assemble, verb, generate or update, for renaming files based on front-matter properties.
Utils for `templates`, assemble, verb, update and generate middleware.
34 non-character code points (labeled <not a character>), that are set aside and guaranteed to never be used for a character. Perfect to use for placeholders or temporary replacements during string transformations.
Normalize an array of keywords. Sorts and removes duplicates and common words (uses the 100 most common english words).
Simple API for globally installing or uninstalling one or more NPM packages.
Get n specific segments of a file path, e.g. first 2, last 3, etc.
Plugin for question-store that adds a `match` method for filtering out questions to ask using glob patterns or regex.
Generate reference links for a glob of markdown files, allowing you to more easily create references from one file to another.
Calculate the relative path from a file's destination path to another directory or file. Useful in template helpers, middleware and plugins.
Run multiple regex or string find-and-replace transformations on a string in sequence, reducing the final string to the accumulated result of all transformations.