# reserved

> Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.

Latest version **0.1.2** (published 2014-05-11) · 0 weekly downloads

## Install

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

## 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.2 |
| Published | 2014-05-11 |
| First published | 2014-05-11 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Jon Schlinkert |
| Maintainers | jonschlinkert |
| Keywords | reserved, words, javascript, ECMAScript |

## Links

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

## Recent versions

- 0.1.2 (latest) — 2014-05-11
- 0.1.1 — 2014-05-11
- 0.1.0 — 2014-05-11

## README

# reserved [![NPM version](https://badge.fury.io/js/reserved.png)](http://badge.fury.io/js/reserved)

> Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.

Used in [variable](https://github.com/jonschlinkert/variable)

## Install
Install with [npm](npmjs.org):

```bash
npm i reserved --save-dev
```


## Usage

```js
var reserved = require('reserved');
console.log(reserved);
//=> 'abstract', 'arguments', 'boolean', 'break', 'byte', 'case'...
```

## Author

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

## License
Copyright (c) 2014 Jon Schlinkert, contributors.  
Released under the MIT license

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 11, 2014._

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