全部标签
目录标签

#ecmascript

公开记录中带有此标签的全部仓库——标签来自其 GitHub 主题或软件包注册表发布的关键词。健康度量遵循与记录其余部分相同的版本化方法论。

101 条记录
标签为“ecmascript”按健康指数排序
npm
54中等健康指数
inspect-js/is-array-buffer
Is this value a JS ArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
JavaScript★ 13↓ 314M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
54中等健康指数
inspect-js/is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
JavaScript★ 42↓ 391M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
54中等健康指数
inspect-js/is-typed-array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
JavaScript★ 12↓ 381M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
54中等健康指数
ljharb/get-intrinsic
Get and robustly cache all JS language-level intrinsics at first require time.
JavaScript★ 35↓ 679M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
53中等健康指数
es-shims/Array.prototype.flat
An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
JavaScript★ 31↓ 266M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
53中等健康指数
es-shims/Array.prototype.flatMap
An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
JavaScript★ 33↓ 270M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
53中等健康指数
eslint-community/regexpp
The regular expression parser for ECMAScript.
TypeScript★ 31↓ 512M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
53中等健康指数
lydell/js-tokens
Tiny JavaScript tokenizer.
JavaScript · CoffeeScript★ 5562026年7月22日
MIT2026年7月22日 · 指标 2.10.0
npm
53中等健康指数
mathiasbynens/regexpu-core
regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of the ES6 `u` flag into equivalent ES5-compatible regular expression patterns.
JavaScript★ 81↓ 183M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
53中等健康指数
micromark/micromark-extension-mdx-jsx
micromark extension to support MDX or MDX.js JSX
JavaScript★ 10↓ 50.6M/月2026年8月31日
MIT2026年8月31日 · 指标 2.10.0
npm
51中等健康指数
es-shims/Object.entries
ES2017 spec-compliant shim for Object.entries
JavaScript★ 59↓ 244M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
51中等健康指数
es-shims/Object.values
ES2017 spec-compliant shim for Object.values
JavaScript★ 73↓ 268M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
51中等健康指数
es-shims/RegExp.prototype.flags
ES6 spec-compliant RegExp.prototype.flags shim
JavaScript★ 8↓ 336M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
51中等健康指数
inspect-js/is-bigint
Is this an ES BigInt value?
JavaScript★ 7↓ 335M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
51中等健康指数
inspect-js/which-boxed-primitive
Which kind of boxed JS primitive is this?
JavaScript★ 7↓ 322M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
51中等健康指数
ljharb/es-errors
A simple cache for a few of the JS Error constructors.
JavaScript★ 11↓ 715M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
51中等健康指数
ljharb/internal-slot
ES spec-like internal slots.
JavaScript★ 10↓ 327M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
es-shims/Object.fromEntries
Official ES spec-compliant polyfill for Object.fromEntries
JavaScript★ 32↓ 257M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
estools/esquery
ECMAScript AST query library.
JavaScript★ 888↓ 564M/月2026年8月4日
自定义许可证2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
inspect-js/has-tostringtag
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
JavaScript★ 5↓ 542M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
inspect-js/is-set
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 3↓ 308M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
inspect-js/is-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 3↓ 308M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
inspect-js/which-builtin-type
What is the type of this builtin JS value?
JavaScript★ 3↓ 290M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
ljharb/es-abstract-get
ECMAScript Abstract Operations for "getting properties" (Get, GetV, GetMethod)
JavaScript★ 1↓ 83.1M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
ljharb/object-keys
Object.keys shim
JavaScript★ 46↓ 374M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
50中等健康指数
sindresorhus/identifier-regex
Regular expression for matching JavaScript identifiers
JavaScript★ 18↓ 8.5M/月2026年8月27日
MIT2026年8月27日 · 指标 2.10.0
npm
50中等健康指数
syntax-tree/estree-util-build-jsx
Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
JavaScript★ 23↓ 38.6M/月2026年8月31日
MIT2026年8月31日 · 指标 2.10.0
npm
48薄弱健康指数
ljharb/set-function-length
Set a function's length property
JavaScript★ 4↓ 390M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
48薄弱健康指数
ljharb/unbox-primitive
Unbox a boxed JS primitive value.
JavaScript★ 7↓ 323M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
47薄弱健康指数
es-shims/es-object-atoms
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
JavaScript★ 52026年7月22日
MIT2026年7月22日 · 指标 2.10.0