# @outright/buble

> The blazing fast, batteries-included ES2015 compiler

Latest version **100.19.7** (published 2019-06-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @outright/buble
pnpm add @outright/buble
yarn add @outright/buble
bun add @outright/buble
```

Provides the command `buble`.

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 100.19.7 |
| Published | 2019-06-23 |
| First published | 2019-06-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 8 |
| Unpacked size | 3.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Rich Harris |
| Maintainers | strongholdmedia |
| Keywords | javascript, transpilation, compilation, esnext, es2015, es2017, es6, es7 |

## Links

- npm: https://www.npmjs.com/package/@outright/buble
- Repository: https://github.com/strongholdmedia/buble
- Homepage: https://github.com/strongholdmedia/buble#README
- Issues: https://github.com/strongholdmedia/buble/issues
- npm.io page: https://npm.io/package/@outright/buble

## Dependencies (8)

- [acorn](https://npm.io/package/acorn.md) ^6.1.1
- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [minimist](https://npm.io/package/minimist.md) ^1.2.0
- [acorn-jsx](https://npm.io/package/acorn-jsx.md) ^5.0.1
- [os-homedir](https://npm.io/package/os-homedir.md) ^1.0.1
- [magic-string](https://npm.io/package/magic-string.md) ^0.25.2
- [regexpu-core](https://npm.io/package/regexpu-core.md) ^4.5.4
- [acorn-dynamic-import](https://npm.io/package/acorn-dynamic-import.md) ^4.0.0

## Recent versions

- 100.19.7 (latest) — 2019-06-23

## README

# Bublé

## The blazing fast, batteries-included ES2015 compiler

* Try it out at [buble.surge.sh](https://buble.surge.sh)
* Read the docs at [buble.surge.sh/guide](https://buble.surge.sh/guide)

## Unofficial

Please note that this is NOT the official repository.
Original is at [https://github.com/bublejs/buble](https://github.com/bublejs/buble).

For possible differences and reasoning, see [https://outright.strongholdmedia.eu](https://outright.strongholdmedia.eu)

## Quickstart

Via the command line...

```bash
npm install -g @outright/buble
buble input.js > output.js
```

...or via the JavaScript API:

```js
var buble = require( 'buble' );
var result = buble.transform( source ); // { code: ..., map: ... }
```
## License

MIT

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