Apr 23, 2019
Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Yarn caches every package it downloads so it never needs to again. It also parallelizes operations to maximize resource utilization so install times are faster than ever. | It is a popular and widely used package written in JavaScript. It optimizes the workflow around managing multi-package repositories with git and npm. |
Statistics | |
GitHub Stars 41.5K | GitHub Stars 36.0K |
GitHub Forks 2.7K | GitHub Forks 2.3K |
Stacks 28.2K | Stacks 1.2K |
Followers 13.5K | Followers 137 |
Votes 151 | Votes 0 |
Pros & Cons | |
Pros
Cons
| No community feedback yet |
Integrations | |
| No integrations available | |

npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day.

RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It implements the Asynchronous Module API. Using a modular script loader like RequireJS will improve the speed and quality of your code.

A JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

It is a secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.

Visualize your data in 6 different ways. Each of them animated, with a load of customisation options and interactivity extensions.

Component's philosophy is the UNIX philosophy of the web - to create a platform for small, reusable components that consist of JS, CSS, HTML, images, fonts, etc. With its well-defined specs, using Component means not worrying about most frontend problems such as package management, publishing components to a registry, or creating a custom build process for every single app.

Immutable provides Persistent Immutable List, Stack, Map, OrderedMap, Set, OrderedSet and Record. They are highly efficient on modern JavaScript VMs by using structural sharing via hash maps tries and vector tries as popularized by Clojure and Scala, minimizing the need to copy or cache data.

A simple, zero-config-required local private npm registry. Comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way.

A JavaScript utility library delivering consistency, modularity, performance, & extras. It provides utility functions for common programming tasks using the functional programming paradigm.