Babel compiler core.
Data-Mapper ORM for TypeScript and ES2023+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.
Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.
Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.
📦🐈 Fast, reliable, and secure dependency management.
Run scripts that set and use environment variables across platforms
Selectively replace Node-style environment variables with plain strings.
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Enhance the require function in node.js with support for loaders which preprocess files and really async require (AMD). Enables Hot Code Replacement.
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
Turn valid member expression property literals into plain identifiers
Custom parser for ESLint
Treat React JSX elements as value types and hoist them to the highest scope
Compile static constants (ie. code that we can statically determine to be constant at runtime)
Collection of debug messages used by Babel.
Babel plugin for turning __proto__ into a shallow property clone
Collection of helper functions used by Babel transforms.
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
Turn valid property key literals to plain identifiers
Throw a compile-time error on references to undeclared variables
Acorn fork used by babel