{"_id":"@amanda.arnaut/lotide","_rev":"1-bb1da586bad67f76551924b75ac8b465","name":"@amanda.arnaut/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amanda.arnaut/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/amandaalliegro/lotide.git"},"author":"","license":"ISC","bugs":{"url":"https://github.com/amandaalliegro/lotide/issues"},"homepage":"https://github.com/amandaalliegro/lotide#readme","devDependencies":{"chai":"^4.2.0","mocha":"^8.1.1"},"dependencies":{},"gitHead":"42b098a966271371d052982b80faf8ca4e96c4a1","_id":"@amanda.arnaut/lotide@1.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.14.8","dist":{"integrity":"sha512-YagiIYGZYOk4Jk887aRFf6UbeSnalFowTcE2j84vXW6bU0QT6Nnjne21z9dWGllDpFTOjlqliWDNxQm2Dkeriw==","shasum":"6875e7201d50939780063120e245d3940d018f65","tarball":"https://registry.npmjs.org/@amanda.arnaut/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":21967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfR6q8CRA9TVsSAnZWagAAs6AP/18sPm7FCyf7X/yxbbeP\nvhO/B4QOoTwsBrcnHu9/clT704MMXZ0QRW71wlPQyy1UAlHohA7/hSEQjLcs\nhfhIROvTXqHzGcqYYHuVibe43hRrjubBiVrMomCkY4K+5ziWbTNqsrXzwnNh\n/rzcBlJ3nzvtTIQV8HzbygtRHnt6/LvgiwRtf+H/USnYBRd8fx+fKmAoazXx\nXiE+funKL2WfPUewvq1NjaHA2Au7sIAOemy8QwwPmt3FBxDsaKE7aSGmzkNM\ne4ffoeo8waX7lPm30MwSEEHUEoN2e3cSaT44NxmtevU5Gb7yUeanSBOTUoF/\nszSJahjI/Fm1slTaQd/KjQSkgWXkBUomXkT3k1ipsggnFDyVl24D25M+MvH3\nMMB0vgvZMkHXRrvW5YiVi2KVfxgmB7nUmQbwBFhB1griuLa/uuK/eptoNcHl\nV05lbOuMLE9AZgB4C6IcmC3FyuS5WEMmDfHeMmyU0nPcTpZyTPGxZL2/BF6l\nUeSRl6aW5j5+1h8j4JMMS6hez8MtkpLGaZHSpj2aJpqIwgwhuJbzbS/vCQVG\nFDx1DUMwiZmhxCpDgK/Qf5jTIY4OLk+A/yPsKeqjfSaqEiCqcF8s5522qVMb\nQKcKPf6hw47MaOq8Q0fEMdpcvK6m3c3ldFty0TYF7zYXIzXOLgdwRhNwLtdS\n8xZl\r\n=HrUh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFVb3hSHOhPYhBRaH6Ub8uj6irsEqE2cjrF5o5OScgf3AiEA9+YjO8aV/g+Yn0Plsve5yHwWaD1Wc/ujA79BloCbq30="}]},"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.0.0_1598532284148_0.8537681393819823"},"_hasShrinkwrap":false}},"time":{"created":"2020-08-27T12:44:44.104Z","1.0.0":"2020-08-27T12:44:44.269Z","modified":"2022-04-04T13:43:25.831Z"},"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#readme","repository":{"type":"git","url":"git+https://github.com/amandaalliegro/lotide.git"},"bugs":{"url":"https://github.com/amandaalliegro/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 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"}