{"_id":"@anag_ruiz/lotide","_rev":"1-956fbbcb2e9529d81ef0f709c0c47da3","name":"@anag_ruiz/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@anag_ruiz/lotide","version":"1.0.0","description":" List of functions that will save you some time from coding, great for beginners and more advanced learners","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"author":{"name":"Ana Gabriela Ruiz"},"license":"ISC","dependencies":{"chai":"^4.3.4","mocha":"^9.1.0"},"_id":"@anag_ruiz/lotide@1.0.0","_nodeVersion":"16.7.0","_npmVersion":"7.20.3","dist":{"integrity":"sha512-b7dUaKKwL69pYSHIq+tUHiziPomkdtS0oVSveg5mMT74AcoqcXvXsr28rszVsLXnzreFY+HwvMXQ+mkwdSPe2Q==","shasum":"b8e47dc0d8fff9d80f2fa13d914053dee59d1ba0","tarball":"https://registry.npmjs.org/@anag_ruiz/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":23631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJCQcCRA9TVsSAnZWagAAN0MP/1KijSWuSDZdqcPJi9GI\n0njoWddfPEMthPraTPoy1wKlt+AY6UURNDoJljJue50nyU3DRaZfkhb02U4c\nLQclDTycsDeOYrz3wxlF6oFIUM671TqQZhk8g0+2zeAiiTDADkFDT1J1Ikjg\nG+gN6SJ6ZYiBhxOG4MgyXZHP+w6tVfI7M709drMFZJVm7i2NAg6/NKqIqNJ7\nYPBTQ3WYzHlR8IxqVG1V0BUJELk5WPtW0bf4Lz1XL2TDWpL1iBkJwkIicb2g\nNNh9v1FdQhve1cHjA3uyFqADee9w1MLNR4oWS1R5J8P4ZCfujTKl8jT/KlSe\nSEk+2d+jaSgwqwM5U0GjGQqtMT5CQqsUZ/9iOWvevwoxwkcAfQiFgIMVO2VL\nBJmwH602h4WurzUvSsQpvhgX5CMGgzTgHg15UM4MTDAPKzLp1InRY1jBqI68\n698mjYgN1OVtSvBwbtafeyi0GhL1bWgJN5gwqS8vQtr8TQy6ttBinE/02k6s\n9c+FQJtxHgVpeLciRxAZP3jIi7CdYjO3KbwPlQbjzvaIbuRePABN9tlSURje\nk7oQrUH2UZ5hXa90SsxlWVYs0g+MVopln3wqEndmv3wQZdG1lFZOo+MfbJrF\n8d8EsyhsMnk2yOywAfqJPjyCBQFPj0snVaNYvRLUGwnRszqA7YwpcV3oXImD\nxgs8\r\n=NzZs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOCKVK/Eg70lWDi1dgr/Xm+d22jGDa+z9wZXAfwLkQdwIhAJNmoSbgeABwq3QICh01J8Ukwu7uApcb30CDBhCTspIQ"}]},"_npmUser":{"name":"anag_ruiz","email":"ruizana393@gmail.com"},"maintainers":[{"name":"anag_ruiz","email":"ruizana393@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1629758492680_0.32639902252508657"},"_hasShrinkwrap":false}},"time":{"created":"2021-08-23T22:41:32.629Z","1.0.0":"2021-08-23T22:41:32.838Z","modified":"2022-04-04T13:53:44.040Z"},"maintainers":[{"name":"anag_ruiz","email":"ruizana393@gmail.com"}],"description":" List of functions that will save you some time from coding, great for beginners and more advanced learners","author":{"name":"Ana Gabriela Ruiz"},"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('@anag_ruiz/lotide');`\n\n**Call it:**\n\n`const results = _.tail([1, 2, 3]) // => [2, 3]`\n\n## Documentation\n\n## The following functions are currently implemented:\n  * head: Find the first element in an array.\n  * tail:   Find the last element in an array.\n  * middle:  Find the element that is located in the middle of an array , verifiying the actual and expected output.\n  * assertArraysEqual: Helps you to verify if two arrays are equal.\n  * countLetters:  Counts total letter in a string.\n  * countOnly: counts each element and gives you a result of how many times does that element appears.\n  * eqArrays: Helps you to verify if two arrays are equal.\n  * eqObjectS: This function allow you to evaluate the content of objects\n  * findKeyByValue:  Using key , you will be allow to find its value\n  * map: a diffetent structure for implementing functions\n  * takeUntil: check each element in the array and return values until it completes its condition.\n  * whitout: check each element in the array and remove an element (according to the condition that you establish)\n  ","readmeFilename":"README.md"}