{"_id":"@affaf-js-dev/lotide","_rev":"1-574973ee4bad475b3acbc9819882f8aa","name":"@affaf-js-dev/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@affaf-js-dev/lotide","version":"1.0.0","description":"tail, head, middle of arrays","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/affafrai/lotide.git"},"author":{"name":"affaf rai"},"license":"ISC","bugs":{"url":"https://github.com/affafrai/lotide/issues"},"homepage":"https://github.com/affafrai/lotide#readme","devDependencies":{"chai":"^4.2.0","mocha":"^8.1.1"},"gitHead":"9f3e8f3fc3ad8658831b1f6dd8ffce2f30adbd01","_id":"@affaf-js-dev/lotide@1.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-UhCxPK0aJJ2yBHRxP4hRbkoTJLEHe+B6wWCtJFRarHzjRPtdOc6M34wtuIgoVGx/sHUrtml/d7VhfWwIeJxH8g==","shasum":"b2177c0ebfc43b62b2c9640b827013bd243e8b0d","tarball":"https://registry.npmjs.org/@affaf-js-dev/lotide/-/lotide-1.0.0.tgz","fileCount":26,"unpackedSize":20678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRE6/CRA9TVsSAnZWagAAraIP/RcXunJftgoldQaN95JH\nM+5OiOOsPPmXq2EwQrIceKrg3RBrp3Ax3cDiqKMyS0XZCbTnWhLR14I+rtUz\nU2IGTVhFKYM9GqSac3oo7238izVviPyikiX/y1w3NQ2JxM3GagzcS4oqzDW2\nv3yJU8dtoWKg70mltm93xrlG6heEeN4WccvzqnrvBNHRFGd5eLlF3YIfqsIS\n2j7cAmmXAI0umYeVDIm0MZP8chx1uB3dbR69TyoKesHZCH1ewQa2i19QEDOO\nhv8M8+Hw/0gLkUWU3RfrJ04DClEbznZMgY0hgozUwl8MVsMq5Wzxa7rp7Frk\neucWiWUK8rxxSyxnX9aCRCW2rTA+qUmh5+EjJSvSwfcGhN5VFO7bo7Zsp9CO\nr3sQMgTGGfk1kLK+K1oUYiorAFt7QL54Ak/W87r85iEdrO31rCC9dCMOBEpU\nTIOq5WYteVxhqdhklSlY1h5TQRo3L6JtdM8sragTWbkI5qhUjJHk01VZvPn1\nZUGZzhjw5yz9bqf79Sma26VGYIpwkfdPGpFLLVilR2oPovA/SB83bF5X/hdq\n/F8fc9jFqZjlKdnEkes4qZNJYqUAHmQdQiRFdSJiPGYU6ZsJLQ5UAXmIxbXB\nZz9oP1C+7lqLx98IpzOg2rO9DL1FCAXoYlyUzupQcUcGDemwYwQeihIcegeB\nIv9P\r\n=tfwK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWAsKlvdQeshp9ylvpiEEsQnBmOOjv/xsO7SqHvUKmOAiEAz46zyQvczeMBo5/sPf8K5M1l2gFvvMG8ehfNoqm8wWo="}]},"maintainers":[{"name":"affaf-js-dev","email":"affaf.rai@hotmail.com"}],"_npmUser":{"name":"affaf-js-dev","email":"affaf.rai@hotmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1598312126741_0.3642116050911568"},"_hasShrinkwrap":false}},"time":{"created":"2020-08-24T23:35:26.697Z","1.0.0":"2020-08-24T23:35:26.860Z","modified":"2022-04-04T11:50:26.254Z"},"maintainers":[{"name":"affaf-js-dev","email":"affaf.rai@hotmail.com"}],"description":"tail, head, middle of arrays","homepage":"https://github.com/affafrai/lotide#readme","repository":{"type":"git","url":"git+https://github.com/affafrai/lotide.git"},"author":{"name":"affaf rai"},"bugs":{"url":"https://github.com/affafrai/lotide/issues"},"license":"ISC","readme":"# Lotide\n\nA mini clone of the [Lodash](https://lodash.com) library.\n\n## Purpose\n\n**_BEWARE:_ This library was published for learning purposes. It is _not_ intended for use in production-grade software.**\n\nThis project was created and published by me as part of my learnings at Lighthouse Labs. \n\n## Usage\n\n**Install it:**\n\n`npm install @affaf-js-dev/lotide`\n\n**Require it:**\n\n`const _ = require('@affaf-js-dev/lotide');`\n\n**Call it:**\n\n`const results = _.tail([1, 2, 3]) // => [2, 3]`\n\n## Documentation\n\nThe following functions are currently implemented:\n\n* `function1(tail)`: description\n* `function2(middle)`: description\n* `function3(head)`: description","readmeFilename":"README.md"}