Jordan Harband
@ljharb
software engineer/nerd/teacher/will try anything once; surgeon with git rebase. @tc39 ex @coinbase @
介绍
Hi‼ My name's Jordan, and I've gradually mutated over the last decade into being super obsessed with open source, backwards compatibility, and finding ways to balance what I feel are ethical obligations to all users of projects I interact with, with the very real problem of time management, burnout, and work/life balance.
I've been a part of TC39 (the committee that writes the specification for JavaScript) since 2014, and I was an editor of the specification from 2018-2021. I've been heavily involved in the node community for as many years, and I've gradually created (but mostly inherited or been gifted) a decent number of open source projects. I persist in trying to maintain them all with maximal back compat, the strictest adherence to semver, and the greatest respect for users.
已链接的账号
ljharb 持有其他平台上的下列账号:
代码库
shell-quote 星标数 55 本周更新
actions 星标数 13 1周前 更新
GitHub actions I use for CI.
qs 星标数 8940 1周前 更新
A querystring parser and serializer with nesting support
list-exports 星标数 15 1周前 更新
Given a package name and a version number, or a path to a package.json, what specifiers does it expose?
repo-report 星标数 25 1周前 更新
CLI to list all repos a user has access to, and report on their configuration in aggregate.
mock-property 星标数 7 2周前 更新
Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.
ls-engines 星标数 56 2周前 更新
Determine if your dependency graph's stated "engines" criteria is met.
can-merge 星标数 15 2周前 更新
safe-regex-test 星标数 8 2周前 更新
Give a regex, get a robust predicate function that tests it against a string.
es-to-primitive 星标数 22 2周前 更新
ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.
es-abstract 星标数 122 1个月前 更新
ECMAScript spec abstract operations.
gopd 星标数 2 2个月前 更新
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
safe-array-concat 星标数 5 2个月前 更新
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
call-bind 星标数 12 3个月前 更新
Robustly `.call.bind()` a function.
object-keys 星标数 46 4个月前 更新
Object.keys shim
json-file-plus 星标数 45 4个月前 更新
Read from and write to a JSON file, minimizing diffs and preserving formatting.
es-array-method-boxes-properly 星标数 4 4个月前 更新
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
big-integer-max 星标数 3 4个月前 更新
Given two valid integers in string form, return the larger of the two.
validate-exports-object 星标数 2 6个月前 更新
Validate an object in the "exports" field.
lockfile-info 星标数 2 6个月前 更新
Info about an npm project - which lockfile version, which lockfile(s) are present, etc.
记录
ljharb 在 2年前 加入。