# @bundled-es-modules/postcss-calc-ast-parser

> mirror of postcss-calc-ast-parser, bundled and exposed as ES module

Latest version **0.1.6** (published 2024-06-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install @bundled-es-modules/postcss-calc-ast-parser
pnpm add @bundled-es-modules/postcss-calc-ast-parser
yarn add @bundled-es-modules/postcss-calc-ast-parser
bun add @bundled-es-modules/postcss-calc-ast-parser
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.6 |
| Published | 2024-06-11 |
| First published | 2024-06-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 178.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Joren Broekema |
| Maintainers | passle, d4kmor, bashmish, robrez, jorenbroekema |

## Links

- npm: https://www.npmjs.com/package/@bundled-es-modules/postcss-calc-ast-parser
- npm.io page: https://npm.io/package/@bundled-es-modules/postcss-calc-ast-parser

## Dependencies (1)

- [postcss-calc-ast-parser](https://npm.io/package/postcss-calc-ast-parser.md) ^0.1.4

## Recent versions

- 0.1.6 (latest) — 2024-06-11
- 0.1.5 — 2024-06-06
- 0.1.4 — 2024-06-06

## README

# postcss-calc-ast-parser

This is a mirror of [postcss-calc-ast-parser](https://www.npmjs.com/package/postcss-calc-ast-parser), bundled and exposed as ES module.

## Install

```sh
npm install @bundled-es-modules/postcss-calc-ast-parser
```

## Use

```html
<script type="module">
  import calcAstParser from '@bundled-es-modules/postcss-calc-ast-parser';
</script>
```

## Build & publish

Run this locally:

```bash
npm i && npm run build && npm run test
```

Followed by:

```bash
npm publish --access public
```

---
_Source: https://npm.io/package/@bundled-es-modules/postcss-calc-ast-parser · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
