npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "ES7" 的结果(共 3 个)
webpack

Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.

MIT
array-includes

An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.

MIT
es7-object-polyfill

A polyfill for missing Object.values / Object.entries

Unlicense