{"_id":"lll","_rev":"9-7a83f7f5e536e37680949191946705ac","name":"lll","time":{"modified":"2022-06-19T13:06:08.792Z","created":"2014-03-13T22:45:07.411Z","0.0.1":"2014-03-13T22:45:07.411Z","0.0.2":"2014-03-13T23:26:15.721Z","0.0.3":"2014-03-13T23:34:54.078Z"},"description":"A simple implementation of async.parallel","readme":"## lll (parallel)\n\nA simple implementation of `async.parallel`\n\n## Install\n\n```sh\n$ npm install lll\n```\n\n### Usage\n\n```js\nvar parallel = require('lll');\nparallel([\n  function (cb) {\n    setTimeout(function () {\n      cb(null, 'one');\n    });\n  },\n  function (cb) {\n    setTimeout(function () {\n      cb(null, 'two');\n    });\n  }\n], function (err, result) {\n  console.log(result)\n  // => ['one', 'two']\n})\n```\n\n## Test\n\n```sh\n$ npm test\n```\n\n## License\n\nMIT\n","maintainers":[{"name":"madhums","email":"madhums8@gmail.com"}],"dist-tags":{"latest":"0.0.3"},"versions":{"0.0.2":{"name":"lll","version":"0.0.2","description":"A simple implementation of async.parallel","keywords":["async"],"author":{"name":"Madhusudhan Srinivasa","email":"me@madhums.me"},"repository":{"type":"git","url":"git://github.com/madhums/lll"},"dependencies":{},"scripts":{"test":"node test/lll.js"},"main":"index","engines":{"node":">= 0.4.x"},"bugs":{"url":"https://github.com/madhums/lll/issues"},"homepage":"https://github.com/madhums/lll","_id":"lll@0.0.2","dist":{"shasum":"b4f7f6a83ec797b8dbb9f645c18a666d227d869b","tarball":"https://registry.npmjs.org/lll/-/lll-0.0.2.tgz","integrity":"sha512-HhDmt+n2J8a+qnFx7TYYYNX9nzdyP5t3o8wT/Irn1sxDwcaTq29snbgsmKSRhcQUyFWSL/uy5dkANWd3pcBHlQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9x0QYZwXw2EuUvGUlITCRRT1DWtHUJbWHAQwtwRqdMgIhAPtjBTglGOXN2ed4fkCASQGq9/NMvMyG10YmgqqsWYCX"}]},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"madhums","email":"madhums8@gmail.com"},"maintainers":[{"name":"madhums","email":"madhums8@gmail.com"}]},"0.0.3":{"name":"lll","version":"0.0.3","description":"A simple implementation of async.parallel","keywords":["async"],"author":{"name":"Madhusudhan Srinivasa","email":"me@madhums.me"},"repository":{"type":"git","url":"git://github.com/madhums/lll"},"dependencies":{},"scripts":{"test":"node test/lll.js"},"main":"index","engines":{"node":">= 0.4.x"},"bugs":{"url":"https://github.com/madhums/lll/issues"},"homepage":"https://github.com/madhums/lll","_id":"lll@0.0.3","dist":{"shasum":"922402c8085abc0eea2f96551985067d9c65b452","tarball":"https://registry.npmjs.org/lll/-/lll-0.0.3.tgz","integrity":"sha512-I65n8pTprQjxlVeyd5V+3Z1uvezHz2j7vJrldt90GJiuglQXiUCfPeEMqGVO/lJqZHaM0HJ26qA+7dTZctswNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsPaEKai8/R8zEgGv5SJIFQZiMdSzn3pblovLchN7H7gIhANrwV96iCX7REbEd8W14O89BicdLZTiHrZPOfsY7WRzb"}]},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"madhums","email":"madhums8@gmail.com"},"maintainers":[{"name":"madhums","email":"madhums8@gmail.com"}]}},"homepage":"https://github.com/madhums/lll","keywords":["async"],"repository":{"type":"git","url":"git://github.com/madhums/lll"},"author":{"name":"Madhusudhan Srinivasa","email":"me@madhums.me"},"bugs":{"url":"https://github.com/madhums/lll/issues"},"readmeFilename":"README.md"}