{"_id":"@aimeeoak/lotide","_rev":"1-8825f906beaeb2efb87cf4461cae6d4b","name":"@aimeeoak/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aimeeoak/lotide","version":"1.0.0","description":"library of functions","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/aimeeoak/lotide.git"},"author":{"name":"Aimee Garriock"},"email":"aimeegarriock@gmail.com","license":"ISC","bugs":{"url":"https://github.com/aimeeoak/lotide/issues"},"homepage":"https://github.com/aimeeoak/lotide#readme","devDependencies":{"chai":"^4.3.3","mocha":"^8.3.1"},"gitHead":"9fd95f29f20b6ba72b3bd596a4375adb691b7f61","_id":"@aimeeoak/lotide@1.0.0","_nodeVersion":"15.11.0","_npmVersion":"7.6.1","dist":{"integrity":"sha512-6Htq2VGOzZcUCsdkBVfxmYZa/T12hDEjfLpakS+ybPcVaZCFr7/cjgzzNKzyXPbrmxSmHOVg882trPjH65+Elw==","shasum":"9749cb5254dca8931ba29abcc6080ee7e554520c","tarball":"https://registry.npmjs.org/@aimeeoak/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":10934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRwjjCRA9TVsSAnZWagAA724P/0n9SpcnfpqVZHIP12sd\nIOsBlRDEVqoDubRn+oospsFsI+zOvA/4u5SHND1GxXx/bRHGhXmuz6uCXHHT\nQQixuTp1BwIzdQfUTP4N0Xq91NtNssRODOUXJ0ve3GTeBmFFdCB+eqP1Cp99\nZeYKAzqJCDcQa+8rHgpu1zaqB6hNXgz8k0w4ANp+L4wNBJ+HY8N/sUw6gpLZ\nkccuRPDe1PQkXdiP76M6ok7+1rFFYtma9PNvVqM4E1WrdMpnpdUSL9LvFrZl\nX+bjxpAAXmEyzGUR5k/w2T6QG52IMfcBti4LhVnhOvCQo3caDB+Bt2VrKvdg\nolkqEkbIJFTSKRHyrXd9MjW0Nm7jPO0jKbhyJcuEVrGC2E3tX/oUTYQzLtlO\n55o8qw4IPJDFN2cC2VV975j4ON4FF9BeTXfu8/t3WV+w9/2GlnlXEIEg9Sgr\nN5AGK2r13rg6jGgWvEG0jOWibvvfhNHG7sxRLz9+VBnMTi5DJ16Abd3KEmtb\ntRkqZAdpCuNJ12db2calTdUgA51naPh8185qSQ75PGr+tssBrl0K+NpcPMM5\nM8EJ8IRGHyJWQvQHDZzhVpYXjD2AHnBTWG/aRjob9DkwzbGzkeLF9DTbio2L\nWPRMjyMd0nCTaufBn7lvYyGtbayPuKjKaUFU8yq74xJgBYnkcWJk5TrtE21t\n46Sa\r\n=odFF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsDYW2vuuqwOz2VWmlLZVIkgu8RT+2bKggHuv7P7uqYgIhAMIBsjB3L5LFx6IlefHA8c6SuXRzWzjIMgyONlH0fgFb"}]},"_npmUser":{"name":"aimeeoak","email":"aimeegarriock@gmail.com"},"maintainers":[{"name":"aimeeoak","email":"aimeegarriock@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1615268067182_0.6798285003243223"},"_hasShrinkwrap":false}},"time":{"created":"2021-03-09T05:34:27.142Z","1.0.0":"2021-03-09T05:34:27.312Z","modified":"2022-04-04T12:19:13.260Z"},"maintainers":[{"name":"aimeeoak","email":"aimeegarriock@gmail.com"}],"description":"library of functions","homepage":"https://github.com/aimeeoak/lotide#readme","repository":{"type":"git","url":"git+https://github.com/aimeeoak/lotide.git"},"author":{"name":"Aimee Garriock"},"bugs":{"url":"https://github.com/aimeeoak/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 @aimeeoak/lotide`\n\n**Require it:**\n\n`const _ = require('@aimeeoak/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(...)`: description\n* `function2(...)`: description\n* `function3(...)`: description","readmeFilename":"README.md"}