node-releases

Node.js releases data

bluebird

Full featured Promises/A+ implementation with exceptionally good performance

prelude-ls

prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.

babel-core

Babel compiler core.

string.prototype.trimstart

ES2019 spec-compliant String.prototype.trimStart shim.

available-typed-arrays

Returns an array of Typed Array names that are available in the current environment

@babel/helper-plugin-utils

General utilities for plugins to use

csstype

Strict TypeScript and Flow types for style based on MDN data

define-properties

Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.

node-gyp-build

Build tool and bindings loader for node-gyp that supports prebuilds

optionator

option parsing and help generation

tailwindcss

A utility-first CSS framework for rapidly building custom user interfaces.

lru-cache

A cache object that deletes the least-recently-used items.

get-symbol-description

Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.

etag

Create simple HTTP ETags

normalize-package-data

Normalizes data that can be found in package.json files.

delayed-stream

Buffers events from a stream until you are ready to handle them.

indent-string

Indent each line in a string

@babel/helper-module-imports

Babel helper functions for inserting module loads

content-type

Create and parse HTTP Content-Type header

@smithy/util-utf8

A UTF-8 string <-> UInt8Array converter

regexp.prototype.flags

ES6 spec-compliant RegExp.prototype.flags shim.

is-shared-array-buffer

Is this value a JS SharedArrayBuffer?

util

Node.js's util module for all engines

is-string

Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

string_decoder

The string_decoder module from Node core

is-typed-array

Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.

finalhandler

Node.js final http responder

ajv-keywords

Additional JSON-Schema keywords for Ajv JSON validator

levn

Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible

pirates

Properly hijack require, i.e., properly define require hooks and customizations

is-unicode-supported

Detect whether the terminal supports Unicode

colorette

🌈Easily set your terminal text color & styles.

es-to-primitive

ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.

@typescript-eslint/typescript-estree

A parser that converts TypeScript source code into an ESTree compatible form

is-arrayish

Determines if an object can be used as an array

parseurl

parse a url with memoization

object.assign

ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim

is-symbol

Determine if a value is an ES6 Symbol or not.

type-check

type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.