{"_id":"fill-array","_rev":"19262","name":"fill-array","description":"Fill an array to the given length by repeating its elements. This is a very fast implementation.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T09:59:56.000Z","created":"2015-01-26T14:02:37.028Z","1.0.0":"2015-01-26T14:02:37.028Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-array.git"},"versions":{"1.0.0":{"name":"fill-array","description":"Fill an array to the given length by repeating its elements. This is a very fast implementation.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/fill-array","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-array.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-array/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-array/blob/master/LICENSE-MIT"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.3.5","mocha":"*","should":"*"},"keywords":["array","element","fill","repeat","value"],"gitHead":"d3fb4900e57513becdf6da3ca085814057d697d3","_id":"fill-array@1.0.0","_shasum":"4baa3c561f45ef58e0e15e5623f92e9eefea82f3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"4baa3c561f45ef58e0e15e5623f92e9eefea82f3","size":1154,"noattachment":false,"key":"/fill-array/-/fill-array-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fill-array/download/fill-array-1.0.0.tgz"},"directories":{},"publish_time":1422280957028,"_cnpm_publish_time":1422280957028,"_hasShrinkwrap":false}},"readme":"# fill-array [![NPM version](https://badge.fury.io/js/fill-array.svg)](http://badge.fury.io/js/fill-array)\n\n> Fill an array to the given length by repeating its elements. This is a very fast implementation.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i fill-array --save\n```\n\n## Usage\n\n```js\nvar fill = require('fill-array');\n\nfill(['a', 'b', 'c'], 10);\n//=> ['a','b','c','a','b','c','a','b','c','a']\n```\n\n## Run tests\n\nInstall dev dependencies:\n\n```bash\nnpm i -d && npm test\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/fill-array/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) 2015, Jon Schlinkert.\nReleased under the MIT license\n\n***\n\n_This file was generated by [verb](https://github.com/assemble/verb) on January 26, 2015._\n","_attachments":{},"homepage":"https://github.com/jonschlinkert/fill-array","bugs":{"url":"https://github.com/jonschlinkert/fill-array/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-array/blob/master/LICENSE-MIT"}}