{"_id":"@ar355/lotide","_rev":"1-6274f1e97102a74ae6ebe93aee16c91a","name":"@ar355/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@ar355/lotide","version":"1.0.0","description":"clone of Lodas library","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/Ar355/lotide.git"},"author":{"name":"Arian Zeneli"},"license":"ISC","bugs":{"url":"https://github.com/Ar355/lotide/issues"},"homepage":"https://github.com/Ar355/lotide#readme","devDependencies":{"chai":"^4.2.0","mocha":"^8.0.1"},"gitHead":"ccc0dd504082c6f0d34f95141d861ee649bf58ad","_id":"@ar355/lotide@1.0.0","_nodeVersion":"14.6.0","_npmVersion":"6.14.6","dist":{"integrity":"sha512-OjsudEdbwv4C6ktyF1f4iCeiptzqK28Q6M9tUNuj/2NPGo7D5QdT7ggWXgYqbiMTIDTWM+s+dt6ZlI8q8J7IwA==","shasum":"f5bedc44a6d5bd776b72a331f256658c13c13ad4","tarball":"https://registry.npmjs.org/@ar355/lotide/-/lotide-1.0.0.tgz","fileCount":26,"unpackedSize":20237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHz4uCRA9TVsSAnZWagAAqNIP/1N3ipbe1g+dJ7mSTI/Y\n+DA3KE8oJsLOlFAskr00lQOkYy/Jjfb1u4pslOc2WcBwlAm8okIBqJsYeATz\nm/E2SbH2MGMeEelwQax1xyhGFQmMrOuwAPxJMuROPsedTvNbzoFGVFhwT12H\nbcgt4Qb4sYMXT1DNcMLj51+KwgGlH6iK0jzSq2Vg2SitufiFSIWouS2GdOcE\n16IuR+nPGNMNnjRkozCxIR5n1AuEdGe3oFli7XDseMqKc0DDw+Nps2QhM8GR\nbR92/ceUvW+c0hO9EKcdXIzkj0jyxi7wayQiW7KJIsb+bxi1SofqinjjeiBN\nRHCra1eDD70Ua2QIc/Tcml7MS7Cbhpx6bQcBrHAkyLmLjr6tbj+a3FoQpMrF\ndS+w2QAheap/Htp684e3Cm64WtJTpfml/CvTCc5Z846Q2nIMp5uSZFla3/Ob\nmLtqff1rC76qUvIQGNxByEriAtGdo+oiLesBEepaUtCADHDq3+Ydyu8bXqZe\nMgib8z/g0t2S/Iwqp6rPgPmF4l4NJ/3i0Rc9ya08Orul1tqdNsF+z7qmK0LQ\nksqf5ATiNa6DP9dgwH7r03Aw5gooAAbWp4YtL5oq5Eg8bgGCd4dYknlC7cw6\nS4CJz8+VkHDXcxfLsDl5yDPJvMm638380dmSokeZVoC1+RPKYScmlhl+PhCA\nAw7N\r\n=R5uq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4LaCTHH8aRM5NMhHrdiJUWgdXu/JEURDN1xp6nF04VAIhAOHDFUL4A/LAyMnr4Hi0GYd1Xqj8m2OsV6h4bAtb8zzf"}]},"maintainers":[{"name":"ar355","email":"zeneli.arian@gmail.com"}],"_npmUser":{"name":"ar355","email":"zeneli.arian@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1595883054113_0.7605935136539845"},"_hasShrinkwrap":false}},"time":{"created":"2020-07-27T20:50:53.989Z","1.0.0":"2020-07-27T20:50:54.249Z","modified":"2022-04-04T15:14:16.619Z"},"maintainers":[{"name":"ar355","email":"zeneli.arian@gmail.com"}],"description":"clone of Lodas library","homepage":"https://github.com/Ar355/lotide#readme","repository":{"type":"git","url":"git+https://github.com/Ar355/lotide.git"},"author":{"name":"Arian Zeneli"},"bugs":{"url":"https://github.com/Ar355/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 @ar355/lotide`\n\n**Require it:**\n\n`const _ = require('ar355/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*  head: log the first element of an array\n*  tail: log the last element of an array\n*  middle: log the midle element of an array\n*  assertEqual: assert if the expected value is equal to the value given by the function that is assest.","readmeFilename":"README.md"}