# es6-module-jstransform

> jstranform for es6 modules syntax

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

## Install

```sh
npm install es6-module-jstransform
pnpm add es6-module-jstransform
yarn add es6-module-jstransform
bun add es6-module-jstransform
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2014-04-05 |
| First published | 2014-02-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | Andrey Popp |
| Maintainers | andreypopp |
| Keywords | es6, syntax, modules, es6-modules, jstransform |

## Links

- npm: https://www.npmjs.com/package/es6-module-jstransform
- Repository: https://github.com/andreypopp/es6-modules-transform
- Issues: https://github.com/andreypopp/es6-modules-transform/issues
- npm.io page: https://npm.io/package/es6-module-jstransform

## Dependencies (2)

- [esprima-fb](https://npm.io/package/esprima-fb.md) ~3001.1.0-dev-harmony-fb
- [jstransform](https://npm.io/package/jstransform.md) ~3.0.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2014-04-05
- 0.1.3 — 2014-04-04
- 0.1.2 — 2014-04-04
- 0.1.1 — 2014-02-18
- 0.1.0 — 2014-02-18

## README

# es6-module-jstransform

ES6 module syntax to CommonJS transformation.

## Installation

    % npm install es6-module-jstransform

## Usage

    var transform = require('es6-module-jstransform');
    var transformed = transform(src);

See `specs/cases` for the examples.

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