Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.
A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.
A library to create a trace of your node app per Google's Trace Event format.
The core of webpack and enhanced-require.
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
Collection of debug messages used by Babel.
Collection of helper functions used by Babel transforms.
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
Offload tasks to a pool of workers on node.js and in the browser
The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server
Turns off all rules that are unnecessary or might conflict with Prettier.
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
A port of inflection-js to node.js module
Topological sort of directed acyclic graphs (like dependecy lists)
Formats SQL queries. Part of SQLTools
ESLint parser that allows for linting of experimental syntax transformed by Babel
Transform optional chaining operators into a series of nil checks