{"_id":"@abdullahiahmed02/lotide","_rev":"1-3019abea0603baeba55a992b68c746a2","name":"@abdullahiahmed02/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@abdullahiahmed02/lotide","version":"1.0.0","description":"A mini clone of the [Lodash](https://lodash.com) library.","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/abdullahiahmed02/lotide.git"},"author":{"name":"abdullahi ahmed"},"license":"ISC","bugs":{"url":"https://github.com/abdullahiahmed02/lotide/issues"},"homepage":"https://github.com/abdullahiahmed02/lotide#readme","devDependencies":{"chai":"^4.3.4","mocha":"^9.1.3"},"gitHead":"a0406a02e672276ef9e2f27f9f13ffa7f2892f20","_id":"@abdullahiahmed02/lotide@1.0.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-i2qCUSv9wFcQL73pm60bVA7x+SIgm5TnURg0uJWxNpsZeGmdkVboiyGDc5gHDxTsLyiMDif4iZ82NbB6pYQiwQ==","shasum":"b6a4fa138de74171b7e0e2849dc7ee3de2efd0e1","tarball":"https://registry.npmjs.org/@abdullahiahmed02/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":17091,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqUhtCRA9TVsSAnZWagAAxAYP/iEamMNTJY9obik/FhAU\noNGpqK4jA0bvW6lq/Ta9UTKQu1MEei4aqFHdUyQ7/kqhXy5KfO9d2tKLtO5Z\nIFh8AwLFCuo78fOFzl2+330M9trQxxxL1cNf8FdxGw1g9kERnMTVsU3Mv5gR\nrSNYXVtt0KsH1rHlZAbOMe3G/YRXF/0B7E7/Qdo4E46Mf7t5AKNOgP+YUuTS\ndNxgUPut3ZVScqgWvAUd/ql1t29lRTWyecO5GaSEfO+gHgjPyn9T766O/sGn\nvvYwxSZA86rQkd8BzS72e3CTPt/LOW3YvVlcWjqLoAFYrTLFsWOAvpy60uVO\ntIz+RwSr4GqlahhvW1eTOWec31NiO5qOP0YIsIQawrzHOlPIReJQBKuTfR/D\ndBeUusj1RRRyfV7NNzla8yCA/CLvyj0AkZmeM9T1lMU4ACoUTTbk9RflK1q0\nIX0AUO7gjMIvy6TsjD/XAyWJfzEAoeyRyX4eIRzyyLd733p3auzKyuVduyeh\nkPYdsWjY267/Qi4yFtd/oPIL9N1QrwNXZamwdM9HvIqTWw2p5k/NORl4b60C\nDG7k1mFvO5LBWkog6b3kZYT1x/PEvNew5e365hd1ClyYOp1ga60X8wAwVj6y\nkNIRs+hwsQJtyF9OEAd/bZ/HmnLuYY3IhpmevSRSUI5PbGb+vejl6y/amUwb\n5+4h\r\n=bu2l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDm04Axit6uTLzltK+Z06591lxzQe+aiHoNM7KIKMUOHwIgJc4MywN8fmpE0P17bCUc/JH5VAcXut7/UkCHDilqun8="}]},"_npmUser":{"name":"abdullahiahmed02","email":"aahmed_02@hotmail.com"},"maintainers":[{"name":"abdullahiahmed02","email":"aahmed_02@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1638484077380_0.061409231775549245"},"_hasShrinkwrap":false}},"time":{"created":"2021-12-02T22:27:57.329Z","1.0.0":"2021-12-02T22:27:57.552Z","modified":"2022-04-04T10:58:40.454Z"},"maintainers":[{"name":"abdullahiahmed02","email":"aahmed_02@hotmail.com"}],"description":"A mini clone of the [Lodash](https://lodash.com) library.","homepage":"https://github.com/abdullahiahmed02/lotide#readme","repository":{"type":"git","url":"git+https://github.com/abdullahiahmed02/lotide.git"},"author":{"name":"abdullahi ahmed"},"bugs":{"url":"https://github.com/abdullahiahmed02/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 @abdullahiahmed02/lotide`\n\n**Require it:**\n\n`const _ = require('@abdullahiahmed02/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* head(array): first element of arry\n* tail(array): everything except first element of array\n* middle(array): middle element* of array. *: only for arrays.length > 2. Also returns 2 elements if length is even","readmeFilename":"README.md"}