{"_id":"@bclokie/lotide","name":"@bclokie/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@bclokie/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/bclokie/lotide.git"},"author":{"name":"Braden Clokie","email":"braden.clokie@gmail.com","url":"github.com/bclokie"},"license":"ISC","bugs":{"url":"https://github.com/bclokie/lotide/issues"},"homepage":"https://github.com/bclokie/lotide#readme","gitHead":"2f055c40b4d8e9e1d421206f5e08ed49969891a1","_id":"@bclokie/lotide@1.0.0","_nodeVersion":"15.14.0","_npmVersion":"7.7.6","dist":{"integrity":"sha512-gNogO+hrxDT0AITeBH8/CslZ/dE4lSNoRNXR+fOJF2ypDqiNSe0IxYAixd5iGZcyWdY4crNPOjuwumPB1PIv/A==","shasum":"bd7d2d8e9b90fd1896668ee8f7cb91de58f9106d","tarball":"https://registry.npmjs.org/@bclokie/lotide/-/lotide-1.0.0.tgz","fileCount":26,"unpackedSize":16470,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAYJuWMW5Jzu9ENDxJrCrB6KMCBPd5aRvKY4dAQ32q/KAiBm6ZynV+U6EswpzKoo7KKlazd9ghOBM7RnIVe6cy2viw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxcjaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9LBAApN8ALc+61O4TR8iZnFzG5QFBw8fvGeNptaFjkUYGVEui7s3n\r\nWjI8lfU1KKOYTqhmpTtPqjL8tY9mbGu0IQg+jZfoYrJ5yShL66EFx0qu8xkN\r\nc7te7euSlsoBTG/Tx80Gpb3k1Yko3Ku6CLHZGHpyJJ/QA8CQhMCo2iAod5Sr\r\n4oQluBv6ff+gBhRxVaMpraRjRxbp5bva36CT0/DZIAhXz+cXsGNUPSy/hXKm\r\nxaIb6bsVc+ijUmDCJAJHI2wNHnkR6IzIyhIJko3GekUECKYT816WxYH9nRtj\r\n+bEAR74oyk6zWXJXppCWdCC7m5ii8qKxpIhmvaWnUXqbL4rmbqKdQe5sg7qM\r\nDvK5c/Lx+tFq3FytliTcPmzEEXtbP3LR104JxQwwdjpn1+iSdCbwFJq1+7h2\r\n+skjaQ8wkc1BzwDupn6TEOhSUQ4nkH+qI+mL16w6GDkym/oW2ewwi0EqHc9U\r\nM0JlIKuDhhSENfsU/oU8jzyryHShrYprJdYEK23uF4PfrdqMEhXXTqK7JHLg\r\n/WCcvwHI7vP5NWS0Q1nfhVXyRx6lSE3lWV0kJounKuTKtVFebeuQx6EZlKSs\r\nM1BctqqJcBz6Kg9/m1KgCTmjJhYvcqYO+4+MNL67KDpuizhnSiYSkgwjxkeO\r\nXkQU7n2qXZPPT0D4Zr40/6xaryZY6Ea/J9c=\r\n=4E3p\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bclokie","email":"braden.clokie@gmail.com"},"maintainers":[{"name":"bclokie","email":"braden.clokie@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1673906394745_0.4708816627155794"},"_hasShrinkwrap":false}},"time":{"created":"2023-01-16T21:59:54.697Z","1.0.0":"2023-01-16T21:59:54.896Z","modified":"2023-01-16T21:59:55.053Z"},"maintainers":[{"name":"bclokie","email":"braden.clokie@gmail.com"}],"description":"A mini clone of the Lodash library","homepage":"https://github.com/bclokie/lotide#readme","repository":{"type":"git","url":"git+https://github.com/bclokie/lotide.git"},"author":{"name":"Braden Clokie","email":"braden.clokie@gmail.com","url":"github.com/bclokie"},"bugs":{"url":"https://github.com/bclokie/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 @bclokie/lotide`\n\n**Require it:**\n\n`const _ = require('@bclokie/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* `function1(...)`: description\n* `function2(...)`: description\n* `function3(...)`: description","readmeFilename":"README.md"}