{"_id":"@ana_chin/lotide","_rev":"1-98bf11dd0268f17cea6e645ed4112585","name":"@ana_chin/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@ana_chin/lotide","version":"1.0.0","description":"project from LHL Bootcamp to recreate a mini Lodash library","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/analuciachin/lotide.git"},"author":{"name":"Ana Lucia Chin"},"license":"ISC","bugs":{"url":"https://github.com/analuciachin/lotide/issues"},"homepage":"https://github.com/analuciachin/lotide#readme","devDependencies":{"chai":"^4.2.0","mocha":"^8.2.1"},"gitHead":"5588aaff43c37d57048062a30b3502ad5b2b74f2","_id":"@ana_chin/lotide@1.0.0","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-KKssn2gpQirHBpnjr9jzsCzHC8O+RkRSYVwVtGEc/aRF3rpV2w4YpUnlpz7kxl6OXNYkfiiGSqorL/0iV/kyqg==","shasum":"f2bcc7c005c92c85249f38857d95cdd24ef2467e","tarball":"https://registry.npmjs.org/@ana_chin/lotide/-/lotide-1.0.0.tgz","fileCount":26,"unpackedSize":20506,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxWMkCRA9TVsSAnZWagAAdx4QAIBzFjrC1TFWktaBTyeX\nb4EZYe0tRniCZLuVUDve4rnREW4r3YMzn0QX+6n0db8SjQ9+WSzVCQFXGB1Q\ntvfm34RwUXPHWrhfaNFKwFppQAMK9U5z6ylDIBduR89E6NQ1zvdQyI1hIE0L\nF21uR2n2GU3OMUtvv3zEAsS6OBiSgEXGBB1CVIia4GVay2/D7amLR3Rxwtkh\nhBewBxtvDpn26vED4LoDD/3dsirbPTCCUV4QMIquIWUku/kqzHHHJJgXKFaa\nGYklBM15H58Ke9QFdChkia0e9AFh41PGz5LGQy6MgvxCoVIPPFYZcgQpToKb\n7nbaXxfBmwa/OSnidoAWHybKQg+AyHtw7Njckr97lu0xKUOL2j0FdlYoiSO4\nr783UzRsTAgONTRY3OHCSnocTU9tVKM7kEOsOM/RyhEZ1F9eEAHakZ9N51gH\nXMjE/lNuJseYA8GSlFO7a/m+BPPcv+BoDb8hYUjxIZ0P9unfk7/NSE/WUJoN\n1l4N4gL6yDXAkCJ5l9CaLLiYpErBZYwzhOQma1+XuUqCANt5j83gR8RPmzjB\nPpyJGNCuiBSibm3Xp0gufdEva78KplfuccqCg4LZQuyMZeVXAh33furDy6DA\nzEtmztO+CvqlK/+7OT4kRU8Zn9clLswGEFjgfV6FHHstxsfIn1Nee1wr11I1\neus0\r\n=lU9w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIARPXuQlEWlSAkThkgXpCvao6k2589M7OFBc2n5CFKSqAiEApElEuk9caHYIWlEJc3HBdTUXFpEtgdK+YR7kk6ORe4Y="}]},"_npmUser":{"name":"ana_chin","email":"ananime@gmail.com"},"maintainers":[{"name":"ana_chin","email":"ananime@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1606771492211_0.735709043813985"},"_hasShrinkwrap":false}},"time":{"created":"2020-11-30T21:24:52.176Z","1.0.0":"2020-11-30T21:24:52.565Z","modified":"2022-04-04T13:53:38.034Z"},"maintainers":[{"name":"ana_chin","email":"ananime@gmail.com"}],"description":"project from LHL Bootcamp to recreate a mini Lodash library","homepage":"https://github.com/analuciachin/lotide#readme","repository":{"type":"git","url":"git+https://github.com/analuciachin/lotide.git"},"author":{"name":"Ana Lucia Chin"},"bugs":{"url":"https://github.com/analuciachin/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 @ana_chin/lotide`\n\n**Require it:**\n\n`const _ = require('@ana_chin/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(array)`: return the first element of an array\n* `tail(array)`: return all the elements of an array except the first one\n* `middle(array)`: return the middle element of an array (if length is an odd number) or the 2 middle elements (if the length is an even number)","readmeFilename":"README.md"}