{"_id":"@aasem/lotide","name":"@aasem/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aasem/lotide","version":"1.0.0","description":"a list of functions","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/AasemRah/lotide.git"},"author":{"name":"aasem"},"license":"ISC","bugs":{"url":"https://github.com/AasemRah/lotide/issues"},"homepage":"https://github.com/AasemRah/lotide#readme","devDependencies":{"chai":"^4.3.7","mocha":"^9.2.2"},"gitHead":"b399748626bf2465edbb5e065fd31bf3b66bf488","_id":"@aasem/lotide@1.0.0","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"integrity":"sha512-ll418gt6CYkK65TwhbyzEXnhOqkMUYlDpAzW7ZAWV9YimldtjPhK3vwIRHHxru3SsQdMZjD0WQQcmL3Dcos/NA==","shasum":"34731327a8f811acbfb07aef549ccd26cad3be53","tarball":"https://registry.npmjs.org/@aasem/lotide/-/lotide-1.0.0.tgz","fileCount":26,"unpackedSize":14397,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIClclDuX5x3yQF7UAZeWPQW+DttJZ81D/5WFIAKtdhgLAiBVRRdwhcYR9TJ2P3c3tP20+V0GQXK8G268fLq8EnZT3g=="}]},"_npmUser":{"name":"aasem","email":"aasem.rahuma@gmail.com"},"maintainers":[{"name":"aasem","email":"aasem.rahuma@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1686059962649_0.5165010614208938"},"_hasShrinkwrap":false}},"time":{"created":"2023-06-06T13:59:22.516Z","1.0.0":"2023-06-06T13:59:22.824Z","modified":"2023-06-06T13:59:23.102Z"},"maintainers":[{"name":"aasem","email":"aasem.rahuma@gmail.com"}],"description":"a list of functions","homepage":"https://github.com/AasemRah/lotide#readme","repository":{"type":"git","url":"git+https://github.com/AasemRah/lotide.git"},"author":{"name":"aasem"},"bugs":{"url":"https://github.com/AasemRah/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 @aasem/lotide`\n\n**Require it:**\n\n`const _ = require('@aasem/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* `tail(removes the second item from an array)`: description\n* `head(finds the first item in an array)`: description\n* `middle(finds the middle item in an array)`: description\n* `eqArrays(checks to see if the two operands in an array are not the same and if they are the same its false)`: description\n* `assertEqual(compares two different strings using a pass or fail if they match)`: description\n* `aasertArraysEqual(compares two different array and give you a pass if they are the same.)`: description\n","readmeFilename":"README.md"}