{"_id":"@aphy18/lotide","_rev":"1-753e8827ec5c0a5bf96ad463ad23398c","name":"@aphy18/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aphy18/lotide","version":"1.0.0","description":"test driven development, testing functions with mocha and chai","main":"assertArraysEqual.js","directories":{"test":"test"},"dependencies":{"user":"^0.0.0"},"devDependencies":{"chai":"^4.3.4","mocha":"^9.0.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/aphy18/lotide.git"},"keywords":[],"author":{"name":"Aphason Aberham","email":"aphason1@gmail.com"},"license":"ISC","bugs":{"url":"https://github.com/aphy18/lotide/issues"},"homepage":"https://github.com/aphy18/lotide#readme","gitHead":"e2427873af30429b20352d877a88e87f9d4d464a","_id":"@aphy18/lotide@1.0.0","_nodeVersion":"16.5.0","_npmVersion":"7.19.1","dist":{"integrity":"sha512-rkXnKxIO/Pf1acnVhVKJBgETfuYe4APaIun8HWoJo2CrQAxQkzDAQcgJSotZMvXibXoctcvtf9xfS4PmbTd1ig==","shasum":"05bef7fe56a0ac21fb8c9c7b886054717a58324a","tarball":"https://registry.npmjs.org/@aphy18/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":13300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAH1pCRA9TVsSAnZWagAAUzIP/3sK4ahfnLVKzwRHbBUB\n+6eK8kFS95Geik+ywk6OoLgbTjq9/ZW4m46vKimH+BV7jPQ0wwHuCbqsdQFf\nomHFpEqcbaxyC6jyTDwXlgF59H1QUZvxQXNIAgnweby436aTpDMwdVLKKPCK\n85rbk08u3jRbiHAvxrEMW4YKK6RzOu+1JmHKyk3hFrdboPtqNZnFXdyaqWWL\nD7cjgQi/EE2yaQXCrrhHlvRjk3dHVwfFTBWNrzKk3o2x2qu82rlkxzGdcibj\nALp5UTIpBgLlOyIH84ZKUEoTHFJNtubi0c0qOqgY+fMSCWA3B3kYZhiTgZ0Y\ni3QlJs8vGaEQjYl+BvRPgQG17mFZzghuvsMkIgPdKlOaHvzWKNfpo6g5BsOp\nBewlFqngG9VwqHxKLAvawW5xNB9YJIUN35+8Gtd06NbxIqTLTgC1dR+LJJp9\nFPfsG6R1tzpukcCDeG0VUzH3bPs21gIb7zsqWLp6GUwICeERd2wAHF2SeusE\nEPzHqBCsdEz77zzct8Wz4Ac4J0ce/zQuXE3q45y4gX0Z+IoRcJG3L9bzIGC9\n0MxiQDp+0zQ3QNhzt+5/TiYgfbj9U1s4PIHdIJzNib09gRw8dtNiPWbWeV8v\n9CNeirAFX+2VYKwoGK3jRDAiuAf8oAlCnlYUaYzM/6uQo7lEpAaMLsdZ6gvn\nHxE2\r\n=5IYp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVmWEil2exkLQTADAz1XuWXvqdEZ4ITwEwngU4F8VW3gIgKbE6dckmqnfraPZ47JqiOa83MGXPaOMwnKHWSfhFPv8="}]},"_npmUser":{"name":"aphy18","email":"aphason1@gmail.com"},"maintainers":[{"name":"aphy18","email":"aphason1@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1627422057285_0.6771554125598127"},"_hasShrinkwrap":false}},"time":{"created":"2021-07-27T21:40:57.221Z","1.0.0":"2021-07-27T21:40:57.470Z","modified":"2022-04-04T14:33:28.011Z"},"maintainers":[{"name":"aphy18","email":"aphason1@gmail.com"}],"description":"test driven development, testing functions with mocha and chai","homepage":"https://github.com/aphy18/lotide#readme","keywords":[],"repository":{"type":"git","url":"git+https://github.com/aphy18/lotide.git"},"author":{"name":"Aphason Aberham","email":"aphason1@gmail.com"},"bugs":{"url":"https://github.com/aphy18/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 @aphy18/lotide`\n\n**Require it:**\n\n`const _ = require('@aphy18/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(head)`: returns the head of an array\n* `function2(middle)`: returns the middle of an array\n* `function3(tail)`: returns the tail of an array","readmeFilename":"README.md"}