# babel-preset-es2015-script

> Babel preset for ES2015 in the browser

Latest version **1.1.0** (published 2016-08-26) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install babel-preset-es2015-script
pnpm add babel-preset-es2015-script
yarn add babel-preset-es2015-script
bun add babel-preset-es2015-script
```

## 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 | 2016-08-26 |
| First published | 2016-02-09 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 20 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Collaborne B.V. |
| Maintainers | ankon |
| Keywords | babel, preset, es2015 |

## Links

- npm: https://www.npmjs.com/package/babel-preset-es2015-script
- Repository: https://github.com/Collaborne/babel-preset-es2015-script
- Homepage: https://github.com/Collaborne/babel-preset-es2015-script#readme
- Issues: https://github.com/Collaborne/babel-preset-es2015-script/issues
- npm.io page: https://npm.io/package/babel-preset-es2015-script

## Dependencies (20)

- [babel-plugin-transform-regenerator](https://npm.io/package/babel-plugin-transform-regenerator.md) ^6.14.0
- [babel-plugin-check-es2015-constants](https://npm.io/package/babel-plugin-check-es2015-constants.md) ^6.3.13
- [babel-plugin-transform-es2015-for-of](https://npm.io/package/babel-plugin-transform-es2015-for-of.md) ^6.6.0
- [babel-plugin-transform-es2015-spread](https://npm.io/package/babel-plugin-transform-es2015-spread.md) ^6.3.13
- [babel-plugin-transform-es2015-classes](https://npm.io/package/babel-plugin-transform-es2015-classes.md) ^6.14.0
- [babel-plugin-transform-es2015-literals](https://npm.io/package/babel-plugin-transform-es2015-literals.md) ^6.3.13
- [babel-plugin-transform-es2015-parameters](https://npm.io/package/babel-plugin-transform-es2015-parameters.md) ^6.9.0
- [babel-plugin-transform-es2015-object-super](https://npm.io/package/babel-plugin-transform-es2015-object-super.md) ^6.3.13
- [babel-plugin-transform-es2015-sticky-regex](https://npm.io/package/babel-plugin-transform-es2015-sticky-regex.md) ^6.3.13
- [babel-plugin-transform-es2015-block-scoping](https://npm.io/package/babel-plugin-transform-es2015-block-scoping.md) ^6.14.0
- [babel-plugin-transform-es2015-destructuring](https://npm.io/package/babel-plugin-transform-es2015-destructuring.md) ^6.9.0
- [babel-plugin-transform-es2015-function-name](https://npm.io/package/babel-plugin-transform-es2015-function-name.md) ^6.9.0
- [babel-plugin-transform-es2015-typeof-symbol](https://npm.io/package/babel-plugin-transform-es2015-typeof-symbol.md) ^6.6.0
- [babel-plugin-transform-es2015-unicode-regex](https://npm.io/package/babel-plugin-transform-es2015-unicode-regex.md) ^6.3.13
- [babel-plugin-transform-es2015-duplicate-keys](https://npm.io/package/babel-plugin-transform-es2015-duplicate-keys.md) ^6.6.0
- [babel-plugin-transform-es2015-arrow-functions](https://npm.io/package/babel-plugin-transform-es2015-arrow-functions.md) ^6.3.13
- [babel-plugin-transform-es2015-template-literals](https://npm.io/package/babel-plugin-transform-es2015-template-literals.md) ^6.6.0
- [babel-plugin-transform-es2015-computed-properties](https://npm.io/package/babel-plugin-transform-es2015-computed-properties.md) ^6.3.13
- [babel-plugin-transform-es2015-shorthand-properties](https://npm.io/package/babel-plugin-transform-es2015-shorthand-properties.md) ^6.3.13
- [babel-plugin-transform-es2015-block-scoped-functions](https://npm.io/package/babel-plugin-transform-es2015-block-scoped-functions.md) ^6.3.13

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2016-08-26
- 1.0.0 — 2016-02-09

## README

babel-preset-es2015-script [![Build Status](https://travis-ci.org/Collaborne/babel-preset-es2015-script.svg?branch=master)](https://travis-ci.org/Collaborne/babel-preset-es2015-script)
=========
Babel preset based on [the es2015 preset](http://babeljs.io/docs/plugins/preset-es2015/), but for use inside the browser rather than for an ES6 module.
Specifically this preset does not include [the transform-es2015-modules-commonjs plugin](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs/)

## Installation

	$ npm install --save-dev babel-preset-es2015-script

## Usage

```js
{
  "presets": ["es2015-script"]
}
```

## License

    This software is licensed under the Apache 2 license, quoted below.

    Copyright 2011-2016 Collaborne B.V. <http://github.com/Collaborne/>

    Licensed under the Apache License, Version 2.0 (the "License"); you may not
    use this file except in compliance with the License. You may obtain a copy of
    the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
    License for the specific language governing permissions and limitations under
    the License.

---
_Source: https://npm.io/package/babel-preset-es2015-script · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
