# alan-js-runtime

> The runtime component for alan-js. Separately licensed from the compiler.

Latest version **0.1.44** (published 2021-08-11) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install alan-js-runtime
pnpm add alan-js-runtime
yarn add alan-js-runtime
bun add alan-js-runtime
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.44 |
| Published | 2021-08-11 |
| First published | 2020-08-21 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 51.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | David Ellis |
| Maintainers | dfellis, depombo, aguillenv93 |
| Keywords | alan, alan-js, runtime, transpiler |

## Links

- npm: https://www.npmjs.com/package/alan-js-runtime
- npm.io page: https://npm.io/package/alan-js-runtime

## Dependencies (2)

- [xxhashjs](https://npm.io/package/xxhashjs.md) ^0.2.2
- [cross-fetch](https://npm.io/package/cross-fetch.md) ^3.0.6

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

- 0.1.44 (latest) — 2021-08-11
- 0.1.43 — 2021-07-09
- 0.1.42 — 2021-06-24
- 0.1.41 — 2021-05-25
- 0.1.40 — 2021-05-12
- 0.1.39 — 2021-05-12
- 0.1.38 — 2021-05-11
- 0.1.38-beta9 — 2021-05-11
- 0.1.37 — 2021-05-01
- 0.1.36 — 2021-03-29
- 0.1.35 — 2021-03-19
- 0.1.34 — 2021-03-12
- 0.1.33 — 2021-03-11
- 0.1.32 — 2021-03-09
- 0.1.31 — 2021-03-04
- … 28 more at https://npm.io/package/alan-js-runtime/versions

## README

# js-runtime

Runtime support for transpiled alan code in Javascript

## Usage

Make sure you `npm install alan-js-runtime` in any Node project that uses an `alan-compiler` Javascript output.

For the web, [browserify](http://browserify.org/) is an easy to use tool for bundling this runtime with your project, though you can use any such tool.

## License

Apache 2.0

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