reserved
Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.
Last updated 12 years ago by jonschlinkert .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install reserved 
SYNC missed versions from official npm registry.

reserved NPM version

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

Used in variable

Install

Install with npm:

npm i reserved --save-dev

Usage

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

Author

Jon Schlinkert

License

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


This file was generated by verb-cli on May 11, 2014.

Current Tags

  • 0.1.2                                ...           latest (12 years ago)

3 Versions

  • 0.1.2                                ...           12 years ago
  • 0.1.1                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (0)
None
Dev Dependencies (3)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |