npm downloads
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Showing npm packages maintained by this author. Pick a package to open detailed download analytics.
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
Extract the non-magic parent path from a glob string.
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
Returns true if a string has an extglob.
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Get the native type of a value.
Wrap words to a specified length.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Returns true if a value is a plain object, array or function.
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Returns true if the value is an object and not an array or null.
Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Get the npm global path prefix.
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
A node.js package for Steven Levithan's excellent dateFormat() function.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Creates a shallow clone of any JavaScript value.
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Parse a passwd file into a list of users.
Repeat the given string n times. Fastest implementation for repeating a string.
Node.js os.homedir polyfill for older versions of node.js.
Expand POSIX bracket expressions (character classes) in glob patterns.
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Set nested properties on an object using dot notation.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.
Resolve a directory that is either local, global or in the user's home directory.
Visit a method over the items in an object, or map visit over the objects in an array.
Remove duplicate values from an array. Fastest ES5 implementation.
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Easy way to split a string on a given character unless it's quoted or escaped.
Returns `true` if the path appears to be relative.
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Detects if a file exists and returns the resolved filepath.
Map `visit` over an array of objects.
Utils for working with JavaScript classes and prototype methods.
Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map support.
Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
Showing 50 of 789 packages
Analyze and visualize download stats for npm packages and authors.
Showing npm packages maintained by this author. Pick a package to open detailed download analytics.
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
Extract the non-magic parent path from a glob string.
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
Returns true if a string has an extglob.
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Get the native type of a value.
Wrap words to a specified length.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Returns true if a value is a plain object, array or function.
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Returns true if the value is an object and not an array or null.
Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Get the npm global path prefix.
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
A node.js package for Steven Levithan's excellent dateFormat() function.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Creates a shallow clone of any JavaScript value.
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Parse a passwd file into a list of users.
Repeat the given string n times. Fastest implementation for repeating a string.
Node.js os.homedir polyfill for older versions of node.js.
Expand POSIX bracket expressions (character classes) in glob patterns.
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Set nested properties on an object using dot notation.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.
Resolve a directory that is either local, global or in the user's home directory.
Visit a method over the items in an object, or map visit over the objects in an array.
Remove duplicate values from an array. Fastest ES5 implementation.
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Easy way to split a string on a given character unless it's quoted or escaped.
Returns `true` if the path appears to be relative.
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Detects if a file exists and returns the resolved filepath.
Map `visit` over an array of objects.
Utils for working with JavaScript classes and prototype methods.
Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map support.
Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
Showing 50 of 789 packages