{"_id":"@amaalali03/lotide","name":"@amaalali03/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amaalali03/lotide","version":"1.0.0","description":"Light House Labs first project : Lotide, and replicating it manually like how lodash would","main":"index.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/AmaalAli03/lotide.git"},"author":{"name":"Amaal Ali"},"license":"ISC","homepage":"https://github.com/AmaalAli03/lotide#readme","devDependencies":{"chai":"^4.3.7","mocha":"^9.2.2"},"gitHead":"f4a8a6c7445ea10dc5175856e90349e97cafa177","_id":"@amaalali03/lotide@1.0.0","_nodeVersion":"15.14.0","_npmVersion":"7.7.6","dist":{"integrity":"sha512-Srt8MzwU59zqicJPSiICMFf7Z8GO/kKgMpFl5thGYzbo29V0y7WVBMtLL4xlPbGMgfV3CMkqMlEOu/EsY2+CHA==","shasum":"d2ac08af90c902485ff7bae1cc48a30f4436a76e","tarball":"https://registry.npmjs.org/@amaalali03/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":16815,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID4caHnrU5C7o37aOe5aOec5/9Q3OO70CNyJr05XsQS1AiAhb06x6EvzoLOa0FIUvFyDvqTy+pBSQ/5OpUlfOJcK5A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxffjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcDQ/9H3E52FQFs7W73IH2Uijbk9PngZGVCmcbtF/KGJ0qzL2BqI5O\r\n6zmUNdFuSU9GDJJ2flWRlOwamjf2f9iLxgXYM101sk0qWyMmy+0bXZ9KgJHo\r\nkumMJL7s3cWvJxfXGJ+J4dlnTQ+WTwWbannn2pHeG3vfB6f5MqStRcG55z3p\r\nYXL6a3+YHI1iu3GZueCCscf7HpICKbjuM90XU2U5TCo6uesd6tVsOiiUODxL\r\nTGCUFwV2REKYKwfb4ePW1X9eB6e5Cb45zMFozysMIhX5O4U7AvxsoXorX+eb\r\n764Fa0rh4+TLzsbDcy/RnTR+3JenOuhtqPcIlK+XOnrU44Jti1R33Zz0jLCo\r\nEVtWVGKCTjaSTv+B7mEt6TyvnrNASflJODwwi52RrHvEIxB1OFZ19C8CFA6Y\r\nG1fT4H6ziAUpytTmV24FpeZrHDhbPaOlRh2nVHF2DKC4ThNiMG2vAWrIhGL4\r\nUM3rRQUEpqy5IlB/mDVzNAnJ0peCtYa7JCJ/zD/pX0EcOev1+gv3krNnjeH5\r\nExRh+YQLiHQdDKEakNmg0Y24ceRmBkO0CcMBUx3abCY8LkuG+mf55kzezdh5\r\n5MNeEVYEPcTNfLJIC6X3/x41OGGOeuJvpwhr9cSHOfGm1V6dq5kqRHW39qTq\r\nIRrmA8pUPzhSCMLWbwdxdxJww0ivLBof+Pk=\r\n=D6ns\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"amaalali03","email":"amaalalikhadija@gmail.com"},"maintainers":[{"name":"amaalali03","email":"amaalalikhadija@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1673918435096_0.9164696472908658"},"_hasShrinkwrap":false}},"time":{"created":"2023-01-17T01:20:35.023Z","1.0.0":"2023-01-17T01:20:35.262Z","modified":"2023-01-17T01:20:35.390Z"},"maintainers":[{"name":"amaalali03","email":"amaalalikhadija@gmail.com"}],"description":"Light House Labs first project : Lotide, and replicating it manually like how lodash would","homepage":"https://github.com/AmaalAli03/lotide#readme","repository":{"type":"git","url":"git+https://github.com/AmaalAli03/lotide.git"},"author":{"name":"Amaal Ali"},"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 @amaalali03/lotide`\n\n**Require it:**\n\n`const _ = require('@amaalali03/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\n`assertArraysEqual()`: it should be an alternating test for when you are asserting if the arrays are equal or if the arrays are not equal. \n`assertEqual()`: it should compare the two values it takes in and prints out a message telling us if they match or not.\n`eqArrays()`: this will take in two arrays and returns true or false, based on a perfect match. \n`head()`: it should return  the first item of an array.\n`middle()`: it should return the middle element of an array.\n`tail()`: it should return the \"tail\" of an array which is everything except for the first item (head) of the provided array.\n","readmeFilename":"README.md"}