{"_id":"@ayushish93/lotide","_rev":"1-57a00070414f83603789149b0e2ffb80","name":"@ayushish93/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@ayushish93/lotide","version":"1.0.0","description":"focal examples","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"author":{"name":"Ayushi"},"license":"ISC","devDependencies":{"chai":"^4.2.0","mocha":"^8.1.3"},"_id":"@ayushish93/lotide@1.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-SZSgruC5L3etIQERN0D86mJ7bVHwlhJrQK71yZ2XOyzfGXJotxZOk/FSr0CZBqpU3/u3uYIB/NR2cP5N8ThfNA==","shasum":"95b94847eda1389bfea23f52521b6ef9e547b31f","tarball":"https://registry.npmjs.org/@ayushish93/lotide/-/lotide-1.0.0.tgz","fileCount":29,"unpackedSize":26772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaT+aCRA9TVsSAnZWagAAatcP/iEV5FYHuf0CXTCh2sYl\n4TYaizMrnzyWtSdHAS7OlqH0Iok19R6jwC8d8Xw4/oUqZe7m5x+tYORNllso\nlLoesU7n/Lq48HkvNjhWAbf3WbSzLZC0le/+6Vzu5/npAbhutc5efEBsAs5C\nHAbKdo+2xGBE5Jv+0sXJbcjxTXXWUAfr8niiuSAM8PxnkEG5yy3ta97xrxdV\n1HgQo4wWTItjcVKlOWrIOiBawIcsWtFJ3zIzgil+zS5ofP6E8n7bDPsh36wD\nSUD0FS63eXiJGNvT40NjF+c1XUcIOVdUpNgTYIdGu8SppjULjK7M15PPJj/y\nozDzW9Rhu2tNenJ77QTRGYWOsBFXW/IcaUmTn9x6yrkvNnTsLV5KdcQcLn+i\nNA7+nFajaSmINtDkLaSYZh493Lvhzsa7u0D+XMd18Mrk9bbnktBlg2MMV87W\n2gS/MzSwDTpXIp8sfN4WsOwnLMtDJNr8I9qUCyC1bvfK68L4SCo8aEvUhXy+\nPPKQUZPMjeFD3RmV+AYKv1hSpPWG5jmQNBpoxC9OQ1W8tkXVd+sURkypZpdR\nzuJdiU6O2PfrDVR1OR4eVU5fRODKajxABoGOkwxWaR5K7JAxS/Jj8G4QaxE+\nq6CZrhtw2dXeKq556KcmuuIamVVPYsnprHSQWp+1qvdh/WbykSI1KM6RrOmQ\nzjPJ\r\n=bLHv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHVf/MYDGxzUWjidyp+yd1d+rL4cQY50Sr8n4aSBeG0UAiBGXFlUM88CTuZaY9L1ZCj2sDI9HWfMbjQRX9RcIg0P9g=="}]},"maintainers":[{"name":"ayushish93","email":"ayushi08sharma@gmail.com"}],"_npmUser":{"name":"ayushish93","email":"ayushi08sharma@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1600733081863_0.014141674753397337"},"_hasShrinkwrap":false}},"time":{"created":"2020-09-22T00:04:41.828Z","1.0.0":"2020-09-22T00:04:41.973Z","modified":"2022-04-04T17:15:14.022Z"},"maintainers":[{"name":"ayushish93","email":"ayushi08sharma@gmail.com"}],"description":"focal examples","author":{"name":"Ayushi"},"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 @username/lotide`\n\n**Require it:**\n\n`const _ = require('@ayushish93/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* `head(...)`: description\n* `tail(...)`: description\n* `middle(...)`: description\n* `countletters(...)`\n* `countOnly(...)`\n* `findKey(...)`\n* `findKeyByValue(...)`\n* `flatten(...)`\n* `letterPosition(...)`\n* `map(...)`\n* `takeUntil(...)`\n* `without(...)`\n","readmeFilename":"README.md"}