# @babel/plugin-proposal-object-rest-spread

> Compile object rest and spread to ES5

Latest version **7.20.7** (published 2022-12-22) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @babel/plugin-proposal-object-rest-spread
pnpm add @babel/plugin-proposal-object-rest-spread
yarn add @babel/plugin-proposal-object-rest-spread
bun add @babel/plugin-proposal-object-rest-spread
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 7.20.7 |
| Published | 2022-12-22 |
| First published | 2017-10-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.9.0 |
| Dependencies | 5 |
| Unpacked size | 68.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43992 |
| Author | The Babel Team (https://babel.dev/team) |
| Maintainers | hzoo, existentialism, nicolo-ribaudo, jlhwung |
| Keywords | babel-plugin |

## Links

- npm: https://www.npmjs.com/package/@babel/plugin-proposal-object-rest-spread
- Repository: https://github.com/babel/babel
- Homepage: https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread
- npm.io page: https://npm.io/package/@babel/plugin-proposal-object-rest-spread

## Dependencies (5)

- [@babel/compat-data](https://npm.io/package/@babel/compat-data.md) ^7.20.5
- [@babel/helper-plugin-utils](https://npm.io/package/@babel/helper-plugin-utils.md) ^7.20.2
- [@babel/helper-compilation-targets](https://npm.io/package/@babel/helper-compilation-targets.md) ^7.20.7
- [@babel/plugin-transform-parameters](https://npm.io/package/@babel/plugin-transform-parameters.md) ^7.20.7
- [@babel/plugin-syntax-object-rest-spread](https://npm.io/package/@babel/plugin-syntax-object-rest-spread.md) ^7.8.3

## 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

- 7.20.7 (latest) — 2022-12-22
- 7.21.4-esm.4 (esm) — 2023-04-04
- 7.21.4-esm.3 — 2023-04-04
- 7.21.4-esm.2 — 2023-04-04
- 7.21.4-esm.1 — 2023-04-04
- 7.21.4-esm — 2023-04-04
- 7.20.2 — 2022-11-04
- 7.19.4 — 2022-10-10
- 7.18.9 — 2022-07-18
- 7.18.6 — 2022-06-27
- 7.18.0 — 2022-05-19
- 7.17.12 — 2022-05-16
- 7.17.3 — 2022-02-15
- 7.16.7 — 2021-12-31
- 7.16.5 — 2021-12-13
- … 71 more at https://npm.io/package/@babel/plugin-proposal-object-rest-spread/versions

## README

# @babel/plugin-proposal-object-rest-spread

> Compile object rest and spread to ES5

See our website [@babel/plugin-proposal-object-rest-spread](https://babeljs.io/docs/en/babel-plugin-proposal-object-rest-spread) for more information.

## Install

Using npm:

```sh
npm install --save-dev @babel/plugin-proposal-object-rest-spread
```

or using yarn:

```sh
yarn add @babel/plugin-proposal-object-rest-spread --dev
```

---
_Source: https://npm.io/package/@babel/plugin-proposal-object-rest-spread · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
