{"_id":"alphabet","_rev":"8-352bce7c11a84942e3c02f9ce0bf7350","name":"alphabet","dist-tags":{"latest":"1.0.0"},"versions":{"0.1.0":{"name":"alphabet","version":"0.1.0","keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"author":{"url":"https://github.com/jonschlinkert","name":"Jon Schlinkert"},"_id":"alphabet@0.1.0","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"homepage":"https://github.com/jonschlinkert/alphabet","bugs":{"url":"https://github.com/jonschlinkert/alphabet/issues"},"dist":{"shasum":"88481febeeb2e848e7684b9d4db99b1fc66ab751","tarball":"https://registry.npmjs.org/alphabet/-/alphabet-0.1.0.tgz","integrity":"sha512-DDPCKLpEbTGNVIkrqrEN3o2p2yEm8gqTBG26C8Vyq8La3F8mdvLi1FZYUnL3BN08lO1tr7D/UGgUdr7R15pj3A==","signatures":[{"sig":"MEUCIFAvRuUE0IVXe8NRaxv52czRyoQvJpGeJcS0aEDHK+qaAiEAqbN4ex2TKQV5dcfq0k9qjhJDuXtdGBbqB9YN2F5QYlU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"88481febeeb2e848e7684b9d4db99b1fc66ab751","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"licenses":[{"url":"https://github.com/jonschlinkert/alphabet/blob/master/LICENSE-MIT","type":"MIT"}],"repository":{"url":"git://github.com/jonschlinkert/alphabet.git","type":"git"},"_npmVersion":"1.4.9","description":"The english alphabet as a string or array, upper and lowercase.","devDependencies":{"mocha":"*","should":"*"},"directories":{}},"1.0.0":{"name":"alphabet","version":"1.0.0","keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"author":{"url":"https://github.com/jonschlinkert","name":"Jon Schlinkert"},"license":{"url":"https://github.com/jonschlinkert/alphabet/blob/master/LICENSE-MIT","type":"MIT"},"_id":"alphabet@1.0.0","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"homepage":"https://github.com/jonschlinkert/alphabet","bugs":{"url":"https://github.com/jonschlinkert/alphabet/issues"},"dist":{"shasum":"0d8f81ca3f78355126d724d145487e1e4ef377c0","tarball":"https://registry.npmjs.org/alphabet/-/alphabet-1.0.0.tgz","integrity":"sha512-On43lIAQXH/xji0z6ZAqXDvwLKtjn1VFwc7tvv/k0WXv1phlOPul7H+UWnZjNDsMwioAyppH+b74K4UGK/3m9A==","signatures":[{"sig":"MEQCIA/nWlPzbIu8SBmiblfxFuI2w3M/5wL2P+6Ed1EZU9/oAiBKIceNLwEuhrDqweNuVRQ1d9IkGaLYT1KxaelpiOf90Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"0d8f81ca3f78355126d724d145487e1e4ef377c0","engines":{"node":">=0.10.0"},"gitHead":"7e89dedd880df36c082bfe25f3f31fe7a717e9c7","scripts":{"all":"npm run docs","docs":"update && license && npmignore && deps && verb"},"_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"repository":{"url":"git://github.com/jonschlinkert/alphabet.git","type":"git"},"_npmVersion":"1.4.23","description":"The english alphabet as a string or array, upper and lowercase.","directories":{}}},"time":{"created":"2014-11-25T07:52:46.755Z","modified":"2024-09-01T09:05:52.030Z","0.1.0":"2014-11-25T07:52:46.755Z","1.0.0":"2015-01-01T00:59:35.461Z"},"bugs":{"url":"https://github.com/jonschlinkert/alphabet/issues"},"author":{"url":"https://github.com/jonschlinkert","name":"Jon Schlinkert"},"license":{"url":"https://github.com/jonschlinkert/alphabet/blob/master/LICENSE-MIT","type":"MIT"},"homepage":"https://github.com/jonschlinkert/alphabet","keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"repository":{"url":"git://github.com/jonschlinkert/alphabet.git","type":"git"},"description":"The english alphabet as a string or array, upper and lowercase.","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"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._","readmeFilename":"README.md","users":{"zeke":true,"s1mpson":true}}