{"_id":"alphabet","_rev":"12711","name":"alphabet","description":"The english alphabet as a string or array, upper and lowercase.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T09:58:15.000Z","created":"2014-11-25T07:52:46.755Z","1.0.0":"2015-01-01T00:59:35.461Z","0.1.0":"2014-11-25T07:52:46.755Z"},"users":{"zeke":true},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/alphabet.git"},"versions":{"1.0.0":{"name":"alphabet","description":"The english alphabet as a string or array, upper and lowercase.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/alphabet","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/alphabet.git"},"bugs":{"url":"https://github.com/jonschlinkert/alphabet/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/alphabet/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"docs":"update && license && npmignore && deps && verb","all":"npm run docs"},"keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"gitHead":"7e89dedd880df36c082bfe25f3f31fe7a717e9c7","_id":"alphabet@1.0.0","_shasum":"0d8f81ca3f78355126d724d145487e1e4ef377c0","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"0d8f81ca3f78355126d724d145487e1e4ef377c0","size":1888,"noattachment":false,"key":"/alphabet/-/alphabet-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/alphabet/download/alphabet-1.0.0.tgz"},"directories":{},"publish_time":1420073975461,"_cnpm_publish_time":1420073975461,"_hasShrinkwrap":false},"0.1.0":{"name":"alphabet","description":"The english alphabet as a string or array, upper and lowercase.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/alphabet","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/alphabet.git"},"bugs":{"url":"https://github.com/jonschlinkert/alphabet/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/alphabet/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"_id":"alphabet@0.1.0","_shasum":"88481febeeb2e848e7684b9d4db99b1fc66ab751","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"88481febeeb2e848e7684b9d4db99b1fc66ab751","size":2454,"noattachment":false,"key":"/alphabet/-/alphabet-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/alphabet/download/alphabet-0.1.0.tgz"},"directories":{},"publish_time":1416901966755,"_cnpm_publish_time":1416901966755,"_hasShrinkwrap":false}},"readme":"# alphabet [![NPM version](https://badge.fury.io/js/alphabet.svg)](http://badge.fury.io/js/alphabet)\n\n> The english alphabet as a string or array, upper and lowercase.\n\nWhy? I've typed out the alphabet to do `indexOf()` one too many times, for apps, unit tests etc.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i alphabet --save\n```\n\n## Run tests\n\n```bash\nnpm test\n```\n\n## Usage\n\n```js\nvar alphabet = require('alphabet');\n\nconsole.log(alphabet.join(''));\n//=> [ 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' ]\n\nconsole.log(alphabet.lower.join(''));\n//=> [ 'abcdefghijklmnopqrstuvwxyz' ]\n\nconsole.log(alphabet.upper.join(''));\n//=> [ 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' ]\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/alphabet/issues)\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  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb](https://github.com/assemble/verb) on December 31, 2014._","_attachments":{},"homepage":"https://github.com/jonschlinkert/alphabet","bugs":{"url":"https://github.com/jonschlinkert/alphabet/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/alphabet/blob/master/LICENSE-MIT"}}