# babel-literal-to-ast

> Turn JavaScript objects into their AST representation.

Latest version **2.1.0** (published 2019-02-14) · CC0-1.0 license · 0 weekly downloads

## Install

```sh
npm install babel-literal-to-ast
pnpm add babel-literal-to-ast
yarn add babel-literal-to-ast
bun add babel-literal-to-ast
```

## 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 | 2.1.0 |
| Published | 2019-02-14 |
| First published | 2015-11-01 |
| Weekly downloads | 0 |
| License | CC0-1.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 7.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Author | Izaak Schroeder |
| Maintainers | izaakschroeder |

## Links

- npm: https://www.npmjs.com/package/babel-literal-to-ast
- Repository: https://github.com/izaakschroeder/babel-literal-to-ast
- Homepage: https://github.com/izaakschroeder/babel-literal-to-ast#readme
- Issues: https://github.com/izaakschroeder/babel-literal-to-ast/issues
- npm.io page: https://npm.io/package/babel-literal-to-ast

## Dependencies (3)

- [@babel/types](https://npm.io/package/@babel/types.md) ^7.1.6
- [@babel/parser](https://npm.io/package/@babel/parser.md) ^7.1.6
- [@babel/traverse](https://npm.io/package/@babel/traverse.md) ^7.1.6

## Recent versions

- 2.1.0 (latest) — 2019-02-14
- 2.0.0 — 2018-01-15
- 1.0.0 — 2017-09-06
- 0.1.2 — 2015-11-04
- 0.1.1 — 2015-11-01
- 0.1.0 — 2015-11-01

## README

# babel-literal-to-ast

Turn JavaScript objects into their AST representation.

```javascript
import serialize from 'babel-literal-to-ast';

// Get the AST.
serialize({ message: 'Hello' });
```

TODO:
 * tests and stuff.

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