{"_id":"@abyanm/lotide","_rev":"1-48c33fe344bb5116555d499baf94b3dc","name":"@abyanm/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@abyanm/lotide","version":"1.0.0","description":"A mini clone of the [Lodash](https://lodash.com) library.","main":"index.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/Abyanm/Lotide.git"},"author":{"name":"abyanm"},"license":"ISC","bugs":{"url":"https://github.com/Abyanm/Lotide/issues"},"homepage":"https://github.com/Abyanm/Lotide#readme","devDependencies":{"chai":"^4.3.4","mocha":"^9.1.3"},"dependencies":{"my-package":"^0.0.0"},"gitHead":"9f5e0cfa80a99225f93fa1f95718adad76a4e357","_id":"@abyanm/lotide@1.0.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-tncSOd0N0SL7n0aBnUxO8F7DjfziGc8uGTEO1N5+njAwIIsle/7vcL27rYtSue76r2TCozNX6mbcORTf4pgiHA==","shasum":"224a85ef6d4b4bf4770e5493ec0bf8e46aa0f0be","tarball":"https://registry.npmjs.org/@abyanm/lotide/-/lotide-1.0.0.tgz","fileCount":24,"unpackedSize":18391,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhunq+CRA9TVsSAnZWagAAoSgP/1STormoXl6KGZvLu5rN\nueRaTjKIKQ+kJKtJklCgJls2tOGMvMi4GojEVW9TPVfOlBQwqOP9pTjIl4G6\nK9VB8S4C+jThILNqcMLTeSkqJ6ZCY+wPoIILTY5rk6rhc8+bmLV3XZacl8fv\n4oLE0qyCsCe14dqZ/c0LtKmEP7xGMfiOfurPOKaqU92ADWoBNuuw/dS4Xd8z\nMbu4YYArOePvsW03HcGltjGF5GjfOmhTeo6lxbrOXSe331TMv/sS9LaOhh30\nLK1xQ0neqOcxG1WzZ8bfx+Asu3gihBFu62ebB/0HhFKVaYA7Ed3bh5WRZz84\nkGhKcaGUrxmEvJWsP3BaULmjqAqfG8F69/mxxrmvstiVvs/T0/BR8hOsQ6J8\nEW4BLxJswlhkrVQOrROlLt6xkXgxponX7wi1kyrW1zNM64dWHlsYg4XLPfvL\ne1h0S3Xan//QOa9SRr33DKvc3ajvdYmYsvdaOiOvM1g0y/4gVi+05LkJQ7/r\nxKqX5mIQ4DKMOuSaBSrqcqIAfK3IALXN9UUdDWgxaet4CD3spEP8veKqZk46\nZJrdbMhNrIFIgX7K6Q1Sm0vaGT9GC4mBqIMiO5r6WUiMXeqrAeoXz9OvWbtP\nHVZ+K23DAs8LWfBruSIqInUBZHc627IT5L90DKuHhgnzHkt/exn9QMcwyHZ2\nmn0T\r\n=LdWM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAXIZ1+ztK2b4Q8HM8cM3KLEnwX0VGflzCoShYuaD4nBAiAUWicntdiob9wkWTuhrEkGw9+/xf7neU6x0AqNIo2qNg=="}]},"_npmUser":{"name":"abyanm","email":"abyanmohamed99@gmail.com"},"maintainers":[{"name":"abyanm","email":"abyanmohamed99@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1639611069951_0.07732910916256275"},"_hasShrinkwrap":false}},"time":{"created":"2021-12-15T23:31:09.891Z","1.0.0":"2021-12-15T23:31:10.138Z","modified":"2022-04-04T11:04:32.728Z"},"maintainers":[{"name":"abyanm","email":"abyanmohamed99@gmail.com"}],"description":"A mini clone of the [Lodash](https://lodash.com) library.","homepage":"https://github.com/Abyanm/Lotide#readme","repository":{"type":"git","url":"git+https://github.com/Abyanm/Lotide.git"},"author":{"name":"abyanm"},"bugs":{"url":"https://github.com/Abyanm/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 @abyanm/lotide`\n\n**Require it:**\n\n`const _ = require('@abyanm/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* `assertArraysEqual`: description\n* `assertEqual`: description\n* `assertObjectsEqual`: description\n* `countLetters`: description\n* `countOnly`: description\n* `eqArrays`: description\n* `eqObjects`: description\n* `findKey`: description\n* `findKeyByValue`: description\n* `letterPosition`: description\n* `map`: description\n* `takeUntil`: description\n* `without`: description\n\n\n  ","readmeFilename":"README.md"}