{"_id":"@alou64/lotide","_rev":"1-907194972f22578db42307c00b7476f3","name":"@alou64/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@alou64/lotide","version":"1.0.0","description":"A mini clone of the Lodash library.","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/alou64/lotide.git"},"author":{"name":"alou64"},"license":"UNLICENSED","bugs":{"url":"https://github.com/alou64/lotide/issues"},"homepage":"https://github.com/alou64/lotide#readme","devDependencies":{"chai":"^4.3.4","mocha":"^9.1.4"},"gitHead":"2be9a090cdf756b4b81cc1128dc2d96783d217a1","_id":"@alou64/lotide@1.0.0","_nodeVersion":"17.2.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-fU73JDNTtg4pE2+0bh+xZTBTsXS9hEAz/r/1DN17U3eMZ1rUNCmHf4WUsm2S/UUWzXY85ViI6Y6hcyFKOJDejw==","shasum":"3e3781113e0da6c9de9745bee11fe53d49ffc240","tarball":"https://registry.npmjs.org/@alou64/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":7840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5aXWCRA9TVsSAnZWagAAWLUP/0CLvVlGwDmE8JnlseKd\ngImDJTOpAgyguxJN9wzickY+EwEPMwL8VR9ngloOV/+DZi5n2kK5mrJ6tOBS\nzwfkQ1b8OLgey4aEN/a4rTNYNovk48RxjI8l4W98l2ODMCEOwjNdHPVxRDRz\nIPEMxec8BmVSptL/eB53RSGEQdiS2Hnib+k0ttmzSwpHKg1ub0lk8IHHQbbg\nmXA90c57MzBNSyhr0vlfEAhDCebF4AEp2i0jhz+gB94Q5FnoMvdXIyq2Rt06\nmyqkdQtnDDAt3sbFxzXBi3AaC8Bw/8Xvq2kfqllSX1b7LnHtM8sPs9MkcNUQ\nd0wsttsEtQBVf2CmXI1Sjs6WepiAd8fFFlWL0YXA1fWipDIMYoNZb9mbFdYc\nVRXoMRBQqDhEqF1aQHeLi7ACiGYBuwY4Onsqg6ooNR5JNwkEiaymfxGG9VZU\nFjq76a8ayA5GAqDjB7USqsUzlBJYujKWt78Sy8ujqkv/XOSsYe5jo/aixAQ6\nBZFKo2xfYhkF5MWC2RfTOROo6jfbk7zDP2ZDw3GLTiQrGC+kV55J1z0xrvH4\n3OYKTvgmMOmIxSSY6CZU4rckKccWRsLV8qIGyzWbde+2LhBzJEJiwLydj3Ct\nUfz5ijPWZv+4MyVr5VvblbC471mmXio40PP0zk225tX2eDupQ0ZkbDDEZnBG\nDjdK\r\n=ORCu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDl5QVOfnr9weUSf9W1jslqQbmWeMEomQAckWLxLjr++gIgTRybsdml/HrezYeqPFKFl2JLjZbpxj2GFuBe3XNMsDA="}]},"_npmUser":{"name":"alou64","email":"01008@protonmail.com"},"maintainers":[{"name":"alou64","email":"01008@protonmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1642440150293_0.3450016164901375"},"_hasShrinkwrap":false}},"time":{"created":"2022-01-17T17:22:30.209Z","1.0.0":"2022-01-17T17:22:30.440Z","modified":"2022-04-04T13:37:34.933Z"},"maintainers":[{"name":"alou64","email":"01008@protonmail.com"}],"description":"A mini clone of the Lodash library.","homepage":"https://github.com/alou64/lotide#readme","repository":{"type":"git","url":"git+https://github.com/alou64/lotide.git"},"author":{"name":"alou64"},"bugs":{"url":"https://github.com/alou64/lotide/issues"},"license":"UNLICENSED","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 @alou64/lotide`\n\n**Require it:**\n\n`const _ = require('@alou64/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* `assertArraysEqual()`\n* `assertEqual()`\n* `assertObjectsEqual()`\n* `countLetters()`\n* `countOnly()`\n* `eqArrays()`\n* `eqObjects()`\n* `findKey()`\n* `findKeyByValue()`\n* `head()`\n* `letterPositions()`\n* `map()`\n* `middle()`\n* `tail()`\n* `takeUntil()`\n* `without()`\n","readmeFilename":"README.md"}