npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "ECMAScript 6" 的结果(共 12 个)
regenerator

Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)

MIT
regenerator-babel

Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)

BSD
string.prototype.repeat

A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.

MIT
string.prototype.codepointat

A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.

MIT
string.fromcodepoint

A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.

MIT
regenerator-6to5

Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)

BSD
string.prototype.includes

A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.

MIT
array.from

A robust & optimized `Array.from` polyfill, based on the ECMAScript 6 specification.

MIT
string.prototype.startswith

A robust & optimized `String.prototype.startsWith` polyfill, based on the ECMAScript 6 specification.

MIT
string.prototype.endswith

A robust & optimized `String.prototype.endsWith` polyfill, based on the ECMAScript 6 specification.

MIT
harmony-reflect

ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects

(Apache-2.0 OR MPL-1.1)
string-at

A robust & optimized ES3-compatible polyfill for the `String.prototype.at` proposal for ECMAScript 6/7 - based on https://mths.be/at

MIT