npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "commonjs" 的结果(共 15 个)
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
zen-observable-ts

Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports

MIT
babel-plugin-transform-es2015-modules-commonjs

This plugin transforms ES2015 modules to CommonJS

MIT
@babel/plugin-transform-modules-commonjs

This plugin transforms ES2015 modules to CommonJS

MIT
babel-plugin-transform-inline-imports-commonjs

A Babel transform that turns imports into lazily loaded commonjs requires

MIT
@img/colour

The ESM-only 'color' package made compatible for use with CommonJS runtimes

MIT
yamlparser

A YAML parser written in javascript. This is the port to CommonJS. Client-side script is available at http://code.google.com/p/javascript-yaml-parser/

fix-esm

Fixes ERR_REQUIRE_ESM errors so that you can require ESM modules from CommonJS

WTFPL OR CC0-1.0
cjs-module-lexer

Lexes CommonJS modules, returning their named exports metadata

MIT
@dual-bundle/import-meta-resolve

A fork of `import-meta-resolve` with commonjs + ESM support at the same time, AKA dual package.

MIT
babel-preset-es2015-rollup

This is [babel-preset-es2015](http://babeljs.io/docs/plugins/preset-es2015/), minus [modules-commonjs](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs/), plus [external-helpers](http://babeljs.io/docs/plugins/external-helpers/). Use it wi

MIT
commoner

Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules

MIT
fix-dts-default-cjs-exports

Utility to fix TypeScript declarations when using default exports in CommonJS.

MIT
rollup-plugin-commonjs

Convert CommonJS modules to ES2015

MIT