{"_id":"reserved","_rev":"146180","name":"reserved","description":"Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.","dist-tags":{"latest":"0.1.2"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T11:29:52.000Z","created":"2014-05-11T09:45:00.705Z","0.1.2":"2014-05-11T10:34:36.473Z","0.1.1":"2014-05-11T10:11:28.024Z","0.1.0":"2014-05-11T09:45:00.705Z"},"users":{"farskipper":true},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/reserved.git"},"versions":{"0.1.2":{"name":"reserved","description":"Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.","version":"0.1.2","homepage":"https://github.com/jonschlinkert/reserved","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/reserved.git"},"bugs":{"url":"https://github.com/jonschlinkert/reserved/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/reserved/blob/master/LICENSE-MIT"}],"keywords":["reserved","words","javascript","ECMAScript"],"main":"index.js","engines":{"node":">=0.8"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"verb":"~0.2.0","chai":"~1.9.1","mocha":"~1.18.2"},"_id":"reserved@0.1.2","_shasum":"707b1246a3269f755da7cfcf9af6f4983bef105c","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"707b1246a3269f755da7cfcf9af6f4983bef105c","size":2846,"noattachment":false,"key":"/reserved/-/reserved-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/reserved/download/reserved-0.1.2.tgz"},"directories":{},"publish_time":1399804476473,"_cnpm_publish_time":1399804476473,"_hasShrinkwrap":false},"0.1.1":{"name":"reserved","description":"Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/reserved","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/reserved.git"},"bugs":{"url":"https://github.com/jonschlinkert/reserved/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/reserved/blob/master/LICENSE-MIT"}],"keywords":["reserved","words","javascript","ECMAScript"],"main":"index.js","engines":{"node":">=0.8"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"verb":"~0.2.0","chai":"~1.9.1","mocha":"~1.18.2"},"_id":"reserved@0.1.1","_shasum":"e50078e59d55d396d0a16abe57e5f812b9215cb7","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"e50078e59d55d396d0a16abe57e5f812b9215cb7","size":2777,"noattachment":false,"key":"/reserved/-/reserved-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/reserved/download/reserved-0.1.1.tgz"},"directories":{},"publish_time":1399803088024,"_cnpm_publish_time":1399803088024,"_hasShrinkwrap":false},"0.1.0":{"name":"reserved","description":"Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/reserved","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/reserved.git"},"bugs":{"url":"https://github.com/jonschlinkert/reserved/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/reserved/blob/master/LICENSE-MIT"}],"keywords":["reserved","words","javascript","ECMAScript"],"main":"index.js","engines":{"node":">=0.8"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"verb":"~0.2.0","chai":"~1.9.1","mocha":"~1.18.2"},"_id":"reserved@0.1.0","_shasum":"723a4c3772ebb723b2a40ce578031c7d50449e91","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"723a4c3772ebb723b2a40ce578031c7d50449e91","size":2778,"noattachment":false,"key":"/reserved/-/reserved-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/reserved/download/reserved-0.1.0.tgz"},"directories":{},"publish_time":1399801500705,"_cnpm_publish_time":1399801500705,"_hasShrinkwrap":false}},"readme":"# reserved [![NPM version](https://badge.fury.io/js/reserved.png)](http://badge.fury.io/js/reserved)\n\n> Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.\n\nUsed in [variable](https://github.com/jonschlinkert/variable)\n\n## Install\nInstall with [npm](npmjs.org):\n\n```bash\nnpm i reserved --save-dev\n```\n\n\n## Usage\n\n```js\nvar reserved = require('reserved');\nconsole.log(reserved);\n//=> 'abstract', 'arguments', 'boolean', 'break', 'byte', 'case'...\n```\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\nCopyright (c) 2014 Jon Schlinkert, contributors.  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 11, 2014._","_attachments":{},"homepage":"https://github.com/jonschlinkert/reserved","bugs":{"url":"https://github.com/jonschlinkert/reserved/issues"}}