jshthornton's Stars
mishoo/UglifyJS-old
JavaScript parser / mangler / compressor / beautifier library for NodeJS
chrissrogers/maybe
Maybe monad for JavaScript. Never null again.
asapach/babel-plugin-rewire-exports
Babel plugin for stubbing [ES6, ES2015] module exports
jfmengels/eslint-plugin-fp
ESLint rules for functional programming
rizowski/eslint-watch
ESLint with simple watching capabilities
selaux/eslint-plugin-filenames
Eslint plugin to check filenames.
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
buildo/eslint-plugin-no-loops
It's 2024 and you still use loops?
johnstonbl01/eslint-no-inferred-method-name
A custom rule for ESLint that checks for inferred method names within object literals.
Trott/eslint-plugin-new-with-error
Require `throw new Error()` and not `throw Error()`
jsx-eslint/eslint-plugin-jsx-a11y
Static AST checker for a11y rules on JSX elements.
acdlite/recompose
A React utility belt for function components and higher-order components.
jhusain/eslint-plugin-immutable
ESLint plugin to disable all mutation in JavaScript.
sindresorhus/eslint-plugin-unicorn
More than 100 powerful ESLint rules
lo1tuma/eslint-plugin-mocha
ESLint rules for mocha
wix-incubator/eslint-plugin-lodash
ESLint rules for lodash
team-griffin/react-router-connected
webdriverio/webdriverio
Next-gen browser and mobile automation test framework for Node.js
reduxjs/redux-mock-store
A mock store for testing Redux async action creators and middleware.
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
SeleniumHQ/docker-selenium
Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
nodevault/node-vault
Client for HashiCorp's Vault
revolunet/sublimetext-markdown-preview
markdown preview and build plugin for sublime text 2/3
avsm/docker-ssh-agent-forward
Forward SSH agent socket into a container
summer4096/dockerscript
Write your Dockerfile in javascript!
muaz-khan/RecordRTC
RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
collab-project/videojs-record
video.js plugin for recording audio/video/image files
ekristen/node-vault-js
Pure Javascript Vault Client
tleunen/babel-plugin-module-resolver
Custom module resolver plugin for Babel
ReactTraining/react-broadcast
Reliably communicate state changes to deeply nested React elements