{"_id":"@cglowicki/lotide","_rev":"1-1ef77cb55f451ebd45b86b0c46b5586c","name":"@cglowicki/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@cglowicki/lotide","version":"1.0.0","description":"library of various functions","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/Cglowicki/lotide.git"},"keywords":["fun","functions","library"],"author":{"name":"Cam Glowicki"},"license":"ISC","bugs":{"url":"https://github.com/Cglowicki/lotide/issues"},"homepage":"https://github.com/Cglowicki/lotide#readme","devDependencies":{"chai":"^4.2.0","mocha":"^8.2.1"},"dependencies":{},"gitHead":"b5b5e66fde86cb7cf738dfe75b47d43491c25897","_id":"@cglowicki/lotide@1.0.0","_nodeVersion":"10.20.1","_npmVersion":"6.14.9","dist":{"integrity":"sha512-uxiA0fmkUEZYG6+5dZB8wgWHL58PpzSjJ6sk4Ld8Fpr1P0gZ9pPZVlCbDfYZYsRfzxX6dYKuEsUxGKk4RKl0XA==","shasum":"d23c8b55ec77f822d1fd7b2267dc093d95c50a2f","tarball":"https://registry.npmjs.org/@cglowicki/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":16676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxclwCRA9TVsSAnZWagAAyhMP/0e3dW3SJjh6VeBswMGq\n1A+Kvvqmn5HZz1ymu7WopZSNsfIpYRHz9ln2zlSPQLkBi8X97MPW+/SpxbYn\naKNObq0J418b0jZlhu8HR0twmNfM/SwtQuz9tQI0mcK0Sx2une+3YYzRCaXG\n+5JDVnVhX0rbRYkxhaBVkEshNd4JLOsNxcC0fVLymDYK3f3LiV0CYrYxVkq8\nghn+DWwwSO2HP2kOWV91mkhmfjJc5WwrUptOQ0lneQVcD9ndiFOemL7zWubP\nNppuLLNPU8k6GN/YXdERGJqRLi7Pp5sSlNrxRjI57EiI8qGDDF6xrTxYV/QQ\n4dmPmOnjxCH+Mc97GdeSCPs9imvWXeovXUcvLKtZ6wFWJXJZl+IBSFgHz3l8\n6/f+HtAcSMFKC1Z1s47uesVXvKQE1T9j2fSHnJc6eMU9vCmyelQHtQYoBiS1\n5r3MnuZE+BWAEhZaMN8Z7rRW7EtimkUrBmRh4YiVv6vggfO3dCL7tEh5G11R\nb+Rp55PDkmXU+q+Alt4bCU7WxyCsegbD+mIiJNmxLZZJqjqXbjLHxPUMouOM\ngncX6lCITNuxbA4vpss+UAoyLM6w0i7URrIuk/MssTgOxSoAabcWrRxWWTf1\nYrxflbgczDC9Rqo0HjWk+M2HJOp6V/5UgJvJvy+VQ3Cuy8eun1HiE9Fz7FoU\nUR1f\r\n=K3lN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG2sFLWzaDV40M2dzlSvLlANkkbbMNanQEifzd3f8C2EAiEAzDISZpQGHqQC8LhjYTqecAxZ7DkxjyCdVvFHn0oOxkM="}]},"_npmUser":{"name":"cglowicki","email":"camglowicki@hotmail.com"},"maintainers":[{"name":"cglowicki","email":"camglowicki@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1606797680498_0.037025164875327254"},"_hasShrinkwrap":false}},"time":{"created":"2020-12-01T04:41:20.453Z","1.0.0":"2020-12-01T04:41:20.623Z","modified":"2022-04-04T22:25:42.575Z"},"maintainers":[{"name":"cglowicki","email":"camglowicki@hotmail.com"}],"description":"library of various functions","homepage":"https://github.com/Cglowicki/lotide#readme","keywords":["fun","functions","library"],"repository":{"type":"git","url":"git+https://github.com/Cglowicki/lotide.git"},"author":{"name":"Cam Glowicki"},"bugs":{"url":"https://github.com/Cglowicki/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 @Cglowicki/lotide`\n\n**Require it:**\n\n`const _ = require('@Cglowicki/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\nThe following functions are currently implemented:\n\n*  head\n*  tail\n*  middle\n*  assertArraysEqual\n*  assertEqual\n*  assertObjectsEqual\n*  countLetters\n*  countOnly\n*  eqArrays\n*  eqObjects\n*  findKey\n*  findKeyByValue\n*  letterPositions\n*  map\n*  takeUntil\n*  without\n*  assertArraysEqualTest\n*  assertEqualTest\n*  eqArraysTest\n*  headTest\n*  middleTest\n*  tailTest","readmeFilename":"README.md"}