1 | express | Fast, unopinionated, minimalist web framework | 3.4m |
---|
2 | react | React is a JavaScript library for building user interfaces. | 2.9m |
---|
3 | eslint | An AST-based pattern checker for JavaScript. | 2.9m |
---|
4 | webpack | Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff. | 2.6m |
---|
5 | mocha | simple, flexible, fun test framework | 2.6m |
---|
6 | react-dom | React package for working with the DOM. | 2.5m |
---|
7 | babel-core | Babel compiler core. | 2.5m |
---|
8 | babel-loader | babel module loader for webpack | 2.1m |
---|
9 | lodash | Lodash modular utilities. | 2m |
---|
10 | gulp | The streaming build system. | 2m |
---|
11 | typescript | TypeScript is a language for application scale JavaScript development | 1.8m |
---|
12 | babel-eslint | Custom parser for ESLint | 1.7m |
---|
13 | css-loader | css loader module for webpack | 1.7m |
---|
14 | karma | Spectacular Test Runner for JavaScript. | 1.6m |
---|
15 | chai | BDD/TDD assertion library for node.js and the browser. Test framework agnostic. | 1.6m |
---|
16 | body-parser | Node.js body parsing middleware | 1.6m |
---|
17 | babel-preset-es2015 | Babel preset for all es2015 plugins. | 1.6m |
---|
18 | grunt | The JavaScript Task Runner | 1.5m |
---|
19 | jquery | JavaScript library for DOM operations | 1.5m |
---|
20 | webpack-dev-server | Serves a webpack app. Updates the browser on changes. | 1.4m |
---|
21 | karma-chrome-launcher | A Karma plugin. Launcher for Chrome and Chrome Canary. | 1.3m |
---|
22 | axios | Promise based HTTP client for the browser and node.js | 1.3m |
---|
23 | rimraf | A deep deletion module for node (like `rm -rf`) | 1.3m |
---|
24 | file-loader | A file loader module for webpack | 1.2m |
---|
25 | eslint-plugin-import | Import with sanity. | 1.2m |
---|
26 | karma-jasmine | A Karma plugin - adapter for Jasmine testing framework. | 1.2m |
---|
27 | style-loader | style loader module for webpack | 1.2m |
---|
28 | vue | Reactive, component-oriented view layer for modern web interfaces. | 1.2m |
---|
29 | cross-env | Run scripts that set and use environment variables across platforms | 1.1m |
---|
30 | @types/node | TypeScript definitions for Node.js | 1.1m |
---|
31 | node-sass | Wrapper around libsass | 1.1m |
---|
32 | eslint-plugin-react | React specific linting rules for ESLint | 1.1m |
---|
33 | tslint | An extensible static analysis linter for the TypeScript language | 1.1m |
---|
34 | html-webpack-plugin | Simplifies creation of HTML files to serve your webpack bundles | 1m |
---|
35 | babel-preset-env | A Babel preset for each environment. | 1m |
---|
36 | bootstrap | The most popular front-end framework for developing responsive, mobile first projects on the web. | 1m |
---|
37 | rxjs | Reactive Extensions for modern JavaScript | 1m |
---|
38 | babel-preset-react | Babel preset for all React plugins. | 1m |
---|
39 | react-scripts | Configuration and scripts for Create React App. | 1m |
---|
40 | jasmine-core | Official packaging of Jasmine's core files for use by Node.js projects. | 1m |
---|
41 | jest | Delightful JavaScript Testing. | 1m |
---|
42 | chalk | Terminal string styling done right | 1m |
---|
43 | url-loader | A loader for webpack which transforms files into base64 URIs | 1m |
---|
44 | moment | Parse, validate, manipulate, and display dates | 998k |
---|
45 | request | Simplified HTTP request client. | 997k |
---|
46 | grunt-contrib-uglify | Minify JavaScript files with UglifyJS | 994k |
---|
47 | grunt-contrib-watch | Run predefined tasks whenever watched file patterns are added, changed or deleted | 988k |
---|
48 | sinon | JavaScript test spies, stubs and mocks. | 980k |
---|
49 | zone.js | Zones for JavaScript | 976k |
---|
50 | autoprefixer | Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website | 976k |
---|
51 | core-js | Standard library | 963k |
---|
52 | sass-loader | Sass loader for webpack | 955k |
---|
53 | extract-text-webpack-plugin | Extract text from bundle into a file. | 941k |
---|
54 | @angular/compiler | Angular - the compiler library | 931k |
---|
55 | @angular/core | Angular - the core framework | 930k |
---|
56 | @angular/common | Angular - commonly needed directives and services | 921k |
---|
57 | @angular/platform-browser | Angular - library for using Angular in a web browser | 918k |
---|
58 | @angular/platform-browser-dynamic | Angular - library for using Angular in a web browser with JIT compilation | 911k |
---|
59 | redux | Predictable state container for JavaScript apps | 897k |
---|
60 | grunt-contrib-jshint | Validate files with JSHint | 889k |
---|
61 | gulp-rename | Rename files | 879k |
---|
62 | @angular/forms | Angular - directives and services for creating forms | 877k |
---|
63 | gulp-uglify | Minify files with UglifyJS. | 875k |
---|
64 | ts-node | TypeScript execution environment and REPL for node.js, with source map support | 856k |
---|
65 | react-redux | Official React bindings for Redux | 843k |
---|
66 | @angular/compiler-cli | Angular - the compiler CLI for Node.js | 829k |
---|
67 | protractor | Webdriver E2E test wrapper for Angular. | 824k |
---|
68 | babel-cli | Babel command line. | 823k |
---|
69 | semver | The semantic version parser used by npm. | 819k |
---|
70 | prettier | Prettier is an opinionated code formatter | 796k |
---|
71 | morgan | HTTP request logger middleware for node.js | 789k |
---|
72 | nodemon | Simple monitor script for use during development of a node.js app. | 783k |
---|
73 | mongoose | Mongoose MongoDB ODM | 775k |
---|
74 | @angular/router | Angular - the routing library | 770k |
---|
75 | vue-template-compiler | template compiler for Vue 2.0 | 759k |
---|
76 | @types/jasmine | TypeScript definitions for Jasmine | 757k |
---|
77 | shelljs | Portable Unix shell commands for Node.js | 735k |
---|
78 | @angular/http | Angular - the http service | 715k |
---|
79 | babel-plugin-transform-runtime | Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals | 715k |
---|
80 | grunt-contrib-clean | Clean files and folders | 711k |
---|
81 | glob | a little globber | 708k |
---|
82 | prop-types | Runtime type checking for React props and similar objects. | 697k |
---|
83 | codelyzer | Linting for Angular applications, following angular.io/styleguide. | 694k |
---|
84 | gulp-concat | Concatenates files | 685k |
---|
85 | debug | small debugging utility | 684k |
---|
86 | postcss-loader | PostCSS loader for webpack | 675k |
---|
87 | jsdom | A JavaScript implementation of many web standards | 671k |
---|
88 | jasmine-spec-reporter | Spec reporter for jasmine behavior-driven development framework | 667k |
---|
89 | babel-register | babel require hook | 660k |
---|
90 | babel-jest | Jest plugin to use babel for transformation. | 660k |
---|
91 | gulp-sass | Gulp plugin for sass | 655k |
---|
92 | react-router-dom | DOM bindings for React Router | 654k |
---|
93 | browser-sync | Live CSS Reload & Browser Syncing | 649k |
---|
94 | grunt-contrib-concat | Concatenate files. | 648k |
---|
95 | eslint-plugin-jsx-a11y | Static AST checker for accessibility rules on JSX elements. | 641k |
---|
96 | grunt-contrib-copy | Copy files and folders | 639k |
---|
97 | @angular/cli | CLI tool for Angular | 635k |
---|
98 | async | Higher-order functions and common patterns for asynchronous code | 635k |
---|
99 | del | Delete files and directories | 634k |
---|
100 | cookie-parser | Parse HTTP request cookies | 633k |
---|
101 | karma-jasmine-html-reporter | A Karma plugin. Dynamically displays tests results at debug.html page | 630k |
---|
102 | karma-coverage-istanbul-reporter | A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage. | 624k |
---|
103 | webpack-merge | Variant of merge that's useful for webpack configuration | 618k |
---|
104 | @angular/animations | Angular - animations integration with web-animations | 617k |
---|
105 | gulp-util | Utility functions for gulp plugins | 614k |
---|
106 | vue-loader | Vue single-file component loader for Webpack | 593k |
---|
107 | uglify-js | JavaScript parser, mangler/compressor and beautifier toolkit | 589k |
---|
108 | vue-router | Official router for Vue.js 2 | 587k |
---|
109 | husky | Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...) | 582k |
---|
110 | eslint-loader | ESlint loader for webpack | 580k |
---|
111 | copy-webpack-plugin | Copy files && directories with webpack | 567k |
---|
112 | @babel/core | Babel compiler core. | 567k |
---|
113 | babel-preset-stage-2 | Babel preset for stage 2 plugins | 555k |
---|
114 | fs-extra | fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. | 549k |
---|
115 | webpack-cli | CLI for webpack & friends | 549k |
---|
116 | @angular/language-service | Angular - language services | 546k |
---|
117 | dotenv | Loads environment variables from .env file | 543k |
---|
118 | ejs | Embedded JavaScript templates | 538k |
---|
119 | eslint-config-airbnb | Airbnb's ESLint config, following our styleguide | 535k |
---|
120 | babel-polyfill | Provides polyfills necessary for a full ES2015+ environment | 532k |
---|
121 | @types/jasminewd2 | TypeScript definitions for jasminewd2 | 530k |
---|
122 | react-test-renderer | React package for snapshot testing. | 526k |
---|
123 | karma-phantomjs-launcher | A Karma plugin. Launcher for PhantomJS. | 526k |
---|
124 | react-router | Declarative routing for React | 524k |
---|
125 | browserify | browser-side require() the node way | 518k |
---|
126 | babel-preset-stage-0 | Babel preset for stage 0 plugins | 500k |
---|
127 | enzyme | JavaScript Testing utilities for React | 499k |
---|
128 | gulp-sourcemaps | Source map support for Gulp.js | 491k |
---|
129 | istanbul | Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests | 489k |
---|
130 | eslint-plugin-promise | Enforce best practices for JavaScript promises | 484k |
---|
131 | mkdirp | Recursively mkdir, like `mkdir -p` | 484k |
---|
132 | karma-coverage | A Karma plugin. Generate code coverage. | 482k |
---|
133 | coveralls | takes json-cov output into stdin and POSTs to coveralls.io | 479k |
---|
134 | webpack-dev-middleware | A development middleware for webpack | 476k |
---|
135 | socket.io | node.js realtime framework server | 466k |
---|
136 | webpack-bundle-analyzer | Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap | 466k |
---|
137 | grunt-contrib-cssmin | Minify CSS | 460k |
---|
138 | redux-thunk | Thunk middleware for Redux. | 457k |
---|
139 | rollup | Next-generation ES module bundler | 456k |
---|
140 | less | Leaner CSS | 455k |
---|
141 | eslint-plugin-standard | ESlint Plugin for the Standard Linter | 454k |
---|
142 | webpack-hot-middleware | Webpack hot reloading you can attach to your own server | 449k |
---|
143 | eslint-config-standard | JavaScript Standard Style - ESLint Shareable Config | 448k |
---|
144 | grunt-contrib-connect | Start a connect web server | 446k |
---|
145 | babel-runtime | babel selfContained runtime | 444k |
---|
146 | lint-staged | Lint files staged by git | 442k |
---|
147 | gulp-autoprefixer | Prefix CSS | 440k |
---|
148 | express-session | Simple session middleware for Express | 439k |
---|
149 | load-grunt-tasks | Load multiple grunt tasks using globbing patterns | 432k |
---|
150 | @babel/preset-env | A Babel preset for each environment. | 432k |
---|
151 | vue-style-loader | Vue.js style loader module for webpack | 431k |
---|
152 | grunt-cli | The grunt command line interface | 423k |
---|
153 | karma-firefox-launcher | A Karma plugin. Launcher for Firefox. | 412k |
---|
154 | underscore | JavaScript's functional programming helper library. | 408k |
---|
155 | ora | Elegant terminal spinner | 405k |
---|
156 | supertest | SuperAgent driven library for testing HTTP servers | 402k |
---|
157 | json-loader | json loader module for webpack | 394k |
---|
158 | bower | The browser package manager | 394k |
---|
159 | yargs | yargs the modern, pirate-themed, successor to optimist. | 391k |
---|
160 | cors | Node.js CORS middleware | 390k |
---|
161 | optimize-css-assets-webpack-plugin | A Webpack plugin to optimize \ minimize CSS assets. | 388k |
---|
162 | vuex | state management for Vue.js | 383k |
---|
163 | karma-mocha | A Karma plugin. Adapter for Mocha testing framework. | 382k |
---|
164 | passport | Simple, unobtrusive authentication for Node.js. | 381k |
---|
165 | laravel-mix | Laravel Mix is an elegant wrapper around Webpack for the 80% use case. | 380k |
---|
166 | run-sequence | Run a series of dependent gulp tasks in order | 377k |
---|
167 | bluebird | Full featured Promises/A+ implementation with exceptionally good performance | 375k |
---|
168 | karma-webpack | Use webpack with karma | 372k |
---|
169 | font-awesome | The iconic font and CSS framework | 370k |
---|
170 | popper.js | A kickass library to manage your poppers | 369k |
---|
171 | serve-favicon | favicon serving middleware with caching | 368k |
---|
172 | @angular-devkit/build-angular | Angular Webpack Build Facade | 367k |
---|
173 | classnames | A simple utility for conditionally joining classNames together | 365k |
---|
174 | npm-run-all | A CLI tool to run multiple npm-scripts in parallel or sequential. | 364k |
---|
175 | minimist | parse argument options | 361k |
---|
176 | jade | A clean, whitespace-sensitive template language for writing HTML | 355k |
---|
177 | friendly-errors-webpack-plugin | Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience | 355k |
---|
178 | jshint | Static analysis tool for JavaScript | 353k |
---|
179 | uglifyjs-webpack-plugin | UglifyJS plugin for webpack | 349k |
---|
180 | react-native | A framework for building native apps using React | 348k |
---|
181 | uuid | RFC4122 (v1, v4, and v5) UUIDs | 346k |
---|
182 | eslint-plugin-node | Additional ESLint's rules for Node.js | 346k |
---|
183 | compression | Node.js compression middleware | 345k |
---|
184 | karma-sourcemap-loader | Karma plugin that locates and loads existing javascript source map files. | 339k |
---|
185 | expect | This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html). | 336k |
---|
186 | mongodb | The official MongoDB driver for Node.js | 333k |
---|
187 | should | test framework agnostic BDD-style assertions | 332k |
---|
188 | bootstrap-sass | bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications. | 324k |
---|
189 | karma-cli | The Karma command line interface. | 323k |
---|
190 | jshint-stylish | Stylish reporter for JSHint | 323k |
---|
191 | babel-plugin-transform-object-rest-spread | Compile object rest and spread to ES5 | 320k |
---|
192 | marked | A markdown parser built for speed | 319k |
---|
193 | eslint-config-prettier | Turns off all rules that are unnecessary or might conflict with Prettier. | 318k |
---|
194 | less-loader | A Less loader for webpack. Compiles Less to CSS. | 316k |
---|
195 | concurrently | Run commands concurrently | 313k |
---|
196 | rollup-plugin-node-resolve | Bundle third-party dependencies in node_modules | 313k |
---|
197 | eslint-plugin-flowtype | Flowtype linting rules for ESLint. | 308k |
---|
198 | jsonwebtoken | JSON Web Token implementation (symmetric and asymmetric) | 307k |
---|
199 | cheerio | Tiny, fast, and elegant implementation of core jQuery designed specifically for the server | 306k |
---|
200 | gulp-plumber | Prevent pipe breaking caused by errors from gulp plugins | 304k |
---|
201 | commander | the complete solution for node.js command-line programs | 296k |
---|
202 | phantomjs-prebuilt | Headless WebKit with JS API | 296k |
---|
203 | gulp-jshint | JSHint plugin for gulp | 295k |
---|
204 | sinon-chai | Extends Chai with assertions for the Sinon.JS mocking framework. | 287k |
---|
205 | enzyme-adapter-react-16 | JavaScript Testing utilities for React | 284k |
---|
206 | gh-pages | Publish to a gh-pages branch on GitHub (or any other branch on any other remote) | 283k |
---|
207 | react-addons-test-utils | This package provides the React TestUtils add-on. | 282k |
---|
208 | nyc | the Istanbul command line interface | 281k |
---|
209 | eslint-plugin-prettier | Runs prettier as an eslint rule | 280k |
---|
210 | mocha-multi | A bit of a hack to get multiple reporters working with mocha | 280k |
---|
211 | opn | Open stuff like URLs, files, executables. Cross-platform. | 276k |
---|
212 | postcss-import | PostCSS plugin to import CSS files | 271k |
---|
213 | eslint-friendly-formatter | simple formatter/reporter for eslint that's friendly with Sublime Text and iterm2 'click to open file' functionality | 270k |
---|
214 | http-server | A simple zero-configuration command-line http server | 266k |
---|
215 | react-hot-loader | Tweak React components in real time. | 266k |
---|
216 | babel-plugin-transform-class-properties | This plugin transforms static class properties as well as properties declared with the property initializer syntax | 266k |
---|
217 | gulp-babel | Use next generation JavaScript, today | 262k |
---|
218 | connect-history-api-fallback | Provides a fallback for non-existing directories so that the HTML 5 history API can be used. | 261k |
---|
219 | grunt-contrib-less | Compile LESS files to CSS | 260k |
---|
220 | flow-bin | Binary wrapper for Flow - A static type checker for JavaScript | 258k |
---|
221 | eslint-plugin-vue | Official ESLint plugin for Vue.js | 258k |
---|
222 | gulp-replace | A string replace plugin for gulp | 257k |
---|
223 | tslib | Runtime library for TypeScript helper functions | 256k |
---|
224 | eslint-plugin-html | A ESLint plugin to lint and fix inline scripts contained in HTML files. | 253k |
---|
225 | coffee-script | Unfancy JavaScript | 253k |
---|
226 | colors | get colors in your node.js console | 252k |
---|
227 | stylelint | A mighty, modern CSS linter. | 252k |
---|
228 | raw-loader | A loader for webpack that allows importing files as a String | 251k |
---|
229 | http-proxy-middleware | The one-liner node.js proxy middleware for connect, express and browser-sync | 251k |
---|
230 | eventsource-polyfill | A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/) | 251k |
---|
231 | babel | Turn ES6 code into readable vanilla ES5 with source maps | 249k |
---|
232 | passport-local | Local username and password authentication strategy for Passport. | 248k |
---|
233 | gulp-minify-css | Minify css with clean-css. | 246k |
---|
234 | gulp-imagemin | Minify PNG, JPEG, GIF and SVG images | 246k |
---|
235 | eslint-config-airbnb-base | Airbnb's base JS ESLint config, following our styleguide | 245k |
---|
236 | gulp-clean-css | Minify css with clean-css. | 244k |
---|
237 | gulp-if | Conditionally run a task | 242k |
---|
238 | gulp-load-plugins | Automatically load any gulp plugins in your package.json | 241k |
---|
239 | rollup-plugin-babel | Seamless integration between Rollup and Babel. | 238k |
---|
240 | gulp-header | Gulp extension to add header to file(s) in the pipeline. | 235k |
---|
241 | q | A library for promises (CommonJS/Promises/A,B,D) | 234k |
---|
242 | time-grunt | Display the elapsed execution time of grunt tasks | 231k |
---|
243 | @types/react | TypeScript definitions for React | 230k |
---|
244 | html-loader | html loader module for webpack | 228k |
---|
245 | gulp-less | Less for Gulp | 227k |
---|
246 | object-assign | ES2015 `Object.assign()` ponyfill | 227k |
---|
247 | firebase | Firebase JavaScript library for web and Node.js | 225k |
---|
248 | grunt-karma | grunt plugin for karma test runner | 225k |
---|
249 | rollup-plugin-commonjs | Convert CommonJS modules to ES2015 | 225k |
---|
250 | normalize.css | A modern alternative to CSS resets | 220k |
---|
251 | cross-spawn | Cross platform child_process#spawn and child_process#spawnSync | 219k |
---|
252 | mysql | A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed. | 219k |
---|
253 | gulp-eslint | A gulp plugin for processing files with ESLint | 218k |
---|
254 | whatwg-fetch | A window.fetch polyfill. | 218k |
---|
255 | portfinder | A simple tool to find an open port on the current machine | 214k |
---|
256 | eslint-plugin-babel | an eslint rule plugin companion to babel-eslint | 214k |
---|
257 | babelify | Babel browserify transform | 214k |
---|
258 | es6-promise | A lightweight library that provides tools for organizing asynchronous code | 213k |
---|
259 | mocha-jsdom | Simple integration of jsdom into mocha tests | 210k |
---|
260 | babel-plugin-syntax-jsx | Allow parsing of jsx | 210k |
---|
261 | @types/jest | TypeScript definitions for Jest | 210k |
---|
262 | jasmine | Command line jasmine | 209k |
---|
263 | karma-mocha-reporter | Karma reporter with mocha style logging. | 209k |
---|
264 | history | Manage session history with JavaScript | 209k |
---|
265 | standard | JavaScript Standard Style | 208k |
---|
266 | path | Node.JS path module | 207k |
---|
267 | lerna | A tool for managing JavaScript projects with multiple packages. | 207k |
---|
268 | through2 | A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise | 207k |
---|
269 | tape | tap-producing test harness for node and browsers | 206k |
---|
270 | babel-helper-vue-jsx-merge-props | babel helper for vue jsx spread. | 205k |
---|
271 | redux-logger | Logger for Redux | 204k |
---|
272 | node-notifier | A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback) | 204k |
---|
273 | babel-plugin-transform-vue-jsx | Babel plugin for Vue 2.0 JSX | 203k |
---|
274 | js-yaml | YAML 1.2 parser and serializer | 202k |
---|
275 | stylus | Robust, expressive, and feature-rich CSS superset | 201k |
---|
276 | reflect-metadata | Polyfill for Metadata Reflection API | 201k |
---|
277 | electron | Build cross platform desktop apps with JavaScript, HTML, and CSS | 199k |
---|
278 | grunt-contrib-qunit | Run QUnit unit tests in a headless Chrome instance | 199k |
---|
279 | method-override | Override HTTP verbs | 198k |
---|
280 | pg | PostgreSQL client - pure javascript & libpq with the same API | 197k |
---|
281 | winston | A logger for just about everything. | 196k |
---|
282 | nodemailer | Easy as cake e-mail sending from your Node.js applications | 195k |
---|
283 | @babel/preset-react | Babel preset for all React plugins. | 194k |
---|
284 | babel-plugin-istanbul | A babel plugin that adds istanbul instrumentation to ES6 code | 193k |
---|
285 | karma-spec-reporter | A Karma plugin. Report all spec-results to console (like mocha's spec reporter). | 193k |
---|
286 | vinyl-source-stream | Use conventional text streams at the start of your gulp or vinyl pipelines | 191k |
---|
287 | gulp-watch | Watch, that actually is an endless stream | 187k |
---|
288 | grunt-contrib-compress | Compress files and folders | 186k |
---|
289 | cssnano | A modular minifier, built on top of the PostCSS ecosystem. | 186k |
---|
290 | ws | Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js | 183k |
---|
291 | mini-css-extract-plugin | extracts CSS into separate files | 180k |
---|
292 | grunt-autoprefixer | Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer. | 179k |
---|
293 | clean-webpack-plugin | A webpack plugin to remove/clean your build folder(s). | 177k |
---|
294 | codecov | Uploading report to Codecov: https://codecov.io | 176k |
---|
295 | @babel/cli | Babel command line. | 176k |
---|
296 | ts-loader | TypeScript loader for webpack | 176k |
---|
297 | react-bootstrap | Bootstrap 4 components built with React | 176k |
---|
298 | chai-as-promised | Extends Chai with assertions about promises. | 175k |
---|
299 | event-stream | construct pipes of streams of events | 175k |
---|
300 | grunt-concurrent | Run grunt tasks concurrently | 173k |
---|
301 | multer | Middleware for handling `multipart/form-data`. | 173k |
---|
302 | @vue/cli-service | local service for vue-cli projects | 173k |
---|
303 | babel-plugin-add-module-exports | Fix babel/babel#2212 | 173k |
---|
304 | angular | HTML enhanced for web apps | 173k |
---|
305 | validator | String validation and sanitization | 172k |
---|
306 | karma-sauce-launcher | A Karma plugin. Launch any browser on SauceLabs! | 172k |
---|
307 | chromedriver | ChromeDriver for Selenium | 171k |
---|
308 | grunt-jscs | Grunt task for checking JavaScript Code Style with jscs. | 171k |
---|
309 | @types/react-dom | TypeScript definitions for React (react-dom) | 170k |
---|
310 | immutable | Immutable Data Collections | 170k |
---|
311 | styled-components | Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress | 169k |
---|
312 | connect | High performance middleware framework | 169k |
---|
313 | pre-commit | Automatically install pre-commit hooks for your npm modules. | 169k |
---|
314 | node-fetch | A light-weight module that brings window.fetch to node.js | 168k |
---|
315 | pug | A clean, whitespace-sensitive template language for writing HTML | 168k |
---|
316 | @vue/cli-plugin-babel | babel plugin for vue-cli | 167k |
---|
317 | postcss-url | PostCSS plugin to rebase or inline on url(). | 167k |
---|
318 | react-helmet | A document head manager for React | 167k |
---|
319 | babel-preset-stage-1 | Babel preset for stage 1 plugins | 166k |
---|
320 | sass | A pure JavaScript implementation of Sass. | 165k |
---|
321 | inquirer | A collection of common interactive command line user interfaces. | 165k |
---|
322 | sequelize | Multi dialect ORM for Node.JS | 164k |
---|
323 | babel-plugin-transform-decorators-legacy | A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5. | 163k |
---|
324 | watchify | watch mode for browserify builds | 163k |
---|
325 | bcrypt | A bcrypt library for NodeJS. | 163k |
---|
326 | superagent | elegant & feature rich browser / node HTTP with a fluent API | 162k |
---|
327 | merge-stream | Create a stream that emits events from multiple other streams | 160k |
---|
328 | handlebars | Handlebars provides the power necessary to let you build semantic templates effectively with no frustration | 160k |
---|
329 | babel-preset-react-native | Babel preset for React Native applications | 158k |
---|
330 | gulp-postcss | PostCSS gulp plugin | 157k |
---|
331 | helmet | help secure Express/Connect apps with various HTTP headers | 156k |
---|
332 | @babel/plugin-proposal-class-properties | This plugin transforms static class properties as well as properties declared with the property initializer syntax | 156k |
---|
333 | d3 | Data-Driven Documents | 155k |
---|
334 | ionicons | Premium icons for Ionic. | 154k |
---|
335 | postcss | Tool for transforming styles with JS plugins | 153k |
---|
336 | gulp-notify | gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging | 153k |
---|
337 | babel-plugin-transform-es2015-modules-commonjs | This plugin transforms ES2015 modules to CommonJS | 152k |
---|
338 | bcryptjs | Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'. | 151k |
---|
339 | moment-timezone | Parse and display moments in any timezone. | 151k |
---|
340 | phantomjs | Headless WebKit with JS API | 151k |
---|
341 | stylelint-config-standard | Standard shareable config for stylelint | 149k |
---|
342 | gulp-connect | Gulp plugin to run a webserver (with LiveReload) | 149k |
---|
343 | element-ui | A Component Library for Vue.js. | 149k |
---|
344 | @types/mocha | TypeScript definitions for mocha | 148k |
---|
345 | chart.js | Simple HTML5 charts using the canvas element. | 147k |
---|
346 | highlight.js | Syntax highlighting with language autodetection. | 147k |
---|
347 | npm | a package manager for JavaScript | 147k |
---|
348 | rollup-plugin-replace | [](https://www.npmjs.com/package/rollup-plugin-replace) | 146k |
---|
349 | nightwatch | Easy to use Node.js based End-to-End testing solution for browser based apps and websites, using the W3C WebDriver API. | 146k |
---|
350 | node-uuid | Rigorous implementation of RFC4122 (v1 and v4) UUIDs. | 145k |
---|
351 | laravel-elixir | Laravel Elixir Core | 145k |
---|
352 | requirejs | Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer | 145k |
---|
353 | react-router-redux | Ruthlessly simple bindings to keep react-router and redux in sync | 144k |
---|
354 | jest-cli | Delightful JavaScript Testing. | 144k |
---|
355 | imports-loader | imports loader module for webpack | 144k |
---|
356 | @vue/cli-plugin-eslint | eslint plugin for vue-cli | 144k |
---|
357 | serve-static | Serve static files | 143k |
---|
358 | resolve-url-loader | Webpack loader that resolves relative paths in url() statements based on the original source file | 143k |
---|
359 | grunt-shell | Run shell commands | 143k |
---|
360 | source-map-support | Fixes stack traces for files with source maps | 143k |
---|
361 | eslint-plugin-jest | Eslint rules for Jest | 142k |
---|
362 | minimatch | a glob matcher in javascript | 140k |
---|
363 | grunt-sass | Compile Sass to CSS using node-sass | 140k |
---|
364 | aws-sdk | AWS SDK for JavaScript | 140k |
---|
365 | mime | A comprehensive library for mime-type mapping | 139k |
---|
366 | @angular/material | Angular Material | 139k |
---|
367 | @angular/cdk | Angular Material Component Development Kit | 139k |
---|
368 | stylus-loader | Stylus loader for webpack | 137k |
---|
369 | grunt-contrib-htmlmin | Minify HTML | 137k |
---|
370 | nock | HTTP server mocking and expectations library for Node.js | 136k |
---|
371 | redis | Redis client library | 136k |
---|
372 | systemjs | Dynamic ES module loader | 136k |
---|
373 | chokidar | A neat wrapper around node.js fs.watch / fs.watchFile / fsevents. | 135k |
---|
374 | selenium-server | Selenium in an npm package | 134k |
---|
375 | grunt-contrib-imagemin | Minify images | 134k |
---|
376 | connect-mongo | MongoDB session store for Express and Connect | 133k |
---|
377 | socket.io-client | [](http://travis-ci.org/socketio/socket.io-client) [](https://david-dm.org/socketio/socket.io- | 133k |
---|
378 | @babel/runtime | babel's modular runtime helpers | 133k |
---|
379 | sqlite3 | Asynchronous, non-blocking SQLite3 bindings | 132k |
---|
380 | errorhandler | Development-only error handler middleware | 130k |
---|
381 | grunt-contrib-sass | Compile Sass to CSS | 130k |
---|
382 | xml2js | Simple XML to JavaScript object converter. | 130k |
---|
383 | gulp-filter | Filter files in a `vinyl` stream | 129k |
---|
384 | ts-jest | A preprocessor with source maps support to help use TypeScript with Jest | 128k |
---|
385 | optimist | Light-weight option parsing with an argv hash. No optstrings attached. | 127k |
---|
386 | promise | Bare bones Promises/A+ implementation | 126k |
---|
387 | karma-junit-reporter | A Karma plugin. Report results in junit xml format. | 126k |
---|
388 | hammerjs | A javascript library for multi-touch gestures | 126k |
---|
389 | rollup-plugin-uglify | Rollup plugin to minify generated bundle | 125k |
---|
390 | graphql | A Query Language and Runtime which can target any service. | 124k |
---|
391 | karma-sinon-chai | Sinon and Chai for Karma | 123k |
---|
392 | exports-loader | exports loader module for webpack | 123k |
---|
393 | jsdoc | An API documentation generator for JavaScript. | 122k |
---|
394 | connect-flash | Flash message middleware for Connect. | 122k |
---|
395 | gulp-clean | A gulp plugin for removing files and folders. | 122k |
---|
396 | grunt-usemin | Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views) | 122k |
---|
397 | gulp-size | Display the size of your project | 122k |
---|
398 | gulp-mocha | Run Mocha tests | 122k |
---|
399 | gulp-cssnano | Minify CSS with cssnano. | 121k |
---|
400 | cz-conventional-changelog | Commitizen adapter following the conventional-changelog format. | 120k |
---|
401 | @types/lodash | TypeScript definitions for Lo-Dash | 118k |
---|
402 | fs | This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it. | 118k |
---|
403 | resolve | resolve like require.resolve() on behalf of files asynchronously and synchronously | 118k |
---|
404 | grunt-newer | Run Grunt tasks with only those source files modified since the last successful run. | 118k |
---|
405 | webpack-manifest-plugin | webpack plugin for generating asset manifests | 117k |
---|
406 | qs | A querystring parser that supports nesting and arrays, with a depth limit | 117k |
---|
407 | karma-chai | Chai for Karma | 117k |
---|
408 | gulp-shell | A handy command line interface for gulp | 117k |
---|
409 | @ionic-native/core | Ionic Native - Native plugins for ionic apps | 116k |
---|
410 | expect.js | BDD style assertions for node and the browser. | 115k |
---|
411 | ava | Testing can be a drag. AVA helps you get it done. | 115k |
---|
412 | isomorphic-fetch | Isomorphic WHATWG Fetch API, for Node & Browserify | 115k |
---|
413 | @ionic-native/splash-screen | Ionic Native - Native plugins for ionic apps | 114k |
---|
414 | @ionic-native/status-bar | Ionic Native - Native plugins for ionic apps | 114k |
---|
415 | vue-resource | The HTTP client for Vue.js | 114k |
---|
416 | karma-safari-launcher | A Karma plugin. Launcher for Safari. | 114k |
---|
417 | ionic-angular | A powerful framework for building mobile and progressive web apps with JavaScript and Angular | 113k |
---|
418 | rewire | Easy dependency injection for node.js unit testing | 113k |
---|
419 | puppeteer | A high-level API to control headless Chrome over the DevTools Protocol | 112k |
---|
420 | require-dir | Helper to require() directories. | 112k |
---|
421 | react-navigation | Routing and navigation for your React Native apps | 112k |
---|
422 | vinyl-buffer | Convert streaming vinyl files to use buffers | 112k |
---|
423 | request-promise | The simplified HTTP request client 'request' with Promise support. Powered by Bluebird. | 111k |
---|
424 | benchmark | A benchmarking library that supports high-resolution timers & returns statistically significant results. | 110k |
---|
425 | gatsby | Blazing fast modern site generator for React | 110k |
---|
426 | eslint-config-react-app | ESLint configuration used by Create React App | 110k |
---|
427 | awesome-typescript-loader | Awesome TS loader for webpack | 110k |
---|
428 | open | Open stuff like URLs, files, executables. Cross-platform. | 109k |
---|
429 | sw-toolbox | Service Worker Toolbox provides some simple helpers for use in creating your own service workers. | 109k |
---|
430 | markdown-it | Markdown-it - modern pluggable markdown parser. | 108k |
---|
431 | koa | Koa web app framework | 108k |
---|
432 | reselect | Selectors for Redux. | 108k |
---|
433 | @ionic/app-scripts | Scripts for Ionic Projects | 107k |
---|
434 | @ionic/storage | Ionic Storage utility | 106k |
---|
435 | @types/chai | TypeScript definitions for chai | 106k |
---|
436 | prismjs | Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet. | 106k |
---|
437 | enzyme-to-json | convert enzyme wrapper to a format compatible with Jest snapshot | 106k |
---|
438 | karma-script-launcher | A Karma plugin. Launcher for shell scripts. | 106k |
---|
439 | grunt-eslint | Validate files with ESLint | 105k |
---|
440 | bcrypt-nodejs | A native JS bcrypt library for NodeJS. | 105k |
---|
441 | grunt-contrib-coffee | Compile CoffeeScript files to JavaScript | 104k |
---|
442 | passport-facebook | Facebook authentication strategy for Passport. | 104k |
---|
443 | function-bind | Implementation of Function.prototype.bind | 103k |
---|
444 | grunt-exec | Grunt task for executing shell commands. | 103k |
---|
445 | babel-plugin-external-helpers | This plugin contains helper functions that’ll be placed at the top of the generated code | 103k |
---|
446 | js-cookie | A simple, lightweight JavaScript API for handling cookies | 102k |
---|
447 | grunt-contrib-csslint | Lint CSS files | 102k |
---|
448 | ajv | Another JSON Schema Validator | 101k |
---|
449 | proxyquire | Proxies nodejs require in order to allow overriding dependencies during testing. | 101k |
---|
450 | express-handlebars | A Handlebars view engine for Express which doesn't suck. | 101k |
---|
451 | source-map | Generates and consumes source maps | 101k |
---|
452 | gulp-livereload | Gulp plugin for livereload. | 100k |
---|
453 | gatsby-plugin-react-helmet | Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby. | 100k |
---|
454 | codemirror | Full-featured in-browser code editor | 99k |
---|
455 | @babel/register | babel require hook | 99k |
---|
456 | expose-loader | expose loader module for webpack | 99k |
---|
457 | @angular/platform-server | Angular - library for using Angular in Node.js | 99k |
---|
458 | gulp-zip | ZIP compress files | 99k |
---|
459 | electron-builder | A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box | 98k |
---|
460 | raf | requestAnimationFrame polyfill for node and the browser | 98k |
---|
461 | jasmine-node | DOM-less simple JavaScript BDD testing framework for Node | 98k |
---|
462 | postcss-flexbugs-fixes | PostCSS plugin This project tries to fix all of flexbug's issues | 97k |
---|
463 | antd | An enterprise-class UI design language and React components implementation | 97k |
---|
464 | grunt-mocha-test | A grunt task for running server side mocha tests | 97k |
---|
465 | commitizen | Git commit, but play nice with conventions. | 97k |
---|
466 | babel-plugin-import | Component modular import plugin for babel. | 97k |
---|
467 | karma-browserstack-launcher | A Karma plugin. Launch any browser on BrowserStack! | 97k |
---|
468 | webpack-stream | Run webpack as a stream | 96k |
---|
469 | gulp-htmlmin | gulp plugin to minify HTML. | 96k |
---|
470 | grunt-svgmin | Minify SVG | 96k |
---|
471 | case-sensitive-paths-webpack-plugin | Enforces module path case sensitivity in Webpack | 95k |
---|
472 | eslint-import-resolver-webpack | Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import. | 95k |
---|
473 | @babel/polyfill | Provides polyfills necessary for a full ES2015+ environment | 95k |
---|
474 | discord.js | A powerful library for interacting with the Discord API | 95k |
---|
475 | @types/express | TypeScript definitions for Express | 94k |
---|
476 | react-dev-utils | Webpack utilities used by Create React App | 94k |
---|
477 | inject-loader | A Webpack loader for injecting code into modules via their dependencies | 93k |
---|
478 | gulp-cache | A cache proxy plugin for Gulp | 92k |
---|
479 | knex | A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser | 92k |
---|
480 | qunitjs | An easy-to-use JavaScript Unit Testing framework. | 92k |
---|
481 | tmp | Temporary file and directory creator | 91k |
---|
482 | http-errors | Create HTTP error objects | 91k |
---|
483 | express-validator | Express middleware for the validator module. | 91k |
---|
484 | mustache | Logic-less {{mustache}} templates with JavaScript | 91k |
---|
485 | echarts | A powerful charting and visualization library for browser | 91k |
---|
486 | @material-ui/core | React components that implement Google's Material Design. | 91k |
---|
487 | grunt-bump | Bump package version | 90k |
---|
488 | faker | Generate massive amounts of fake contextual data | 90k |
---|
489 | postcss-cli | CLI for PostCSS | 90k |
---|
490 | gulp-useref | Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets. | 90k |
---|
491 | babel-preset-stage-3 | Babel preset for stage 3 plugins | 90k |
---|
492 | grunt-banner | Adds a simple banner to files | 90k |
---|
493 | grunt-contrib-jasmine | Run jasmine specs headlessly through Headless Chrome | 90k |
---|
494 | lolex | Fake JavaScript timers | 89k |
---|
495 | react-native-vector-icons | Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling. | 89k |
---|
496 | istanbul-instrumenter-loader | Istanbul instrumenter loader for webpack | 89k |
---|
497 | babel-preset-airbnb | A babel preset for transforming your JavaScript for Airbnb | 89k |
---|
498 | temp | Temporary files and directories | 89k |
---|
499 | babel-preset-react-app | Babel preset used by Create React App | 89k |
---|
500 | @babel/plugin-transform-runtime | Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals | 88k |
---|
501 | @babel/plugin-proposal-object-rest-spread | Compile object rest and spread to ES5 | 88k |
---|
502 | source-map-loader | extracts inlined source map and offers it to webpack | 88k |
---|
503 | gulp-rev | Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css | 88k |
---|
504 | rollup-plugin-buble | Compile ES2015 with buble | 87k |
---|
505 | lite-server | Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly. | 87k |
---|
506 | hbs | Express.js template engine plugin for Handlebars | 87k |
---|
507 | es6-shim | ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines | 87k |
---|
508 | conventional-changelog | Generate a changelog from git metadata | 86k |
---|
509 | gatsby-source-filesystem | Gatsby plugin which parses files within a directory for further parsing by other plugins | 85k |
---|
510 | gulp-typescript | A typescript compiler for gulp with incremental compilation support. | 85k |
---|
511 | graceful-fs | A drop-in replacement for fs, making various improvements. | 84k |
---|
512 | canonical-path | paths that always use forward slashes | 84k |
---|
513 | angular-mocks | AngularJS mocks for testing | 84k |
---|
514 | gulp-nodemon | it's gulp + nodemon + convenience | 83k |
---|
515 | ncp | Asynchronous recursive file copy utility. | 83k |
---|
516 | query-string | Parse and stringify URL query strings | 82k |
---|
517 | selenium-webdriver | The official WebDriver JavaScript bindings from the Selenium project | 82k |
---|
518 | redux-saga | Saga middleware for Redux to handle Side Effects | 82k |
---|
519 | postcss-cssnext | Use tomorrow’s CSS syntax, today | 82k |
---|
520 | fastclick | Polyfill to remove click delays on browsers with touch UIs. | 81k |
---|
521 | ember-cli | Command line tool for developing ambitious ember.js apps | 81k |
---|
522 | babel-plugin-transform-react-remove-prop-types | Remove unnecessary React propTypes from the production build | 81k |
---|
523 | grunt-contrib-nodeunit | Run Nodeunit unit tests | 80k |
---|
524 | gulp-flatten | remove or replace relative path for files | 80k |
---|
525 | material-ui | React Components that Implement Google's Material Design. | 79k |
---|
526 | babel-preset-react-hmre | Babel preset for React HMR and Error Catching | 79k |
---|
527 | clipboard | Modern copy to clipboard. No Flash. Just 2kb | 79k |
---|
528 | joi | Object schema validation | 79k |
---|
529 | mockjs | 生成随机数据 & 拦截 Ajax 请求 | 79k |
---|
530 | babel-plugin-dynamic-import-node | Babel plugin to transpile import() to a deferred require(), for node | 79k |
---|
531 | gulp-inject | A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html | 79k |
---|
532 | lru-cache | A cache object that deletes the least-recently-used items. | 78k |
---|
533 | node-libs-browser | The node core libs for in browser usage. | 78k |
---|
534 | eslint-plugin-mocha | Eslint rules for mocha. | 78k |
---|
535 | karma-requirejs | A Karma plugin. Adapter for RequireJS framework. | 78k |
---|
536 | redux-form | A higher order component decorator for forms using Redux and React | 78k |
---|
537 | expo | The Expo SDK | 78k |
---|
538 | webpack-node-externals | Easily exclude node_modules in Webpack bundle | 78k |
---|
539 | babel-plugin-react-transform | Babel plugin to instrument React components with custom transforms | 77k |
---|
540 | babel-plugin-syntax-dynamic-import | Allow parsing of import() | 77k |
---|
541 | grunt-contrib-compass | Compile Sass to CSS using Compass | 77k |
---|
542 | ember-cli-inject-live-reload | Plugin for ember-cli that injects live-reload script into HTML content. | 77k |
---|
543 | nprogress | Simple slim progress bars | 77k |
---|
544 | gulp-tslint | TypeScript linter Gulp plugin | 76k |
---|
545 | invariant | invariant | 76k |
---|
546 | tslint-config-prettier | Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest. | 76k |
---|
547 | @babel/plugin-syntax-dynamic-import | Allow parsing of import() | 76k |
---|
548 | create-react-class | Legacy API for creating React components. | 76k |
---|
549 | vue-html-loader | vue template loader for webpack | 76k |
---|
550 | koa-router | Router middleware for koa. Provides RESTful resource routing. | 76k |
---|
551 | karma-sinon | Sinon for Karma | 75k |
---|
552 | grunt-saucelabs | Grunt task running tests using Sauce Labs. Supports QUnit, Jasmine, Mocha and YUI tests | 75k |
---|
553 | gulp-changed | Only pass through changed files | 75k |
---|
554 | @types/webpack | TypeScript definitions for webpack | 75k |
---|
555 | react-addons-css-transition-group | The code in this package has moved. We recommend you to use `CSSTransitionGroup` from [`react-transition-group`](https://github.com/reactjs/react-transition-group) instead. | 75k |
---|
556 | script-loader | script loader module for webpack | 75k |
---|
557 | clean-css | A well-tested CSS minifier | 75k |
---|
558 | typings | The TypeScript Definition Manager | 74k |
---|
559 | date-fns | Modern JavaScript date utility library | 74k |
---|
560 | react-transition-group | A react component toolset for managing animations | 74k |
---|
561 | identity-obj-proxy | an identity object using ES6 proxies | 74k |
---|
562 | gatsby-plugin-sharp | Wrapper of the Sharp image manipulation library for Gatsby plugins | 74k |
---|
563 | ember-cli-dependency-checker | Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands | 73k |
---|
564 | babel-plugin-transform-async-to-generator | Turn async functions into ES2015 generators | 73k |
---|
565 | eslint-config-google | ESLint shareable config for the Google style | 73k |
---|
566 | grunt-browserify | Grunt task for node-browserify | 72k |
---|
567 | passport-twitter | Twitter authentication strategy for Passport. | 72k |
---|
568 | ts-helpers | Typescript helpers for compiling typescript while specifying `--noEmitHelpers` within your `tsconfig.json`. Cross platform ( Node/Browser/WebWorker ) | 72k |
---|
569 | broccoli-asset-rev | broccoli asset revisions (fingerprint) | 72k |
---|
570 | grunt-open | Open urls and files from a grunt task | 72k |
---|
571 | gulp-csso | Minify CSS with CSSO. | 72k |
---|
572 | terser-webpack-plugin | Terser plugin for webpack | 71k |
---|
573 | babel-plugin-transform-object-assign | Replace Object.assign with an inline helper | 71k |
---|
574 | cordova-plugin-whitelist | Cordova Whitelist Plugin | 71k |
---|
575 | matchdep | Use micromatch to filter npm module dependencies by name. | 71k |
---|
576 | babel-plugin-module-resolver | Module resolver plugin for Babel | 70k |
---|
577 | path-to-regexp | Express style path to RegExp utility | 70k |
---|
578 | conventional-changelog-cli | Generate a changelog from git metadata | 70k |
---|
579 | ember-export-application-global | Sets `window.MyAppName` up as the application instance upon boot. | 70k |
---|
580 | gatsby-transformer-remark | Gatsby transformer plugin for Markdown using the Remark library and ecosystem | 70k |
---|
581 | chai-http | Extend Chai Assertion library with tests for http apis | 70k |
---|
582 | grunt-jekyll | A custom grunt.js plugin that executes jekyll compile and/or watch for you | 69k |
---|
583 | jscs | JavaScript Code Style | 69k |
---|
584 | gulp-ng-annotate | Add angularjs dependency injection annotations with ng-annotate | 69k |
---|
585 | babel-preset-latest | Babel preset including es2015+ | 69k |
---|
586 | gatsby-transformer-sharp | Gatsby transformer plugin for images using Sharp | 69k |
---|
587 | sw-precache-webpack-plugin | Webpack plugin for using service workers | 69k |
---|
588 | ember-cli-htmlbars | A library for adding htmlbars to ember CLI | 69k |
---|
589 | ember-cli-babel | Ember CLI addon for Babel | 68k |
---|
590 | electron-packager | Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI | 68k |
---|
591 | mocha-lcov-reporter | LCOV reporter for Mocha | 68k |
---|
592 | redux-mock-store | A mock store for testing your redux async action creators and middleware | 68k |
---|
593 | ember-cli-uglify | JavaScript minification for Ember-CLI | 68k |
---|
594 | @vue/test-utils | Utilities for testing Vue components. | 68k |
---|
595 | iconv-lite | Convert character encodings in pure javascript. | 67k |
---|
596 | compression-webpack-plugin | Prepare compressed versions of assets to serve them with Content-Encoding | 67k |
---|
597 | redux-devtools | Redux DevTools with hot reloading and time travel | 67k |
---|
598 | karma-html2js-preprocessor | A Karma plugin. Convert HTML files into JS strings to serve them in a script tag. | 66k |
---|
599 | karma-browserify | A fast browserify integration for Karma that handles large projects with ease | 66k |
---|
600 | md5 | js function for hashing messages with MD5 | 66k |
---|
601 | karma-ie-launcher | A Karma plugin. Launcher for Internet Explorer. | 66k |
---|
602 | dateformat | A node.js package for Steven Levithan's excellent dateFormat() function. | 66k |
---|
603 | redux-devtools-extension | Wrappers for Redux DevTools Extension. | 66k |
---|
604 | react-intl | Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations. | 66k |
---|
605 | regenerator-runtime | Runtime for Regenerator-compiled generator and async functions. | 66k |
---|
606 | rollup-watch | Watch files for changes and perform incremental rebuilds with Rollup | 66k |
---|
607 | ip | [](https://www.npmjs.com/package/ip) | 65k |
---|
608 | extend | Port of jQuery.extend for node.js and the browser | 65k |
---|
609 | grunt-env | Specify an ENV configuration for future tasks in the chain | 65k |
---|
610 | config | Configuration control for production node deployments | 65k |
---|
611 | archiver | a streaming interface for archive generation | 65k |
---|
612 | redux-actions | Flux Standard Action utlities for Redux | 65k |
---|
613 | tslint-loader | tslint loader for webpack | 65k |
---|
614 | typedoc | Create api documentation for TypeScript projects. | 65k |
---|
615 | @fortawesome/fontawesome-free | The iconic font, CSS, and SVG framework | 65k |
---|
616 | crypto-js | JavaScript library of crypto standards. | 65k |
---|
617 | grunt-ng-annotate | Add, remove and rebuild AngularJS dependency injection annotations. | 65k |
---|
618 | shx | Portable Shell Commands for Node | 65k |
---|
619 | karma-ng-html2js-preprocessor | A Karma plugin. Compile AngularJS templates to JavaScript on the fly. | 64k |
---|
620 | react-transform-hmr | A React Transform that enables hot reloading React classes using Hot Module Replacement API | 64k |
---|
621 | cordova-android | cordova-android release | 64k |
---|
622 | ramda | A practical functional library for JavaScript programmers. | 64k |
---|
623 | autoprefixer-loader | [deprecated] Autoprefixer loader for webpack | 64k |
---|
624 | karma-qunit | A Karma plugin. Adapter for QUnit testing framework. | 64k |
---|
625 | @ng-bootstrap/ng-bootstrap | Angular powered Bootstrap | 64k |
---|
626 | grunt-text-replace | Replace text in files using strings, regexs or functions. | 63k |
---|
627 | vue-hot-reload-api | hot reload api for *.vue components | 63k |
---|
628 | fbjs-scripts | A bundle of helpful scripts used in projects consuming fbjs. | 63k |
---|
629 | file-saver | An HTML5 saveAs() FileSaver implementation | 62k |
---|
630 | gulp-minify-html | Minify html with minimize. | 62k |
---|
631 | ember-cli-qunit | QUnit testing package for ember-cli applications | 62k |
---|
632 | cordova-plugin-device | Cordova Device Plugin | 62k |
---|
633 | cordova-plugin-splashscreen | Cordova Splashscreen Plugin | 62k |
---|
634 | @material-ui/icons | Material Design Svg Icons converted to Material-UI React components. | 62k |
---|
635 | acorn | ECMAScript parser | 62k |
---|
636 | babel-plugin-transform-flow-strip-types | Strip flow type annotations from your output code. | 62k |
---|
637 | fbjs | A collection of utility libraries used by other Facebook JS projects | 62k |
---|
638 | metro-react-native-babel-preset | Babel preset for React Native applications | 62k |
---|
639 | passport-github | GitHub authentication strategy for Passport. | 62k |
---|
640 | babel-plugin-transform-es2015-classes | Compile ES2015 classes to ES5 | 61k |
---|
641 | ember-cli-htmlbars-inline-precompile | Precompile inline HTMLBars templates via ES6 tagged template strings | 61k |
---|
642 | passport-google-oauth | Google (OAuth) authentication strategies for Passport. | 61k |
---|
643 | jasmine-reporters | Reporters for the Jasmine BDD Framework | 61k |
---|
644 | bulma | Modern CSS framework based on Flexbox | 61k |
---|
645 | execa | Process execution for humans | 61k |
---|
646 | warning | A mirror of Facebook's Warning | 61k |
---|
647 | babel-plugin-transform-es2015-destructuring | Compile ES2015 destructuring to ES5 | 61k |
---|
648 | intl | Polyfill the ECMA-402 Intl API (except collation) | 61k |
---|
649 | redbox-react | A redbox (rsod) component to display your errors. | 61k |
---|
650 | http-proxy | HTTP proxying for the masses | 60k |
---|
651 | @types/fs-extra | TypeScript definitions for fs-extra | 60k |
---|
652 | react-select | A Select control built with and for ReactJS | 60k |
---|
653 | uglify-es | JavaScript parser, mangler/compressor and beautifier toolkit for ES6+ | 60k |
---|
654 | angular2-template-loader | Angular2 webpack loader that inlines your angular2 templates and stylesheets into angular components. | 60k |
---|
655 | reactstrap | React Bootstrap 4 components | 60k |
---|
656 | gulp-cssmin | minify css using gulp | 60k |
---|
657 | connect-livereload | connect middleware for adding the livereload script to the response | 59k |
---|
658 | forever | A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever) | 59k |
---|
659 | vinyl | Virtual file format. | 59k |
---|
660 | strip-ansi | Strip ANSI escape codes from a string | 59k |
---|
661 | semantic-release | Automated semver compliant package publishing | 59k |
---|
662 | grunt-postcss | Apply several post-processors to your CSS using PostCSS | 59k |
---|
663 | grunt-babel | Use next generation JavaScript, today | 59k |
---|
664 | karma-ng-scenario | A Karma plugin. Adapter for Angular's Scenario Runner. | 58k |
---|
665 | @fortawesome/fontawesome-svg-core | The iconic font, CSS, and SVG framework | 58k |
---|
666 | cookie-session | cookie session middleware | 58k |
---|
667 | ember-cli-app-version | Adds App version number to Ember Inspector Info Tab | 58k |
---|
668 | karma-coffee-preprocessor | A Karma plugin. Compile coffee script on the fly. | 58k |
---|
669 | esprima | ECMAScript parsing infrastructure for multipurpose analysis | 58k |
---|
670 | babylon | A JavaScript parser | 58k |
---|
671 | vue-jest | Jest Vue transform | 57k |
---|
672 | null-loader | A webpack loader that returns an empty module. | 57k |
---|
673 | diff | A javascript text diff implementation. | 57k |
---|
674 | babel-plugin-lodash | Modular Lodash builds without the hassle. | 57k |
---|
675 | vue-i18n | Internationalization plugin for Vue.js | 57k |
---|
676 | @babel/node | Babel command line | 57k |
---|
677 | grunt-wiredep | Inject your Bower dependencies right into your HTML from Grunt. | 56k |
---|
678 | gatsby-plugin-manifest | Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps | 56k |
---|
679 | github | DEPRECATED: renamed to @octokit/rest | 56k |
---|
680 | next | The React Framework | 56k |
---|
681 | web3 | Ethereum JavaScript API | 56k |
---|
682 | loader-utils | utils for webpack loaders | 56k |
---|
683 | @types/jquery | TypeScript definitions for jQuery | 56k |
---|
684 | mysql2 | fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS | 56k |
---|
685 | querystring | Node's querystring module for all engines. | 56k |
---|
686 | karma-remap-istanbul | Call remap-istanbul as a karma reporter, enabling remapped reports on watch | 56k |
---|
687 | xo | JavaScript linter with great defaults | 56k |
---|
688 | learn-browser | Test Flatiron School's JavaScript curriculum with a browser-based Mocha runner. | 55k |
---|
689 | ember-cli-sri | SRI generation for Ember CLI | 55k |
---|
690 | devtron | Electron DevTools Extension | 55k |
---|
691 | color | Color conversion and manipulation with CSS string support | 55k |
---|
692 | rxjs-compat | <img src="doc/asset/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript ====================================== | 55k |
---|
693 | wiredep | Wire Bower dependencies to your source code. | 55k |
---|
694 | grunt-google-cdn | Grunt task for replacing refs to resources on the Google CDN | 55k |
---|
695 | tap | A Test-Anything-Protocol library for JavaScript | 55k |
---|
696 | underscore.string | String manipulation extensions for Underscore.js javascript library. | 55k |
---|
697 | express-jwt | JWT authentication middleware. | 55k |
---|
698 | dgeni | Flexible JavaScript documentation generator used by both AngularJS and Angular | 55k |
---|
699 | svg-sprite-loader | Webpack loader for creating SVG sprites | 55k |
---|
700 | image-webpack-loader | Image loader module for webpack | 55k |
---|
701 | co | generator async control flow goodness | 55k |
---|
702 | dgeni-packages | A collection of dgeni packages for generating documentation from source code | 55k |
---|
703 | pg-hstore | An module for serializing and deserializing JSON data in to hstore format | 55k |
---|
704 | numeral | Format and manipulate numbers. | 55k |
---|
705 | formidable | A node.js module for parsing form data, especially file uploads. | 54k |
---|
706 | gulp-gh-pages | gulp plugin to publish contents to Github pages | 54k |
---|
707 | @fortawesome/free-solid-svg-icons | The iconic font, CSS, and SVG framework | 54k |
---|
708 | react-tap-event-plugin | Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo | 54k |
---|
709 | grunt-zip | Zip and unzip files via a grunt plugin | 54k |
---|
710 | react-modal | Accessible modal dialog component for React.JS | 54k |
---|
711 | parcel-bundler | Blazing fast, zero configuration web application bundler | 54k |
---|
712 | grunt-contrib-requirejs | Optimize RequireJS projects using r.js | 54k |
---|
713 | gulp-angular-templatecache | Concatenates and registers AngularJS templates in the $templateCache. | 54k |
---|
714 | gulp-jscs | Check JavaScript code style with jscs | 54k |
---|
715 | showdown | A Markdown to HTML converter written in Javascript | 54k |
---|
716 | ember-data | A data layer for your Ember applications. | 53k |
---|
717 | koa-static | Static file serving middleware for koa | 53k |
---|
718 | log4js | Port of Log4js to work with node. | 53k |
---|
719 | prompt | A beautiful command-line prompt for node.js | 53k |
---|
720 | leaflet | JavaScript library for mobile-friendly interactive maps | 53k |
---|
721 | swig | A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig. | 53k |
---|
722 | ember-resolver | The default modules based resolver for Ember CLI. | 53k |
---|
723 | gzip-size | Get the gzipped size of a string or buffer | 52k |
---|
724 | mobx | Simple, scalable state management. | 52k |
---|
725 | jszip | Create, read and edit .zip files with JavaScript http://stuartk.com/jszip | 52k |
---|
726 | karma-phantomjs-shim | Provides shims for PhantomJS | 52k |
---|
727 | loader.js | loader.js ========= | 52k |
---|
728 | json-server | Serves JSON files through REST routes. | 52k |
---|
729 | filesize | JavaScript library to generate a human readable String describing the file size | 52k |
---|
730 | node-gyp | Node.js native addon build tool | 52k |
---|
731 | gulp-bump | Bump npm versions with Gulp (gulpjs.com) | 52k |
---|
732 | crypto | This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name. | 52k |
---|
733 | bundlesize | Keep your library size in check | 51k |
---|
734 | lodash.debounce | The lodash method `_.debounce` exported as a module. | 51k |
---|
735 | gatsby-image | Lazy-loading React image component with optional support for the blur-up effect. | 51k |
---|
736 | tap-spec | Formatted TAP output like Mocha's spec reporter | 51k |
---|
737 | ember-load-initializers | A tiny add-on to autoload your initializer files in ember-cli. | 51k |
---|
738 | grunt-nodemon | Grunt task to run a nodemon monitor of your node.js server | 51k |
---|
739 | escodegen | ECMAScript code generator | 51k |
---|
740 | main-bower-files | Get main files from your installed bower packages. | 51k |
---|
741 | @storybook/react | Storybook for React: Develop React Component in isolation with Hot Reloading. | 51k |
---|
742 | babel-plugin-transform-es2015-parameters | Compile ES2015 default and rest parameters to ES5 | 51k |
---|
743 | gulp-insert | Append or Prepend a string with gulp | 50k |
---|
744 | shortid | Amazingly short non-sequential url-friendly unique id generator. | 50k |
---|
745 | url | The core `url` packaged standalone for use with Browserify. | 50k |
---|
746 | koa-bodyparser | a body parser for koa | 50k |
---|
747 | hexo-renderer-marked | Markdown renderer plugin for Hexo | 50k |
---|
748 | @types/glob | TypeScript definitions for Glob | 50k |
---|
749 | globby | Extends `glob` with support for multiple patterns and exposes a Promise API | 50k |
---|
750 | gatsby-plugin-offline | Gatsby plugin which sets up a site to be able to run offline | 50k |
---|
751 | nunjucks | A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired) | 50k |
---|
752 | load-grunt-config | Grunt plugin that lets you break up your Gruntfile config by task | 50k |
---|
753 | dotenv-expand | Expand environment variables using dotenv | 49k |
---|
754 | rollup-plugin-alias | Resolves aliases with Rollup | 49k |
---|
755 | serve | Static file serving and directory listing | 49k |
---|
756 | react-copy-to-clipboard | Copy-to-clipboard React component | 49k |
---|
757 | backbone | Give your JS App some Backbone with Models, Views, Collections, and Events. | 49k |
---|
758 | @types/sinon | TypeScript definitions for Sinon | 49k |
---|
759 | passport-jwt | Passport authentication strategy using JSON Web Tokens | 49k |
---|
760 | envify | Selectively replace Node-style environment variables with plain strings. | 49k |
---|
761 | pump | pipe streams together and close all of them if one of them closes | 49k |
---|
762 | babel-plugin-transform-es2015-spread | Compile ES2015 spread to ES5 | 49k |
---|
763 | serialize-javascript | Serialize JavaScript to a superset of JSON that includes regular expressions and functions. | 49k |
---|
764 | escape-string-regexp | Escape RegExp special characters | 49k |
---|
765 | promises-aplus-tests | Compliance test suite for Promises/A+ | 49k |
---|
766 | animate.css | _Just-add-water CSS animation_ | 49k |
---|
767 | gatsby-remark-images | Processes images in markdown so they can be used in the production build. | 49k |
---|
768 | hoist-non-react-statics | Copies non-react specific statics from a child component to a parent component | 49k |
---|
769 | grunt-contrib-jade | Compile Jade templates | 49k |
---|
770 | grunt-jsonlint | Validate JSON files from grunt. | 49k |
---|
771 | @commitlint/cli | Lint your commit messages | 48k |
---|
772 | eslint-plugin-markdown | An ESLint plugin to lint JavaScript in Markdown code fences. | 48k |
---|
773 | jsonlint | Validate JSON | 48k |
---|
774 | hapi | HTTP Server framework | 48k |
---|
775 | chai-jquery | jQuery assertions for the Chai assertion library | 48k |
---|
776 | onchange | Use glob patterns to watch file sets and run a command when anything is added, changed or deleted. | 48k |
---|
777 | brfs | browserify fs.readFileSync() static asset inliner | 48k |
---|
778 | gulp-open | Open files and URLs with gulp | 48k |
---|
779 | react-dnd | Drag and Drop for React | 48k |
---|
780 | gulp-git | Git plugin for gulp (gulpjs.com) | 48k |
---|
781 | consolidate | Template engine consolidation library | 48k |
---|
782 | stylelint-order | A collection of order related linting rules for stylelint. | 48k |
---|
783 | semantic-ui-react | The official Semantic-UI-React integration. | 48k |
---|
784 | angularfire2 | The core module | 48k |
---|
785 | @types/hammerjs | TypeScript definitions for Hammer.js | 48k |
---|
786 | rollup-plugin-json | Convert .json files to ES6 modules: | 48k |
---|
787 | sanitize-html | Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis | 48k |
---|
788 | js-beautify | beautifier.io for node | 48k |
---|
789 | ms | Tiny millisecond conversion utility | 48k |
---|
790 | grunt-rev | Static file asset revisioning through content hashing | 48k |
---|
791 | stylelint-scss | A collection of SCSS specific rules for stylelint | 47k |
---|
792 | jest-serializer-vue | A jest serializer for Vue snapshots | 47k |
---|
793 | deepmerge | A library for deep (recursive) merging of Javascript objects | 47k |
---|
794 | angular-in-memory-web-api | An in-memory web api for Angular demos and tests | 47k |
---|
795 | babel-plugin-transform-es2015-arrow-functions | Compile ES2015 arrow functions to ES5 | 47k |
---|
796 | gulp-istanbul | Istanbul unit test coverage plugin for gulp. | 47k |
---|
797 | react-dnd-html5-backend | HTML5 backend for React DnD | 47k |
---|
798 | babel-plugin-transform-react-jsx | Turn JSX into React function calls | 47k |
---|
799 | react-color | A Collection of Color Pickers from Sketch, Photoshop, Chrome & more | 47k |
---|
800 | qunit | An easy-to-use JavaScript Unit Testing framework. | 47k |
---|
801 | yeoman-generator | Rails-inspired generator system that provides scaffolding for your apps | 47k |
---|
802 | through | simplified stream construction | 47k |
---|
803 | wd | WebDriver/Selenium 2 node.js client | 47k |
---|
804 | preact | Fast 3kb React alternative with the same modern API. Components & Virtual DOM. | 47k |
---|
805 | clone | deep cloning of objects and arrays | 47k |
---|
806 | precss | Use Sass-like markup and staged CSS features in CSS | 46k |
---|
807 | hexo | A fast, simple & powerful blog framework, powered by Node.js. | 46k |
---|
808 | mobx-react | React bindings for MobX. Create fully reactive components. | 46k |
---|
809 | redux-promise | FSA-compliant promise middleware for Redux. | 46k |
---|
810 | babel-plugin-transform-es2015-block-scoping | Compile ES2015 block scoping (const and let) to ES5 | 46k |
---|
811 | @angular-devkit/core | Angular DevKit - Core Utility Library | 46k |
---|
812 | grunt-angular-templates | Grunt build task to concatenate & register your AngularJS templates in the $templateCache | 46k |
---|
813 | nodeunit | Easy unit testing for node.js and the browser. | 46k |
---|
814 | svgo | Nodejs-based tool for optimizing SVG vector graphics files | 46k |
---|
815 | gitbook-cli | CLI to generate books and documentation using gitbook | 46k |
---|
816 | hexo-renderer-stylus | Stylus renderer plugin for Hexo | 46k |
---|
817 | babel-plugin-transform-react-constant-elements | Treat React JSX elements as value types and hoist them to the highest scope | 46k |
---|
818 | gulp-newer | Only pass through newer source files | 45k |
---|
819 | buble | The blazing fast, batteries-included ES2015 compiler | 45k |
---|
820 | imagemin-pngquant | Imagemin plugin for `pngquant` | 45k |
---|
821 | progress | Flexible ascii progress bar | 45k |
---|
822 | he | A robust HTML entities encoder/decoder with full Unicode support. | 45k |
---|
823 | electron-devtools-installer | An easy way to install Dev Tools extensions into Electron applications | 45k |
---|
824 | hexo-server | Server module of Hexo. | 45k |
---|
825 | google-closure-compiler | Check, compile, optimize and compress Javascript with Closure-Compiler | 45k |
---|
826 | spectron | Easily test your Electron apps using ChromeDriver and WebdriverIO. | 45k |
---|
827 | sortablejs | JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap. | 45k |
---|
828 | xlsx | SheetJS Spreadsheet data parser and writer | 45k |
---|
829 | hexo-renderer-ejs | EJS renderer plugin for Hexo | 45k |
---|
830 | jit-grunt | JIT plugin loader for Grunt. | 45k |
---|
831 | cli-table | Pretty unicode tables for the CLI | 45k |
---|
832 | node-static | simple, compliant file streaming module for node | 45k |
---|
833 | graphql-tag | A JavaScript template literal tag that parses GraphQL queries | 45k |
---|
834 | traverse | traverse and transform objects by visiting every node on a recursive walk | 45k |
---|
835 | vows | Asynchronous BDD & continuous integration for node.js | 45k |
---|
836 | install | Minimal JavaScript module loader | 45k |
---|
837 | tether | A client-side library to make absolutely positioned elements attach to elements in the page efficiently. | 45k |
---|
838 | remap-istanbul | A tool for remapping Istanbul coverage via Source Maps | 44k |
---|
839 | react-addons-shallow-compare | >**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re | 44k |
---|
840 | grunt-filerev | Asset revisioning by using file content hashing | 44k |
---|
841 | better-scroll | inspired by iscroll, and it has a better scroll perfermance | 44k |
---|
842 | react-document-title | A declarative, nested, stateful document.title for React | 44k |
---|
843 | base64-js | Base64 encoding/decoding in pure JS | 44k |
---|
844 | gzip-js | GZIP in pure JavaScript (works in the browser) | 44k |
---|
845 | hexo-generator-archive | Archive generator for Hexo. | 44k |
---|
846 | tar | tar for node | 44k |
---|
847 | babel-plugin-transform-es2015-shorthand-properties | Compile ES2015 shorthand properties to ES5 | 44k |
---|
848 | connect-redis | Redis session store for Connect | 44k |
---|
849 | to-string-loader | to-string loader for webpack | 44k |
---|
850 | babel-plugin-transform-es2015-template-literals | Compile ES2015 template literals to ES5 | 44k |
---|
851 | vuetify | Vue.js 2 Semantic Component Framework | 44k |
---|
852 | rx | Library for composing asynchronous and event-based operations in JavaScript | 44k |
---|
853 | react-motion | A spring that solves your animation problems. | 44k |
---|
854 | babel-plugin-transform-es2015-for-of | Compile ES2015 for...of to ES5 | 44k |
---|
855 | jimp | An image processing library written entirely in JavaScript (i.e. zero external or native dependencies) | 44k |
---|
856 | @types/minimist | TypeScript definitions for minimist | 44k |
---|
857 | standard-version | replacement for `npm version` with automatic CHANGELOG generation | 43k |
---|
858 | @angular-devkit/schematics | Angular Schematics - Library | 43k |
---|
859 | angular-animate | AngularJS module for animations | 43k |
---|
860 | jest-expo | A [Jest](https://facebook.github.io/jest/) preset to painlessly test your Expo apps. | 43k |
---|
861 | tslint-react | Lint rules related to React & JSX for TSLint | 43k |
---|
862 | assert | The assert module from Node.js, for the browser. | 43k |
---|
863 | @types/semver | TypeScript definitions for semver | 43k |
---|
864 | vinyl-fs | Vinyl adapter for the file system. | 43k |
---|
865 | cookie | HTTP server cookie parsing and serialization | 43k |
---|
866 | bunyan | a JSON logging library for node.js services | 43k |
---|
867 | nconf | Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging. | 43k |
---|
868 | update-notifier | Update notifications for your CLI app | 43k |
---|
869 | isparta-loader | isparta instrumenter loader for webpack | 43k |
---|
870 | babel-plugin-transform-regenerator | Explode async and generator functions into a state machine. | 43k |
---|
871 | ember-ajax | Service for making AJAX requests in Ember applications. | 43k |
---|
872 | gulp-rev-replace | Rewrite occurences of filenames which have been renamed by gulp-rev | 43k |
---|
873 | eslint-config-fbjs | For the most part, this configuration matches the ESLint configuration we have internally at Facebook. | 43k |
---|
874 | browserstacktunnel-wrapper | A Node.js wrapper for the BrowserStack java tunnel client | 43k |
---|
875 | csurf | CSRF token middleware | 43k |
---|
876 | babel-plugin-syntax-trailing-function-commas | Compile trailing function commas to ES5 | 43k |
---|
877 | markdown | A sensible Markdown parser for javascript | 42k |
---|
878 | @babel/preset-flow | Babel preset for all Flow plugins. | 42k |
---|
879 | @typescript-eslint/eslint-plugin | TypeScript plugin for ESLint | 42k |
---|
880 | express-flash | Flash Messages for your Express Application | 42k |
---|
881 | react-icons | SVG React icons of popular icon packs using ES6 imports | 42k |
---|
882 | tsickle | Transpile TypeScript code to JavaScript with Closure annotations. | 42k |
---|
883 | @types/enzyme | TypeScript definitions for Enzyme | 42k |
---|
884 | nan | Native Abstractions for Node.js: C++ header for Node 0.8 -> 11 compatibility | 42k |
---|
885 | grunt-compare-size | Compare file sizes on this branch to master | 42k |
---|
886 | grunt-csscomb | The grunt plugin for sorting CSS properties in specific order. | 42k |
---|
887 | hexo-generator-tag | Tag generator for Hexo. | 42k |
---|
888 | jest-junit | A jest reporter that generates junit xml files | 42k |
---|
889 | hexo-generator-category | Category generator for Hexo. | 42k |
---|
890 | angular-sanitize | AngularJS module for sanitizing HTML | 42k |
---|
891 | concat-stream | writable stream that concatenates strings or binary data and calls a callback with the result | 42k |
---|
892 | cfenv | easy access to your Cloud Foundry application environment | 42k |
---|
893 | cordova-plugin-ionic-webview | Ionic Web View Engine Plugin | 42k |
---|
894 | art | Cross-browser Vector Graphics | 42k |
---|
895 | electron-prebuilt | Install prebuilt electron binaries for the command-line using npm | 42k |
---|
896 | isparta | A code coverage tool for ES6 (babel) | 41k |
---|
897 | gatsby-plugin-sass | Gatsby plugin to handle scss/sass files | 41k |
---|
898 | gulp-ruby-sass | Compile Sass to CSS with Ruby Sass | 41k |
---|
899 | grunt-simple-mocha | A simple wrapper for running tests with Mocha. | 41k |
---|
900 | workbox-webpack-plugin | A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache. | 41k |
---|
901 | @typescript-eslint/parser | An ESLint custom parser which leverages TypeScript ESTree | 41k |
---|
902 | @commitlint/config-conventional | Shareable commitlint config enforcing conventional commits | 41k |
---|
903 | react-virtualized | React components for efficiently rendering large, scrollable lists and tabular data | 41k |
---|
904 | clean-css-cli | A command-line interface to clean-css CSS optimization library | 41k |
---|
905 | react-slick | React port of slick carousel | 41k |
---|
906 | stripe | Stripe API wrapper | 41k |
---|
907 | postcss-nested | PostCSS plugin to unwrap nested rules like how Sass does it | 41k |
---|
908 | hexo-generator-index | Index generator for Hexo. | 41k |
---|
909 | watch | Utilities for watching file trees. | 41k |
---|
910 | mousetrap | Simple library for handling keyboard shortcuts | 41k |
---|
911 | common-tags | a few common utility template tags for ES2015 | 41k |
---|
912 | @babel/plugin-proposal-decorators | Compile class and object decorators to ES5 | 41k |
---|
913 | screenfull | Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. | 41k |
---|
914 | gulp-stylus | Stylus plugin for gulp | 41k |
---|
915 | recompose | A React utility belt for function components and higher-order components | 41k |
---|
916 | @types/react-redux | TypeScript definitions for react-redux | 41k |
---|
917 | gulp-protractor | A helper for protactor and gulp | 41k |
---|
918 | angular-route | AngularJS router module | 41k |
---|
919 | http | | 41k |
---|
920 | https-proxy-agent | An HTTP(s) proxy `http.Agent` implementation for HTTPS | 41k |
---|
921 | eslint-plugin-react-native | React Native specific linting rules for ESLint | 41k |
---|
922 | googleapis | Google APIs Client Library for Node.js | 41k |
---|
923 | redux-persist | persist and rehydrate redux stores | 40k |
---|
924 | electron-debug | Adds useful debug features to your Electron app | 40k |
---|
925 | browser-sync-webpack-plugin | BrowserSync and Webpack integration | 40k |
---|
926 | babel-plugin-styled-components | Improve the debugging experience and add server-side rendering support to styled-components | 40k |
---|
927 | cordova-plugin-statusbar | Cordova StatusBar Plugin | 40k |
---|
928 | postcss-preset-env | Convert modern CSS into something browsers understand | 40k |
---|
929 | @types/classnames | TypeScript definitions for classnames | 40k |
---|
930 | nuxt | A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js) | 40k |
---|
931 | readable-stream | Streams3, a user-land copy of the stream library from Node.js | 40k |
---|
932 | web-animations-js | JavaScript implementation of the Web Animations API | 40k |
---|
933 | gulp-jade | Compile Jade templates | 40k |
---|
934 | @angular/upgrade | Angular - the library for easing update from v1 to v2 | 40k |
---|
935 | merge2 | Merge multiple streams into one stream in sequence or parallel. | 40k |
---|
936 | cypress | Cypress.io end to end testing tool | 40k |
---|
937 | html-minifier | Highly configurable, well-tested, JavaScript-based HTML minifier. | 40k |
---|
938 | gulp-cached | A simple in-memory file cache for gulp | 40k |
---|
939 | @types/react-router-dom | TypeScript definitions for React Router | 40k |
---|
940 | grunt-conventional-changelog | Generate a changelog using conventional-changelog | 40k |
---|
941 | grunt-gh-pages | Publish to GitHub Pages with Grunt. | 40k |
---|
942 | mqtt | A library for the MQTT protocol | 39k |
---|
943 | live-server | simple development http server with live reload capability | 39k |
---|
944 | grunt-replace | Replace text patterns with applause. | 39k |
---|
945 | gatsby-plugin-google-analytics | Gatsby plugin to add google analytics onto a site | 39k |
---|
946 | grunt-mocha | Grunt task for running client-side Mocha specs in PhantomJS | 39k |
---|
947 | ytdl-core | Youtube video downloader in pure javascript. | 39k |
---|
948 | mock-fs | A configurable mock file system. You know, for testing. | 39k |
---|
949 | flux | An application architecture based on a unidirectional data flow | 39k |
---|
950 | bignumber.js | A library for arbitrary-precision decimal and non-decimal arithmetic | 39k |
---|
951 | eslint-plugin-compat | Lint browser compatibility of API used | 39k |
---|
952 | grunt-notify | Automatic desktop notifications for Grunt errors and warnings. Supports OS X, Windows, Linux. | 39k |
---|
953 | codecov.io | lcov posting to codecov.io | 39k |
---|
954 | canvas | Canvas graphics API backed by Cairo | 39k |
---|
955 | gulp-debug | Debug Vinyl file streams to see what files are run through your Gulp pipeline | 38k |
---|
956 | semantic-ui-css | CSS Only distribution of Semantic UI | 38k |
---|
957 | terser | JavaScript parser, mangler/compressor and beautifier toolkit for ES6+ | 38k |
---|
958 | eslint-plugin-react-hooks | ESLint rules for React Hooks | 38k |
---|
959 | @fortawesome/react-fontawesome | Official React component for Font Awesome 5 | 38k |
---|
960 | babel-plugin-transform-es2015-computed-properties | Compile ES2015 computed properties to ES5 | 38k |
---|
961 | babel-traverse | The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes | 38k |
---|
962 | babel-plugin-transform-es2015-block-scoped-functions | Babel plugin to ensure function declarations at the block level are block scoped | 38k |
---|
963 | ember-cli-release | Ember CLI addon for managing release versions. | 38k |
---|
964 | node-cache | Simple and fast NodeJS internal caching. Node internal in memory cache like memcached. | 38k |
---|
965 | btoa | btoa for Node.JS (it's a one-liner) | 38k |
---|
966 | bundle-collapser | convert bundle paths to IDS to save bytes in browserify bundles | 38k |
---|
967 | vuedraggable | draggable component for vue | 38k |
---|
968 | browserify-shim | Makes CommonJS-incompatible modules browserifyable. | 38k |
---|
969 | gulp-tap | Easiest way to tap into a pipeline | 38k |
---|
970 | uglifyify | A browserify transform which minifies your code using UglifyJS2 | 38k |
---|
971 | three | JavaScript 3D library | 38k |
---|
972 | parse5 | HTML parser and serializer. | 38k |
---|
973 | vuex-router-sync | Effortlessly keep vue-router and vuex store in sync. | 37k |
---|
974 | nightwatch-helpers | custom assertions and commands for easier nightwatch tests | 37k |
---|
975 | gm | GraphicsMagick and ImageMagick for node.js | 37k |
---|
976 | meteor-node-stubs | Stub implementations of Node built-in modules, a la Browserify | 37k |
---|
977 | gulp-pug | Gulp plugin for compiling Pug templates | 37k |
---|
978 | pm2 | Production process manager for Node.JS applications with a built-in load balancer. | 37k |
---|
979 | clang-format | node wrapper around clang-format | 37k |
---|
980 | babel-plugin-check-es2015-constants | Compile ES2015 constants to ES5 | 37k |
---|
981 | file-system | Strengthen the ability of file system | 37k |
---|
982 | react-transform-catch-errors | React Transform that catches errors inside React components | 37k |
---|
983 | karma-babel-preprocessor | Preprocessor to compile ES6 on the fly with babel. | 37k |
---|
984 | dedent | An ES6 string tag that strips indentation from multi-line strings | 37k |
---|
985 | jquery.easing | A jQuery plugin from GSGD to give advanced easing options | 37k |
---|
986 | xhr2 | XMLHttpRequest emulation for node.js | 37k |
---|
987 | xmldom | A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer). | 37k |
---|
988 | eslint-plugin-jasmine | ESLint rules for Jasmine | 37k |
---|
989 | grunt-jsdoc | Integrates jsdoc3 generation into your Grunt build | 37k |
---|
990 | eslint-plugin-vue-libs | eslint plugin for vue.js projects | 37k |
---|
991 | node-html-encoder | Package for encoding and decoding html string | 36k |
---|
992 | promise-polyfill | Lightweight promise polyfill. A+ compliant | 36k |
---|
993 | which | Like which(1) unix command. Find the first instance of an executable in the PATH. | 36k |
---|
994 | gatsby-remark-copy-linked-files | Find files which are linked to from markdown and copy them to the public directory | 36k |
---|
995 | mocha-junit-reporter | A JUnit reporter for mocha. | 36k |
---|
996 | laravel-elixir-webpack-official | Laravel Elixir Webpack integration | 36k |
---|
997 | strip-json-comments | Strip comments from JSON. Lets you use comments in your JSON files! | 36k |
---|
998 | @types/selenium-webdriver | TypeScript definitions for Selenium WebDriverJS | 36k |
---|
999 | grunt-string-replace | Replaces strings on files by using string or regex patterns. Attempts to be a String.prototype.replace adapter task for your grunt project. | 36k |
---|
1000 | jquery-ui | A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. | 36k |
---|