- Hillsborough, CA
-
16:35
- 8h behind - https://linkedin.com/in/ljharb
- @LJHarb
- @LJHarb@mastodon.social
- ljharb
- @jordan.har.band
Highlights
-
eslint-find-rules Public
Forked from sarbbottam/eslint-find-rulesFind built-in ESLint rules you don't have in your custom config
JavaScript MIT License UpdatedJan 20, 2025 -
-
userland-migrations Public
Forked from nodejs/userland-migrationsFacilitate automated migrations of userland code
-
jellobot Public
Forked from brigand/jellobotKeeping the project alive.
-
safeset Public
Set, but safe from prototype modifications.
-
hosted-git-info Public
Forked from npm/hosted-git-infoProvides metadata and conversions from repository urls for Github, Bitbucket and Gitlab
JavaScript ISC License UpdatedJan 3, 2025 -
mirror-own Public
Mirror (copy) the own property descriptors from one object, onto another.
-
get-proto Public
Robustly get the [[Prototype]] of an object. Uses the best available method.
-
es6-shim Public
Forked from paulmillr/es6-shimECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
-
set-proto Public
Robustly set the [[Prototype]] of an object. Uses the best available method.
-
TypeScript Public
Forked from microsoft/TypeScriptTypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
Promise.try Public
Forked from es-shims/Promise.tryES Proposal spec-compliant shim for Promise.try
JavaScript MIT License UpdatedDec 30, 2024 -
polyglot.js Public
Forked from airbnb/polyglot.jsGive your JavaScript the ability to speak many languages.
JavaScript BSD 2-Clause "Simplified" License UpdatedDec 30, 2024 -
react-with-styles Public
Forked from airbnb/react-with-stylesUse CSS-in-JavaScript with themes for React without being tightly coupled to one implementation
JavaScript MIT License UpdatedDec 30, 2024 -
Promise.prototype.finally Public
Forked from es-shims/Promise.prototype.finallyES Proposal spec-compliant shim for Promise.prototype.finally
JavaScript MIT License UpdatedDec 30, 2024 -
String.prototype.padStart Public
Forked from es-shims/String.prototype.padStartES spec-compliant shim for String.prototype.padStart
-
reduce Public
Forked from Raynos/reduceA better [].reduce
JavaScript MIT License UpdatedDec 30, 2024 -
es-shim-api Public
Forked from es-shims/es-shim-apiAPI contract, and rudimentary tests, for modules that conform to the *es-shim API*
JavaScript MIT License UpdatedDec 30, 2024 -
Object.fromEntries Public
Forked from es-shims/Object.fromEntriesOfficial ES proposal-compliant polyfill for Object.fromEntries
JavaScript MIT License UpdatedDec 30, 2024 -
own-keys Public
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible.
-
find-value-locations Public
Given an object, and a value, return a tuple of the property name, and the object on which it is an own property.
-
prop-types-exact Public
For use with React PropTypes. Will error on any prop not explicitly specified.
-
safe-push-apply Public
Push an array of items into an array, while being robust against prototype modification.
-
nodejs.org Public
Forked from nodejs/nodejs.orgThe Node.js® Website
-
eslint-plugin-jsx-a11y Public
Forked from jsx-eslint/eslint-plugin-jsx-a11yStatic AST checker for a11y rules on JSX elements.
-
struts-site Public
Forked from apache/struts-siteMirror of Apache Struts site
HTML UpdatedDec 24, 2024 -
eslint-plugin-react Public
Forked from jsx-eslint/eslint-plugin-reactReact specific linting rules for ESLint
-
struts Public
Forked from apache/strutsApache Struts is a free, open-source, MVC framework for creating elegant, modern Java web applications
Java Apache License 2.0 UpdatedDec 23, 2024 -
-
String.prototype.matchAll Public
Forked from es-shims/String.prototype.matchAllSpec-compliant polyfill for String.prototype.matchAll ESnext proposal.