# a_node_package

> An example of creating a package

Latest version **0.0.0** (published 2020-02-11) · UNLICENSED license · 0 weekly downloads

## Install

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

Provides the command `math_example`.

## 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.0.0 |
| Published | 2020-02-11 |
| First published | 2020-02-11 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Glenn Johnson |
| Maintainers | williamparrish |
| Keywords | ["math", "example", "addition", "subtraction", "multiplication", "division", "fibonacci"] |

## Links

- npm: https://www.npmjs.com/package/a_node_package
- npm.io page: https://npm.io/package/a_node_package

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 0.0.0 (latest) — 2020-02-11

## README

math_example package
====================
The following functions are available in the math_example package
- **addition** Adds two numbers and returns the result.
- **subtraction** Subtracts the second number from the first and returns the result.
- **multiplication** Multiplies two numbers and returns the result.
- **division** Divides the first number by the second and returns the result.
- **fibonacci** Applies the fibonacci sequence count times and returns the result.

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