{"_id":"affirmative","_rev":"231183","name":"affirmative","description":"Array of 'yes' words and phrases that express the user's agreement with a statement or request. Intended to be fun and useful for CLI prompts, web forms, etc.","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T15:46:14.000Z","created":"2015-12-20T19:05:05.839Z","0.1.1":"2016-01-13T18:06:02.177Z","0.1.0":"2015-12-20T19:05:05.839Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/affirmative.git"},"versions":{"0.1.1":{"name":"affirmative","description":"Array of 'yes' words and phrases that express the user's agreement with a statement or request. Intended to be fun and useful for CLI prompts, web forms, etc.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/affirmative","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/affirmative.git"},"bugs":{"url":"https://github.com/jonschlinkert/affirmative/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"bullets":"^0.1.1","mocha":"*"},"verb":{"related":{"list":["common-words","unique-words"]},"layout":"default","plugins":["gulp-format-md"],"options":{"toc":false}},"gitHead":"ff7461f6a58eedac012aeaac675e3216cc10eb84","_id":"affirmative@0.1.1","_shasum":"cd07e681925298b0e7ed69ca281203778336ef5d","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"cd07e681925298b0e7ed69ca281203778336ef5d","size":2447,"noattachment":false,"key":"/affirmative/-/affirmative-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/affirmative/download/affirmative-0.1.1.tgz"},"directories":{},"publish_time":1452708362177,"_cnpm_publish_time":1452708362177,"_hasShrinkwrap":false},"0.1.0":{"name":"affirmative","description":"Array of 'yes' words and phrases that express the user's agreement with a statement or request. Intended to be fun and useful for CLI prompts, web forms, etc.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/affirmative","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/affirmative.git"},"bugs":{"url":"https://github.com/jonschlinkert/affirmative/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"bullets":"^0.1.1","mocha":"*"},"verb":{"related":{"list":["common-words","unique-words"]},"layout":"default","plugins":["gulp-format-md"],"options":{"toc":false}},"_id":"affirmative@0.1.0","_shasum":"7cf9a3301bef27c41b78e0c5af4bffeec9e72b24","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"7cf9a3301bef27c41b78e0c5af4bffeec9e72b24","size":2438,"noattachment":false,"key":"/affirmative/-/affirmative-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/affirmative/download/affirmative-0.1.0.tgz"},"directories":{},"publish_time":1450638305839,"_cnpm_publish_time":1450638305839,"_hasShrinkwrap":false}},"readme":"# affirmative [![NPM version](https://img.shields.io/npm/v/affirmative.svg)](https://www.npmjs.com/package/affirmative) [![Build Status](https://img.shields.io/travis/jonschlinkert/affirmative.svg)](https://travis-ci.org/jonschlinkert/affirmative)\n\n> Array of 'yes' words and phrases that express the user's agreement with a statement or request. Intended to be fun and useful for CLI prompts, web forms, etc.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i affirmative --save\n```\n\n## Usage\n\n```js\nvar affirmative = require('affirmative');\n```\n\n## Word list\n\nThe following words are included in the exported array:\n\n* `absolutely`\n* `affirmative`\n* `all right`\n* `amen`\n* `aye`\n* `beyond a doubt`\n* `by all means`\n* `certainly`\n* `definitely`\n* `even so`\n* `exactly`\n* `fine`\n* `gladly`\n* `good enough`\n* `good`\n* `granted`\n* `i accept`\n* `i concur`\n* `i guess`\n* `if you must`\n* `indubitably`\n* `just so`\n* `most assuredly`\n* `naturally`\n* `of course`\n* `ok`\n* `okay`\n* `positively`\n* `precisely`\n* `right on`\n* `righto`\n* `sure thing`\n* `sure`\n* `surely`\n* `true`\n* `undoubtedly`\n* `unquestionably`\n* `very well`\n* `whatever`\n* `willingly`\n* `without fail`\n* `y`\n* `ya`\n* `yea`\n* `yeah`\n* `yep`\n* `yes`\n* `yessir`\n* `yup`\n\n## Adding words\n\nThought of another word? [suggest it](https://github.com/jonschlinkert/affirmative/issues/new?title=add%20word&body=I'd%20like%20to%20add%20the%20word%253A) or do a pr!\n\n## Related projects\n\n* [common-words](https://www.npmjs.com/package/common-words): Updated list (JSON) of the 100 most common words in the English language. Useful for… [more](https://www.npmjs.com/package/common-words) | [homepage](https://github.com/jonschlinkert/common-words)\n* [unique-words](https://www.npmjs.com/package/unique-words): Return the unique words in a string or array. | [homepage](https://github.com/jonschlinkert/unique-words)\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/affirmative/issues/new).\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\n\nCopyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert)\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb](https://github.com/verbose/verb) on December 20, 2015._","_attachments":{},"homepage":"https://github.com/jonschlinkert/affirmative","bugs":{"url":"https://github.com/jonschlinkert/affirmative/issues"},"license":"MIT"}