pax_global_header00006660000000000000000000000064123336511520014513gustar00rootroot0000000000000052 comment=4951c622b2e165e6ef2440d7d271a6b04856fc55 reserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/000077500000000000000000000000001233365115200201145ustar00rootroot00000000000000reserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/.gitattributes000066400000000000000000000003551233365115200230120ustar00rootroot00000000000000# Enforce Unix newlines *.* text eol=lf *.css text eol=lf *.html text eol=lf *.js text eol=lf *.json text eol=lf *.less text eol=lf *.md text eol=lf *.yml text eol=lf *.jpg binary *.gif binary *.png binary *.jpeg binaryreserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/.gitignore000066400000000000000000000010351233365115200221030ustar00rootroot00000000000000# Numerous always-ignore extensions *.csv *.dat *.diff *.err *.gz *.log *.orig *.out *.pid *.rej *.seed *.swo *.swp *.vi *.yo-rc.json *.zip *~ .ruby-version lib-cov # OS or Editor folders *.esproj *.sublime-project *.sublime-workspace ._* .cache .DS_Store .idea .project .settings .tmproj nbproject Thumbs.db # Komodo *.komodoproject .komodotools # grunt-html-validation validation-status.json validation-report.json # Vendor packages node_modules bower_components vendor # General folders and files to ignore _gh_pages tmp temp TODO.mdreserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/.jshintrc000066400000000000000000000005261233365115200217440ustar00rootroot00000000000000{ "esnext": true, "boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "node": true, "sub": true, "undef": true, "unused": true, "globals": { "define": true, "before": true, "after": true, "describe": true, "it": true } }reserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/.verbrc.md000066400000000000000000000006351233365115200220030ustar00rootroot00000000000000# {%= name %} {%= badge('fury') %} > {%= description %} Used in [namify](https://github.com/jonschlinkert/namify) ## Install {%= include("install") %} ## Usage ```js var reserved = require('reserved'); console.log(reserved); //=> 'abstract', 'arguments', 'boolean', 'break', 'byte', 'case'... ``` ## Author {%= contrib("jon") %} ## License {%= copyright() %} {%= license() %} *** {%= include("footer") %}reserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/LICENSE-MIT000066400000000000000000000020431233365115200215470ustar00rootroot00000000000000Copyright (c) 2014 , contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. reserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/README.md000066400000000000000000000015721233365115200214000ustar00rootroot00000000000000# 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._reserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/bower.json000066400000000000000000000001161233365115200221230ustar00rootroot00000000000000{ "name": "reserved", "version": "0.1.2", "main": [ "index.js" ] }reserved-4951c622b2e165e6ef2440d7d271a6b04856fc55/index.js000066400000000000000000000023441233365115200215640ustar00rootroot00000000000000/*! * reserved =0.8" }, "scripts": { "test": "mocha -R spec" }, "devDependencies": { "verb": "~0.2.0", "chai": "~1.9.1", "mocha": "~1.18.2" } }