# tower-param

> ## Installation

Latest version **0.1.0** (published 2013-06-24) · 0 weekly downloads

## Install

```sh
npm install tower-param
pnpm add tower-param
yarn add tower-param
bun add tower-param
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-06-24 |
| First published | 2013-06-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | viatropos |

## Links

- npm: https://www.npmjs.com/package/tower-param
- Repository: http://github.com/tower/param
- npm.io page: https://npm.io/package/tower-param

## Dependencies (4)

- [tower-type](https://npm.io/package/tower-type.md) ~0.1.0
- [part-is-array](https://npm.io/package/part-is-array.md) *
- [tower-emitter](https://npm.io/package/tower-emitter.md) ~0.1.0
- [tower-validator](https://npm.io/package/tower-validator.md) ~0.1.0

## Recent versions

- 0.1.0 (latest) — 2013-06-24
- 0.1.0pre — 2013-06-02

## README

# Tower Param

## Installation

node.js:

```bash
$ npm install tower-param
```

browser:

```bash
$ component install tower/param
```

## Testing

Install testem:

```bash
$ npm install -g testem
```

Run tests:

```bash
$ testem
```

Then, open all the browsers you want to test by going to the outputted url defaulted to [http://localhost:7357](http://localhost:7357)

Tests will run on any open browser linked to the stated url and your current Node environment.

## Contributing

Before you send a pull request, make sure your code meets the style guidelines at [https://github.com/tower/style-guide](https://github.com/tower/style-guide) and all tests pass.

## Licence

MIT

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