{"_id":"zip-object","_rev":"454539","name":"zip-object","description":"Create an object from from arrays of keys and values","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"scottcorgan","email":"scottcorgan@gmail.com"}],"time":{"modified":"2021-08-05T07:17:47.000Z","created":"2014-01-25T00:47:41.353Z","0.1.0":"2014-01-25T00:47:41.353Z"},"users":{},"author":{"name":"Scott Corgan"},"repository":{"type":"git","url":"https://github.com/scottcorgan/zip-object.git"},"versions":{"0.1.0":{"name":"zip-object","version":"0.1.0","description":"Create an object from from arrays of keys and values","main":"index.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js | node_modules/.bin/tspec"},"repository":{"type":"git","url":"https://github.com/scottcorgan/zip-object.git"},"keywords":["zip","object","lodash","array","object"],"author":{"name":"Scott Corgan"},"license":"MIT","bugs":{"url":"https://github.com/scottcorgan/zip-object/issues"},"devDependencies":{"tape":"~2.3.2","tap-spec":"~0.1.3"},"_id":"zip-object@0.1.0","dist":{"shasum":"c1a0da04c88c837756e248680a03ff902ec3f53a","size":1108,"noattachment":false,"key":"/zip-object/-/zip-object-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/zip-object/download/zip-object-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"scottcorgan","email":"scottcorgan@gmail.com"},"maintainers":[{"name":"scottcorgan","email":"scottcorgan@gmail.com"}],"publish_time":1390610861353,"_cnpm_publish_time":1390610861353,"_hasShrinkwrap":false}},"readme":"# zip-object\n\nCreate an object from from arrays of keys and values. (Inspired by [lodash's _.zipObject](http://devdocs.io/lodash/index#zipObject))\n\n## Install\n\n```\nnpm install zip-object --save\n```\n\n## Usage\n\nEither takes two arrays or an array of arrays as the argument(s).\n\n```js\nvar zipObject = require('zip-object');\nvar zipped = zipObject(['key1', 'key2'], ['value1', 'value2']);\n\nconsole.log(zipped.key1); // outputs 'value1'\nconsole.log(zipped.key2); // outputs 'value2'\n```\n\n## Run Tests\n\n```\nnpm install\nnpm test\n```\n","_attachments":{},"bugs":{"url":"https://github.com/scottcorgan/zip-object/issues"},"license":"MIT"}