全部标签
目录标签

#ecmascript

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

101 条记录
标签为“ecmascript”按健康指数排序
npm
47薄弱健康指数
inspect-js/get-symbol-description
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
JavaScript★ 3↓ 316M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
47薄弱健康指数
ljharb/call-bound
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
JavaScript★ 5↓ 539M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
47薄弱健康指数
syntax-tree/estree-util-visit
esast (and estree) utility to visit nodes
JavaScript★ 6↓ 48.5M/月2026年8月31日
MIT2026年8月31日 · 指标 2.10.0
npm
45薄弱健康指数
es-shims/Reflect.getPrototypeOf
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible.
JavaScript★ 3↓ 280M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
45薄弱健康指数
inspect-js/is-map
Is this value a JS Map? This module works cross-realm/iframe, and despite %Symbol.toStringTag%.
JavaScript★ 9↓ 309M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
45薄弱健康指数
inspect-js/is-shared-array-buffer
Is this value a JS SharedArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
JavaScript★ 3↓ 317M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
45薄弱健康指数
inspect-js/is-weakmap
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript★ 3↓ 307M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
45薄弱健康指数
ljharb/es-define-property
`Object.defineProperty`, but not IE 8's broken one.
JavaScript★ 5↓ 635M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
45薄弱健康指数
ljharb/gopd
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
JavaScript★ 2↓ 646M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
44薄弱健康指数
inspect-js/is-data-view
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on instanceof or mutable properties, and despite ES6 Symbol.toStringTag.
JavaScript★ 2↓ 295M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
44薄弱健康指数
ljharb/define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
JavaScript★ 3↓ 407M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
42薄弱健康指数
es-shims/Array.prototype.findLastIndex
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
JavaScript★ 3↓ 208M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
42薄弱健康指数
es-shims/ArrayBuffer.prototype.slice
ES spec-compliant shim for ArrayBuffer.prototype.slice
JavaScript★ 0↓ 302M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
42薄弱健康指数
inspect-js/data-view-buffer
Get the ArrayBuffer out of a DataView, robustly.
JavaScript★ 2↓ 279M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
42薄弱健康指数
inspect-js/data-view-byte-length
Get the byteLength out of a DataView, robustly.
JavaScript★ 2↓ 261M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
42薄弱健康指数
inspect-js/data-view-byte-offset
Get the byteOffset out of a DataView, robustly.
JavaScript★ 2↓ 283M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
41薄弱健康指数
es-shims/Array.prototype.toSorted
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
JavaScript★ 10↓ 212M/月2026年8月22日
MIT2026年8月22日 · 指标 2.10.0
npm
39薄弱健康指数
KooiInc/typeofAnything
Determine what the type of anything is (in ECMAScript)
JavaScript★ 2↓ 2,330/月2026年7月25日
GPL-3.02026年7月25日 · 指标 2.10.0
npm
39薄弱健康指数
es-shims/Array.prototype.findLast
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
JavaScript★ 4↓ 206M/月2026年8月23日
MIT2026年8月23日 · 指标 2.10.0
npm
38薄弱健康指数
es-shims/Object.groupBy
An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3.
JavaScript★ 4↓ 213M/月2026年8月22日
MIT2026年8月22日 · 指标 2.10.0
npm
35薄弱健康指数
mathiasbynens/String.prototype.repeat
A robust & optimized ES3-compatible polyfill for the `String.prototype.repeat` method in ECMAScript 6.
JavaScript★ 28↓ 209M/月2026年8月29日
MIT2026年8月29日 · 指标 2.10.0
npm
35薄弱健康指数
sindresorhus/object-assign
ES2015 Object.assign() ponyfill
JavaScript★ 918↓ 627M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
35薄弱健康指数
syntax-tree/estree-util-is-identifier-name
Check if something can be an ecmascript (javascript) identifier name
JavaScript★ 3↓ 160M/月2026年8月29日
MIT2026年8月29日 · 指标 2.10.0
npm
34存在风险健康指数
Alwatr/alwatr
The Alwatr Developer Kit is a comprehensive ecosystem designed to facilitate your development process. It comprises a diverse range of tools and libraries, empowering you to construct robust applications with enhanced efficiency.
TypeScript · JavaScript★ 24↓ 1,083/月2026年8月8日
MPL-2.02026年8月8日 · 指标 2.10.0
crates.io
34存在风险健康指数
DelSkayn/rquickjs
High level bindings to the quickjs javascript engine
Rust★ 964↓ 1.6M/月2026年7月28日
MIT2026年7月28日 · 指标 2.10.0
npm · PyPI
34存在风险健康指数
jquery/esprima
ECMAScript parsing infrastructure for multipurpose analysis
TypeScript · JavaScript★ 7,137↓ 435M/月2026年8月4日
BSD-2-Clause2026年8月4日 · 指标 2.10.0
npm
34存在风险健康指数
standard/eslint-config-standard
ESLint Config for JavaScript Standard Style
TypeScript★ 2,647↓ 11.6M/月2026年8月13日
MIT2026年8月13日 · 指标 2.10.0
npm
33存在风险健康指数
estools/esrecurse
AST recursive visitor
JavaScript★ 80↓ 557M/月2026年8月4日
自定义许可证2026年8月4日 · 指标 2.10.0
npm
32存在风险健康指数
json5/json5
JSON5 — JSON for Humans
JavaScript★ 7,148↓ 849M/月2026年8月4日
自定义许可证2026年8月4日 · 指标 2.10.0