{"_id":"@amanda.arnaut/lotide_1","_rev":"1-8bb7e8863e67cb867304794849998892","name":"@amanda.arnaut/lotide_1","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amanda.arnaut/lotide_1","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/amandaalliegro/lotide_1.git"},"author":{"name":"@amanda.arnaut/lotide"},"license":"ISC","bugs":{"url":"https://github.com/amandaalliegro/lotide_1/issues"},"homepage":"https://github.com/amandaalliegro/lotide_1#readme","devDependencies":{"chai":"^4.2.0","mocha":"^8.1.3"},"gitHead":"7642ce9cee95b32343ae86165b94502fdc603501","_id":"@amanda.arnaut/lotide_1@1.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.14.8","dist":{"integrity":"sha512-1osHzNPydcn97JhF4FDLf+Eduz12s/auynTnPnhizJ1O+L2worJIqe9MMchonkZDjM5YHHdEgc4DpSLMeaynug==","shasum":"6be99605e2d1acf843105e28ea3e74091015000d","tarball":"https://registry.npmjs.org/@amanda.arnaut/lotide_1/-/lotide_1-1.0.0.tgz","fileCount":28,"unpackedSize":20916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaTC0CRA9TVsSAnZWagAAEhEQAJ0dtpDFOTzkhhXCVJKP\nrq+MUjp61xIod41qW39oF07jvKYBcX2koFWecc3TB/jwHcowMLY21EKWS75J\npYsFEraQxYBr5rdrEwS4WihH/D8G3tRLLEOj0FJiZf0rblXuJba89MJ58kTK\nhSqyXgkR/+W1tC5a31XQlv55J5BhSfuYy3ygzzv8i3+zKBEBuhI2fifvyhqi\npXyfx5zo665lp0m3my1VGeyRkRdaB3HPy3z9yr4hiMR7NrZfU4791fff9L4c\nnh6QuMtxM//yIjZFFLmLruzRDBf8iyOdIOLh3jAl8hiqtS8CuknmFKMopGUy\njztCTGRMXkn4D22qBJf8IsmnI6WSbT46WypSsTVAMbQcP19DXzcfReT3o9+V\nw3NMemnTVhch83BtVlw7jSnpL9tEH4/4pTY89+/unAvoihNtZ9sVV6dYndLh\nQxM2UCvyCdqgwExrhKAHYq4QCsnbetSpg+A8jIncTBIdznj8/hKcArJlpwXx\nL9ZPDTY/surxpkkh9n8lkmYogBx0SkGLMaj0+BRM9iIHJCX7OAPyeiX5pfl2\nCtUBy1vL1q6nxYYM7ANdyxJueMFUuNxMtJMF0gAINViU1U9jd1CSdA4q5Aaw\nbSIQGe4ZhVi01xLaOW4+RzWagUlOtjEDYhKeDC4cZhuHZg8Wck5CBbSIsS6Y\nkrm7\r\n=lL66\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGDkUARnuEoCD3OVJ6XNrAj0M/DuPTZkH/LhUvpDX2vZAiBq+Pz5e3jnB4hmWR5+Q+BvcLZdTzUGaSQew+kHKbVTtA=="}]},"maintainers":[{"name":"amanda.arnaut","email":"amanda.m.arnaut@gmail.com"}],"_npmUser":{"name":"amanda.arnaut","email":"amanda.m.arnaut@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1_1.0.0_1600729267515_0.040921654620359016"},"_hasShrinkwrap":false}},"time":{"created":"2020-09-21T23:01:07.479Z","1.0.0":"2020-09-21T23:01:07.660Z","modified":"2022-04-04T13:43:25.941Z"},"maintainers":[{"name":"amanda.arnaut","email":"amanda.m.arnaut@gmail.com"}],"description":"A mini clone of the [Lodash](https://lodash.com) library.","homepage":"https://github.com/amandaalliegro/lotide_1#readme","repository":{"type":"git","url":"git+https://github.com/amandaalliegro/lotide_1.git"},"author":{"name":"@amanda.arnaut/lotide"},"bugs":{"url":"https://github.com/amandaalliegro/lotide_1/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 @amanda.arnaut/lotide`\n\n**Require it:**\n\n`const _ = require('@amanda.arnaut/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* `assertEqual(...)`: assertion function which compares two values and prints out a successful or failure message;\n* `assertArraysEqual(...)`: While the assertEqual is great at comparing primitive types (like numbers and strings), this function asserts if two arrays are equal;\n* `eqArrays(...)`: easily compare arrays;\n* `head(...)`: retrieve the first element from the array;\n* `tail(...)`: return every element except the head (first element) of the array;\n* `middle(...)`: The middle function should return an array with only the middle element(s) of the provided array.","readmeFilename":"README.md"}