{"_id":"reverse-arguments","_rev":"474342","name":"reverse-arguments","description":"reverse the arguments passed to a function.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"schtoeffel","email":""}],"time":{"modified":"2021-08-05T08:31:32.000Z","created":"2015-01-09T07:33:53.551Z","1.0.0":"2015-01-09T07:33:53.551Z"},"users":{"schtoeffel":true},"author":{"name":"stoeffel"},"repository":{"type":"git","url":"http://github.com/stoeffel/reverse-arguments"},"versions":{"1.0.0":{"name":"reverse-arguments","version":"1.0.0","description":"reverse the arguments passed to a function.","main":"index.js","scripts":{"test":"mocha --reporter nyan"},"repository":{"type":"git","url":"http://github.com/stoeffel/reverse-arguments"},"keywords":["function","arguments"],"author":{"name":"stoeffel"},"license":"MIT","bugs":{"url":"http://github.com/stoeffel/reverse-arguments/issues"},"homepage":"http://github.com/stoeffel/reverse-arguments","devDependencies":{"expect.js":"^0.3.1","mocha":"^2.1.0"},"dependencies":{},"gitHead":"d08579ef70539014efe7c6504b3c34e745d9bd5d","_id":"reverse-arguments@1.0.0","_shasum":"c28095a3a921ac715d61834ddece9027992667cd","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.25","_npmUser":{"name":"schtoeffel","email":"schtoeffel@gmail.com"},"maintainers":[{"name":"schtoeffel","email":""}],"dist":{"shasum":"c28095a3a921ac715d61834ddece9027992667cd","size":1665,"noattachment":false,"key":"/reverse-arguments/-/reverse-arguments-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/reverse-arguments/download/reverse-arguments-1.0.0.tgz"},"directories":{},"publish_time":1420788833551,"_cnpm_publish_time":1420788833551,"_hasShrinkwrap":false}},"readme":"reverse-arguments\n================\n\n[![Build Status](https://travis-ci.org/stoeffel/reverse-arguments.svg)](https://travis-ci.org/stoeffel/reverse-arguments) [![npm version](https://badge.fury.io/js/reverse-arguments.svg)](http://badge.fury.io/js/reverse-arguments)\n> Reverse the arguments passed to the function.\n\nInstallation\n------------\n\n`npm install reverse-arguments`\n\nUsage\n-----\n\n### Basic usage\n\n```js\nvar reverse = require('reverse-arguments');\n\nfunction join() {\n  return Array.prototype.slice.call(arguments).join(',');\n}\n\njoin(1, 2, 3); // => '1,2,3'\nreverse(join)(1, 2, 3); // => '3,2,1'\n```\n","_attachments":{},"homepage":"http://github.com/stoeffel/reverse-arguments","bugs":{"url":"http://github.com/stoeffel/reverse-arguments/issues"},"license":"MIT"}