# builder-es6-module-to-cjs

> builder plugin to convert ES6 modules to CJS

Latest version **1.1.0** (published 2014-04-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install builder-es6-module-to-cjs
pnpm add builder-es6-module-to-cjs
yarn add builder-es6-module-to-cjs
bun add builder-es6-module-to-cjs
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2014-04-04 |
| First published | 2014-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Jonathan Ong |
| Maintainers | jongleberry, queckezz |

## Links

- npm: https://www.npmjs.com/package/builder-es6-module-to-cjs
- Repository: https://github.com/component/builder-es6-module-to-cjs
- Issues: https://github.com/component/builder-es6-module-to-cjs/issues
- npm.io page: https://npm.io/package/builder-es6-module-to-cjs

## Dependencies (2)

- [is-module](https://npm.io/package/is-module.md) ^1.0.0
- [es6-module-jstransform](https://npm.io/package/es6-module-jstransform.md) ^0.1.2

## Recent versions

- 1.1.0 (latest) — 2014-04-04
- 1.0.1 — 2014-04-02
- 1.0.0 — 2014-04-01
- 0.0.0 — 2014-03-30

## README

# Builder ES6 Module to CommonJS

Plugin to convert ES6 modules to CommonJS.
This is included by default, and will be until ES6 modules can be used in browsers natively.

## License

(The MIT License)

Copyright (c) 2014 segmentio &lt;team@segment.io&gt;

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---
_Source: https://npm.io/package/builder-es6-module-to-cjs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
