https://github.com/typescript-eslint/typescript-eslint
:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
eslint eslint-plugin eslintplugin plugin tslint typescript
Last synced: 27 Mar 2026
https://github.com/justjake/quickjs-emscripten
Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions
eval javascript plugins quickjs wasm
Last synced: 27 Mar 2026
https://github.com/TooTallNate/once
Creates a Promise that waits for a single event
Last synced: 27 Mar 2026
https://github.com/sinonjs/fake-timers
Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS
javascript
Last synced: 27 Mar 2026
https://github.com/semantic-release/npm
:ship: semantic-release plugin to publish a npm package
npm publish registry release semantic-release version
Last synced: 27 Mar 2026
https://github.com/semantic-release/error
:boom: :speech_balloon: errors but with error code
error semantic-release
Last synced: 27 Mar 2026
https://github.com/semantic-release/release-notes-generator
:clipboard: semantic-release plugin to generate changelog content with conventional-changelog
changelog conventional-changelog conventional-commits github publish release semantic-release
Last synced: 27 Mar 2026
https://github.com/tsconfig/bases
Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment
Last synced: 27 Mar 2026
https://github.com/sinonjs/commons
Simple functions shared among the sinon end user libraries
Last synced: 27 Mar 2026
https://github.com/semantic-release/git
:twisted_rightwards_arrows: semantic-release plugin to commit release assets to the project's git repository
changelog commit conventional-changelog conventional-commits git release semantic-release version
Last synced: 27 Mar 2026
https://github.com/rtsao/scc
Find strongly connected components of a directed graph using Tarjan's algorithm
cycle-detection strongly-connected-components tarjan topological-sort
Last synced: 27 Mar 2026
https://github.com/semantic-release/commit-analyzer
:bulb: semantic-release plugin to analyze commits with conventional-changelog
changelog commit-analyzer conventional-changelog conventional-commits github publish release semantic-release
Last synced: 27 Mar 2026
https://github.com/semantic-release/github
:octocat: semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
git github publish release semantic-release version
Last synced: 27 Mar 2026
https://github.com/rollup/plugins
π£ The one-stop shop for official Rollup plugins
plugins rollup rollup-plugins
Last synced: 27 Mar 2026
https://github.com/OpenAPITools/openapi-generator-cli
A node package wrapper for https://github.com/OpenAPITools/openapi-generator
npm openapi openapi-generator openapi2 openapi3
Last synced: 27 Mar 2026
https://github.com/octokit/types.ts
Shared TypeScript definitions for Octokit projects
hacktoberfest octokit-js types
Last synced: 27 Mar 2026
https://github.com/octokit/request.js
Send parameterized requests to GitHubβs APIs with sensible defaults in browsers and Node
hacktoberfest octokit-js plugin
Last synced: 27 Mar 2026
https://github.com/octokit/tsconfig
TypeScript configuration for Octokit packages
octokit-js tooling
Last synced: 27 Mar 2026
https://github.com/octokit/plugin-retry.js
Octokit plugin for GitHubβs recommended request retries
hacktoberfest octokit-js plugin
Last synced: 27 Mar 2026
https://github.com/npm/run-script
Run a lifecycle script for a package (descendant of npm-lifecycle)
npm-cli
Last synced: 27 Mar 2026
https://github.com/npm/name-from-folder
Get the package name from a folder path
npm-cli
Last synced: 27 Mar 2026
https://github.com/octokit/request-error.js
Error class for Octokit request errors
hacktoberfest octokit-js plugin
Last synced: 27 Mar 2026
https://github.com/octokit/endpoint.js
Turns REST API endpoints into generic request options
hacktoberfest octokit-js plugin
Last synced: 27 Mar 2026
https://github.com/octokit/graphql.js
GitHub GraphQL API client for browsers and Node
graphql hacktoberfest octokit-js sdk
Last synced: 27 Mar 2026
https://github.com/octokit/plugin-throttling.js
Octokit plugin for GitHubβs recommended request throttling
hacktoberfest octokit-js plugin
Last synced: 27 Mar 2026
https://github.com/octokit/core.js
Extendable client for GitHub's REST & GraphQL APIs
hacktoberfest octokit-js plugin
Last synced: 27 Mar 2026
https://github.com/npm/promise-spawn
spawn processes the way the npm cli likes to do
npm-cli
Last synced: 27 Mar 2026
https://github.com/octokit/openapi-types.ts
Generated TypeScript definitions based on GitHub's OpenAPI spec
generated hacktoberfest octokit-js openapi schema specification types
Last synced: 27 Mar 2026
https://github.com/octokit/plugin-paginate-rest.js
Octokit plugin to paginate REST API endpoint responses
hacktoberfest octokit-js plugin rest-api
Last synced: 27 Mar 2026
https://github.com/npm/move-file
Move a file across devices with support for all node 10 versions (fork of https://github.com/sindresorhus/move-file)
npm-cli
Last synced: 27 Mar 2026
https://github.com/nuxt-contrib/opencollective
π€ Pretty opencollective stats on postinstall!
javascript npm-script nuxtjs opencollective postinstall script stats
Last synced: 27 Mar 2026
https://github.com/npm/map-workspaces
Retrieves a name:pathname Map for a given workspaces config
npm-cli
Last synced: 27 Mar 2026
https://github.com/npm/node-gyp
Tools for dealing with node-gyp packages
npm-cli
Last synced: 27 Mar 2026
https://github.com/npm/disparity-colors
Colorizes unified diff output
npm-cli
Last synced: 27 Mar 2026
https://github.com/npm/metavuln-calculator
Calculate meta-vulnerabilities from package security advisories
npm-cli
Last synced: 27 Mar 2026
https://github.com/npm/package-json
Programmatic API to update package.json
npm-cli
Last synced: 27 Mar 2026
https://github.com/octokit/auth-token.js
GitHub API token authentication for browsers and Node.js
hacktoberfest octokit-js plugin
Last synced: 27 Mar 2026
https://github.com/npm/git
a util for spawning git from npm CLI contexts
npm-cli
Last synced: 27 Mar 2026
https://github.com/npm/installed-package-contents
Get the list of files installed in a package in node_modules, including bundled dependencies
npm-cli
Last synced: 27 Mar 2026
https://github.com/npm/fs
filesystem helper functions, wrappers, and promisification for the npm cli
npm-cli
Last synced: 27 Mar 2026
https://github.com/lukeed/csprng
A tiny (~90B) isomorphic wrapper for `crypto.randomBytes` in Node.js and browsers.
Last synced: 27 Mar 2026
https://github.com/npm/cli
the package manager for JavaScript
javascript nodejs npm npm-cli package-manager tools
Last synced: 27 Mar 2026
https://github.com/jridgewell/sourcemaps
Monorepo for various sourcemap libraries
Last synced: 27 Mar 2026
https://github.com/jridgewell/resolve-uri
Resolve a URI relative to an optional base URI
Last synced: 27 Mar 2026
https://github.com/humanwhocodes/object-schema
DEPRECATED. Use eslint/object-schema instead.
Last synced: 27 Mar 2026
https://github.com/npm/ci-detect
Detect what kind of CI environment the program is in
npm-cli
Last synced: 27 Mar 2026
https://github.com/nestjs/axios
Axios module for Nest framework (node.js) π
axios http-module javascript nest nestjs nodejs typescript
Last synced: 27 Mar 2026
https://github.com/nestjs/nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript π
framework hacktoberfest javascript javascript-framework microservices nest nestjs node nodejs nodejs-framework typescript typescript-framework websockets
Last synced: 27 Mar 2026
https://github.com/istanbuljs/schema
Schemas describing various structures used by nyc and istanbuljs
Last synced: 27 Mar 2026
https://github.com/isaacs/string-locale-compare
Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise
Last synced: 27 Mar 2026
https://github.com/istanbuljs/load-nyc-config
Utility function to load nyc configuration
Last synced: 27 Mar 2026
https://github.com/humanwhocodes/module-importer
Universal importer for CommonJS and ESM in Node.js
Last synced: 27 Mar 2026
https://github.com/wraithgar/gar-promisify
Promisify an entire class or object
Last synced: 27 Mar 2026
https://github.com/humanwhocodes/config-array
DEPRECATED. Use eslint/config-array instead
Last synced: 27 Mar 2026
https://github.com/chromaui/chromatic-cli
Chromatic CLI: `npx chromatic`
cli storybook
Last synced: 27 Mar 2026
https://github.com/storybookjs/jest
Instrumented version of Jest for Storybook Interactions
Last synced: 27 Mar 2026
https://github.com/eslint/eslintrc
The legacy ESLintRC config file format for ESLint
Last synced: 27 Mar 2026
https://gitlab.com/catamphetamine/react-phone-number-input
React component for international phone number input. https://catamphetamine.gitlab.io/react-phone-number-input
Last synced: 27 Mar 2026
https://github.com/open-cli-tools/concurrently
Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
cli command-line concurrently parallel process spawn
Last synced: 27 Mar 2026
https://github.com/eslint-community/regexpp
The regular expression parser for ECMAScript.
Last synced: 27 Mar 2026
https://github.com/eslint-community/eslint-utils
Utilities for ESLint plugins and custom rules.
eslint
Last synced: 27 Mar 2026
https://github.com/bvaughn/react-window
React components for efficiently rendering large lists and tabular data
Last synced: 27 Mar 2026
https://github.com/postcss/postcss
Transforming styles with JS plugins
ast css framework parser postcss
Last synced: 27 Mar 2026
https://github.com/cspotcode/node-source-map-support
Adds source map support to node.js (for stack traces)
hacktoberfest
Last synced: 27 Mar 2026
https://github.com/bcoe/v8-coverage
Helpers to manipulate V8 coverage files
Last synced: 27 Mar 2026
https://github.com/Templarian/MaterialDesign-JS
Dist for Material Design Icons JS/TypeScript
Last synced: 27 Mar 2026
https://github.com/kentcdodds/cross-env
π Cross platform setting of environment scripts
cross-env cross-platform environment macos unix variables windows
Last synced: 27 Mar 2026
https://github.com/testing-library/react-testing-library
π Simple and complete React DOM testing utilities that encourage good testing practices.
javascript reactjs testing
Last synced: 27 Mar 2026
https://github.com/casesandberg/react-color
:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
chrome color-picker inline-styles photoshop react react-component sketch
Last synced: 27 Mar 2026
https://github.com/storybookjs/test-runner
π Turn stories into executable tests
jest storybook test-runner testing testing-library testing-tools
Last synced: 27 Mar 2026
https://github.com/moroshko/autosuggest-highlight
Utilities for highlighting text in autosuggest and autocomplete components
autocomplete autosuggest javascript typeahead
Last synced: 27 Mar 2026
https://github.com/babel/babel-plugin-proposal-private-property-in-object
@babel/plugin-proposal-private-property-in-object, with an added warning for when depending on this package without explicitly listing it in dependencies or devDependencies
Last synced: 27 Mar 2026
https://github.com/JedWatson/classnames
A simple javascript utility for conditionally joining classNames together
Last synced: 27 Mar 2026
https://github.com/storybookjs/testing-library
Instrumented version of Testing Library for Storybook Interactions
Last synced: 27 Mar 2026
https://github.com/azouaoui-med/react-pro-sidebar
React Pro Sidebar provides a set of components for creating high level and customizable side navigation
dropdown-menus menu menus npm npm-package react react-component reactjs sidebar submenu submenus tree-structure
Last synced: 27 Mar 2026
https://github.com/bl00mber/react-phone-input-2
:telephone_receiver: Highly customizable phone input component with auto formatting
bootstrap format i18n input international javascript localized material-ui mobile number phone react tel telephone
Last synced: 27 Mar 2026
https://github.com/emotion-js/emotion
π©βπ€ CSS-in-JS library designed for high performance style composition
babel-plugin css css-in-js emotion react reactjs
Last synced: 27 Mar 2026
https://github.com/mui/material-ui
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
design-system material-design material-ui react react-components
Last synced: 27 Mar 2026
https://github.com/webpack/css-loader
CSS Loader
css loader webpack webpack-loader
Last synced: 27 Mar 2026
https://github.com/styled-components/styled-components
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress π
css css-in-js react styled-components
Last synced: 27 Mar 2026
https://github.com/babel/babel-loader
π¦ Babel loader for webpack
babel loader webpack
Last synced: 27 Mar 2026
https://github.com/storybookjs/addon-webpack5-compiler-babel
Adds babel as a Webpack5 compiler to Storybook
Last synced: 27 Mar 2026
https://github.com/ampproject/remapping
Remap sequential sourcemaps through transformations to point at the original source code
Last synced: 27 Mar 2026
https://github.com/webpack/style-loader
Style Loader
loader stylesheets webpack webpack-loader
Last synced: 27 Mar 2026
https://github.com/Templarian/MaterialDesign-React
Dist for Material Design Icons React Component for JS/TypeScript
icons material-design react
Last synced: 27 Mar 2026
https://github.com/storybookjs/storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
angular components design-systems documentation html javascript react react-native stories storybook styleguide svelte testing typescript ui vite vue web-components webpack workshop
Last synced: 27 Mar 2026
https://github.com/DefinitelyTyped/DefinitelyTyped
The repository for high quality TypeScript type definitions.
definition dts hacktoberfest types typescript typescript-definitions typings
Last synced: 27 Mar 2026
https://github.com/babel/babel
π Babel is a compiler for writing next generation JavaScript.
ast babel compiler es2015 es6 flavortown javascript
Last synced: 27 Mar 2026
https://github.com/wshobson/agents
Intelligent automation and multi-agent orchestration for Claude Code
agents anthropic anthropic-claude automation claude claude-code claude-code-cli claude-code-commands claude-code-plugin claude-code-plugins claude-code-skills claude-code-subagents claude-skills claudecode claudecode-config claudecode-subagents orchestration sub-agents subagents workflows
Last synced: 27 Mar 2026
https://github.com/Hack23/lambda-in-private-vpc
A highly available system that runs in multiple AWS regions at the same time. It uses AWS Resilience Hub to ensure compliance with policies for Recovery Time Objective (RTO) and Recovery Point Objective (RPO)
aws chaos-engineering cloud-architecture compliance cyber-security devops disaster-recovery dns-firewall dynamodb fault-injection-service high-availability lambda multi-region multi-region-architecture resilience-hub route53 vpc
Last synced: 27 Mar 2026
https://github.com/Hack23/game
A clean, minimal template for building games with React, TypeScript, Three.js, and Vite - built with security-first principles.
codespace copilot-enabled cypress devsecops game game-boilerplate javascript lighthouse nodejs react reactjs secure-by-design template-project three-js threejs typescript vite zap
Last synced: 27 Mar 2026
https://github.com/Hack23/blacktrigram
Black Trigram is a realistic combat simulator that teaches authentic Korean martial arts through precise anatomical targeting. Master traditional vital point techniques through modern 3D combat mechanics across 5 distinct fighter archetypes.π₯ Black Trigram (νκ΄) μ΄λ μ 무μλ‘ μλ²½ν μΌκ²©μ μΆκ΅¬νλΌ "Master the dark arts through the pursuit of the perfect strike"
ai anatomy-based-combat combat-game combat-simulator fighting-game game javascript korea korean-martial-arts martial-arts open-source-game react threejs threejs-game trigram typescript
Last synced: 27 Mar 2026