# ample

> A simple C style runtime that allows for safe evaluation of user-input expressions.

Latest version **1.0.4** (published 2014-05-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install ample
pnpm add ample
yarn add ample
bun add ample
```

## 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.0.4 |
| Published | 2014-05-06 |
| First published | 2014-04-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kory Nunn |
| Maintainers | korynunn |

## Links

- npm: https://www.npmjs.com/package/ample
- Repository: https://github.com/KoryNunn/ample
- Issues: https://github.com/KoryNunn/ample/issues
- npm.io page: https://npm.io/package/ample

## Dependencies (2)

- [lang-js](https://npm.io/package/lang-js.md) ^2.0.0
- [spec-js](https://npm.io/package/spec-js.md) ~0.0.3

## Recent versions

- 1.0.4 (latest) — 2014-05-06
- 1.0.3 — 2014-04-30
- 1.0.2 — 2014-04-29
- 1.0.1 — 2014-04-29
- 1.0.0 — 2014-04-29

## README

# Ample

A simple C style runtime that allows for safe evaluation of user-input expressions.

# Usage

    var Ample = require('ample');

    var ample = new Ample();

    ample.evaluate("1"); // -> 1

    ample.evaluate("1 + 1"); // -> 2

    ample.evaluate("1 / 2"); // -> 0.5

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