{"_id":"array-rest","_rev":"80444","name":"array-rest","description":"Gets all but the first element, or n elements in the given array.","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:25:43.000Z","created":"2014-12-12T10:01:43.475Z","0.1.1":"2014-12-12T10:05:43.530Z","0.1.0":"2014-12-12T10:01:43.475Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/array-rest.git"},"versions":{"0.1.1":{"name":"array-rest","description":"Gets all but the first element, or n elements in the given array.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/array-rest","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/array-rest.git"},"bugs":{"url":"https://github.com/jonschlinkert/array-rest/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/array-rest/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"array-slice":"^0.2.2","is-number":"^0.1.1","should":"^4.3.1"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["arr","array","initial","javascript","rest","slice","util","utils"],"_id":"array-rest@0.1.1","_shasum":"99e0dfcb0aed633f4b72cd4399b053e1054f6fb5","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"99e0dfcb0aed633f4b72cd4399b053e1054f6fb5","size":2092,"noattachment":false,"key":"/array-rest/-/array-rest-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/array-rest/download/array-rest-0.1.1.tgz"},"directories":{},"publish_time":1418378743530,"_cnpm_publish_time":1418378743530,"_hasShrinkwrap":false},"0.1.0":{"name":"array-rest","description":"Gets all but the first element, or n elements in the given array.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/array-rest","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/array-rest.git"},"bugs":{"url":"https://github.com/jonschlinkert/array-rest/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/array-rest/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"array-slice":"^0.2.2","is-number":"^0.1.1","should":"^4.3.1"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["arr","array","initial","javascript","rest","slice","util","utils"],"_id":"array-rest@0.1.0","_shasum":"fb0723057adb38d3958d7195a7764b910b45dc4e","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"fb0723057adb38d3958d7195a7764b910b45dc4e","size":2060,"noattachment":false,"key":"/array-rest/-/array-rest-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/array-rest/download/array-rest-0.1.0.tgz"},"directories":{},"publish_time":1418378503475,"_cnpm_publish_time":1418378503475,"_hasShrinkwrap":false}},"readme":"# array-rest [![NPM version](https://badge.fury.io/js/array-rest.svg)](http://badge.fury.io/js/array-rest)\n\n> Gets all but the first element, or n elements in the given array.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i array-rest --save\n```\n\n## Run tests\n\n```bash\nnpm test\n```\n\n## Usage\n\n```js\nvar rest = require('array-rest');\n\nrest(['a', 'b', 'c', 'd', 'e', 'f']);\n//=> ['b', 'c', 'd', 'e', 'f']\n\nrest(['a', 'b', 'c', 'd', 'e', 'f'], 3);\n//=> ['d', 'e', 'f']\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/array-rest/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 12, 2014. To update, run `npm i -g verb && verb`._\n","_attachments":{},"homepage":"https://github.com/jonschlinkert/array-rest","bugs":{"url":"https://github.com/jonschlinkert/array-rest/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/array-rest/blob/master/LICENSE-MIT"}}