# @nichoth/keycodes

> Map of names to key codes

Latest version **0.0.3** (published 2015-06-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install @nichoth/keycodes
pnpm add @nichoth/keycodes
yarn add @nichoth/keycodes
bun add @nichoth/keycodes
```

## 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.3 |
| Published | 2015-06-20 |
| First published | 2015-06-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Nick Thomas |
| Maintainers | nichoth |
| Keywords | keycodes, json |

## Links

- npm: https://www.npmjs.com/package/@nichoth/keycodes
- Repository: https://github.com/nichoth/keycodes
- Homepage: https://github.com/nichoth/keycodes#readme
- Issues: https://github.com/nichoth/keycodes/issues
- npm.io page: https://npm.io/package/@nichoth/keycodes

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.0.3 (latest) — 2015-06-20
- 0.0.2 — 2015-06-20
- 0.0.1 — 2015-06-20
- 0.0.0 — 2015-06-20

## README

# keycodes

Map of key names to codes.

## Install 

    $ npm install @nichoth/keycodes

## Use

```js
// everything
var codes = require('@nichoth/keycodes');
var ENTER = codes.enter;

// one thing
var ENTER = require('@nichoth/keycodes/enter');
```

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