{"_id":"datasets","_rev":"4-728efa424184a0706d49d9b981a575e7","name":"datasets","description":"Datasets.","dist-tags":{"latest":"0.1.0"},"versions":{"0.0.0":{"name":"datasets","version":"0.0.0","description":"Datasets.","author":{"name":"Athan Reines","email":"kgryte@gmail.com"},"contributors":[{"name":"Athan Reines","email":"kgryte@gmail.com"}],"scripts":{"test":"mocha","test-cov":"istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec","codecov":"istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"},"main":"./lib","repository":{"type":"git","url":"git://github.com/datasets-io/datasets.git"},"keywords":["datasets.io","datasets-io","datasets","dataset","data","sample"],"bugs":{"url":"https://github.com/datasets-io/datasets/issues"},"dependencies":{"datasets-male-first-names-en":"1.x.x"},"devDependencies":{"chai":"3.x.x","codecov.io":"^0.1.5","istanbul":"^0.3.0","jshint":"2.x.x","jshint-stylish":"2.x.x","mocha":"2.x.x"},"license":"MIT","gitHead":"1b83178dc91f5f727c036d23548354d0b3c8a734","homepage":"https://github.com/datasets-io/datasets#readme","_id":"datasets@0.0.0","_shasum":"5442fae960019bcb9f90d2408adc6ee25affddf2","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.7","_npmUser":{"name":"kgryte","email":"kgryte@gmail.com"},"dist":{"shasum":"5442fae960019bcb9f90d2408adc6ee25affddf2","tarball":"https://registry.npmjs.org/datasets/-/datasets-0.0.0.tgz","integrity":"sha512-855tutHNjvT6G1Lp2gnZNVCWFZDQiwZwPAyRCl3OBvZd/me5E9Us78loBZzRdgP7pGLqpVw8kJPmLsLzAxvr0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE3G6xQm2eXiaQ00NM/7DiOUrqe+veLsAYedOhpchJrSAiBq9kXl578S1QXeBgJ80f2GTjq7I4gTFoJ5L/MpZPKzjA=="}]},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"}]},"0.1.0":{"name":"datasets","version":"0.1.0","description":"Datasets.","author":{"name":"Athan Reines","email":"kgryte@gmail.com"},"contributors":[{"name":"Athan Reines","email":"kgryte@gmail.com"}],"scripts":{"test":"mocha","test-cov":"istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec","codecov":"istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"},"main":"./lib","repository":{"type":"git","url":"git://github.com/datasets-io/datasets.git"},"keywords":["datasets.io","datasets-io","datasets","dataset","data","sample"],"bugs":{"url":"https://github.com/datasets-io/datasets/issues"},"dependencies":{"datasets-anscombes-quartet":"^1.0.0","datasets-female-first-names-en":"^1.0.0","datasets-male-first-names-en":"1.x.x"},"devDependencies":{"chai":"3.x.x","codecov.io":"^0.1.5","istanbul":"^0.3.0","jshint":"2.x.x","jshint-stylish":"2.x.x","mocha":"2.x.x"},"license":"MIT","gitHead":"64da1491fe4f81ca7e363ed536ad6658bff30a63","homepage":"https://github.com/datasets-io/datasets#readme","_id":"datasets@0.1.0","_shasum":"f2b99379048a25bf6bdcc82d010e4c76a56a3963","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.7","_npmUser":{"name":"kgryte","email":"kgryte@gmail.com"},"dist":{"shasum":"f2b99379048a25bf6bdcc82d010e4c76a56a3963","tarball":"https://registry.npmjs.org/datasets/-/datasets-0.1.0.tgz","integrity":"sha512-K7ltVoMoT41QJVsuV1+60VW6EcBiDf/b2MpPREWFwgQ15iA0RoiWeUrcv2rBTqa0/EXO28ZOf1jVRfvyIjmN1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBg54BxHHp9y2AmqwNMtezHs3S36J6X5HMdnr8hBPO/5AiB1KurMevjLjcmrfk8oCpIx16gbL1ud96BKhIec7pEXLA=="}]},"maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"}]}},"readme":"Datasets\n===\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][codecov-image]][codecov-url] [![Dependencies][dependencies-image]][dependencies-url]\n\n> Datasets.\n\n\n## Installation\n\n``` bash\n$ npm install datasets\n```\n\n\n## Usage\n\n``` javascript\nvar datasets = require( 'datasets' );\n```\n\n#### Male First Names (en)\n\nA [list](https://github.com/datasets-io/male-first-names-en) of common male first names (also known as [given](https://en.wikipedia.org/wiki/Given_name) or personal names) in English speaking countries.\n\n``` javascript\nvar names = datasets[ 'male-first-names-en' ];\n\nconsole.log( names );\n/*\n\t[\n\t\t\"Aaron\",\n\t\t\"Ab\",\n\t\t\"Abba\",\n\t\t\"Abbe\",\n\t\t\"Abbey\",\n\t\t\"Abbie\",\n\t\t\"Abbot\",\n\t\t\"Abbott\",\n\t\t...\n\t]\n*/\n```\n\n### Female First Names (en)\n\nA [list](https://github.com/datasets-io/female-first-names-en) of common female first names (also known as [given](https://en.wikipedia.org/wiki/Given_name) or personal names) in English speaking countries.\n\n``` javascript\nvar names = datasets[ 'female-first-names-en' ];\n\nconsole.log( names );\n/*\n\t[\n\t\t\"Aaren\",\n\t\t\"Aarika\",\n\t\t\"Abagael\",\n\t\t\"Abagail\",\n\t\t\"Abbe\",\n\t\t\"Abbey\",\n\t\t\"Abbi\",\n\t\t...\n\t]\n*/\n``` \n\n\n### Anscombe's Quartet\n\nA [set](https://github.com/datasets-io/anscombes-quartet) of `4` datasets which all have nearly identical simple statistical properties but vary considerably when graphed.\n\n``` javascript\nvar data = datasets[ 'anscombes-quartet' ];\n\nconsole.dir( data );\n/*\n\t[[...],[...],[...],[...]]\n*/\n```\n\n\n## Examples\n\n``` javascript\nvar datasets = require( 'datasets' );\n\nconsole.dir( datasets );\n```\n\nTo run the example code from the top-level application directory,\n\n``` bash\n$ node ./examples/index.js\n```\n\n\n## Tests\n\n### Unit\n\nUnit tests use the [Mocha](http://mochajs.org/) test framework with [Chai](http://chaijs.com) assertions. To run the tests, execute the following command in the top-level application directory:\n\n``` bash\n$ make test\n```\n\nAll new feature development should have corresponding unit tests to validate correct functionality.\n\n\n### Test Coverage\n\nThis repository uses [Istanbul](https://github.com/gotwarlost/istanbul) as its code coverage tool. To generate a test coverage report, execute the following command in the top-level application directory:\n\n``` bash\n$ make test-cov\n```\n\nIstanbul creates a `./reports/coverage` directory. To access an HTML version of the report,\n\n``` bash\n$ make view-cov\n```\n\n\n---\n## License\n\n[MIT license](http://opensource.org/licenses/MIT).\n\n\n## Copyright\n\nCopyright &copy; 2015. The [Compute.io](https://github.com/compute-io) Authors.\n\n\n[npm-image]: http://img.shields.io/npm/v/datasets.svg\n[npm-url]: https://npmjs.org/package/datasets\n\n[travis-image]: http://img.shields.io/travis/datasets-io/datasets/master.svg\n[travis-url]: https://travis-ci.org/datasets-io/datasets\n\n[codecov-image]: https://img.shields.io/codecov/c/github/datasets-io/datasets/master.svg\n[codecov-url]: https://codecov.io/github/datasets-io/datasets?branch=master\n\n[dependencies-image]: http://img.shields.io/david/datasets-io/datasets.svg\n[dependencies-url]: https://david-dm.org/datasets-io/datasets\n\n[dev-dependencies-image]: http://img.shields.io/david/dev/datasets-io/datasets.svg\n[dev-dependencies-url]: https://david-dm.org/dev/datasets-io/datasets\n\n[github-issues-image]: http://img.shields.io/github/issues/datasets-io/datasets.svg\n[github-issues-url]: https://github.com/datasets-io/datasets/issues\n","maintainers":[{"name":"kgryte","email":"kgryte@gmail.com"}],"time":{"modified":"2022-06-14T19:37:32.376Z","created":"2015-07-28T15:59:22.300Z","0.0.0":"2015-07-28T15:59:22.300Z","0.1.0":"2015-08-04T04:14:37.622Z"},"homepage":"https://github.com/datasets-io/datasets#readme","keywords":["datasets.io","datasets-io","datasets","dataset","data","sample"],"repository":{"type":"git","url":"git://github.com/datasets-io/datasets.git"},"contributors":[{"name":"Athan Reines","email":"kgryte@gmail.com"}],"author":{"name":"Athan Reines","email":"kgryte@gmail.com"},"bugs":{"url":"https://github.com/datasets-io/datasets/issues"},"license":"MIT","readmeFilename":"README.md"}