{"_id":"@acchrome/lotide","_rev":"1-84111dc0a61f8d51dcade066cb05e70d","name":"@acchrome/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@acchrome/lotide","version":"1.0.0","description":"Lotide","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/AcChrome/lotide.git"},"author":{"name":"Antony Chan"},"license":"ISC","bugs":{"url":"https://github.com/AcChrome/lotide/issues"},"homepage":"https://github.com/AcChrome/lotide#readme","devDependencies":{"chai":"^4.3.4","mocha":"^9.0.1"},"dependencies":{"my-package":"^0.0.0"},"gitHead":"2fda7a13e7f45f3f68bb8ca427decae0675d782b","_id":"@acchrome/lotide@1.0.0","_nodeVersion":"14.17.1","_npmVersion":"7.19.0","dist":{"integrity":"sha512-cOAnWm32YaQIPDoKCUdworbz9/zLes0Kp+tIsggbZIBG0Te3ArN1nJV+LXR0Ko1efMGN3soyK2zuc0XQtYuhvQ==","shasum":"ba64b7ee1a60fe1824bd4490d8ab3fa259731123","tarball":"https://registry.npmjs.org/@acchrome/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":11972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2vcgCRA9TVsSAnZWagAAKwEP/jZKskxIJBQNwAEPuEnN\nofwt6yF3pI1Odu3vkpWWWgikQeoTUP0LTfmuMSDU/6iMQEfnYzEstQRAHIsf\nZu55LWfw0+XJ+zPlRwX7xEZCGLVqwkR59UWMds0Y2955uIwdu96V8q0CP/XB\ngLhB9WU3b2Gg5rNdb5CrJ0Ow9VmzAPz2MQ8jo4pvbjhYpWO5SxM4dOFdypem\nChm8KrS2WZITxMcJ2OkSqx8+P8dui48Jl2gqj+6lvE0CK/7SeM4u3cPXWHPa\ntEnOmvd97TdCjRtEhARRFKGmWHyxfMl+g7tQp4nkNzdzA80ikKJTowkQzbXW\nOLJFD1oTzfeXPID0mEuCqZRjEC+hDNBb/KdEJBFjMTW+pH7pT2964Q3Gd+C2\nNfTUa1LeX4T+AV8H+9Oixrsc0RJdtmaQwJ5kmcppFl+nIuCV28dxJyB48Pan\niXNAeiBC1S8Q/doy75yPd85LpfIhY9f4FNxHsyBK9b7IxXkWNQ2obhzK5ABZ\nCzLCGUzrm9GmsgLKjMJQI2u8GDT3irV8hb/CDuhg5HHziig8PSQHyL8idbam\nL1A/wjWvJkzBDErgUJEIZP262fe43XHdyrgk5JX/NU1IWRVk2t5nLN0BtznD\n191XBRE+h7P45MDrr7aIpORkCbnNXNCAWhjm0q/J7RxpbqV8tyNjBlZ/aQFC\nEe2E\r\n=KCNR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZu9tZdUf0DWp+eG8ORjQs5/J9TWuC+/lW88I3jIo+JAIhAPLgkMLh/va1T0Uyev4Clc30Dy6A4Z9PAAB5y3BTxwFb"}]},"_npmUser":{"name":"acchrome","email":"ac.chan@live.com"},"maintainers":[{"name":"acchrome","email":"ac.chan@live.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1624962847900_0.012495055534180732"},"_hasShrinkwrap":false}},"time":{"created":"2021-06-29T10:34:07.836Z","1.0.0":"2021-06-29T10:34:08.107Z","modified":"2022-04-04T11:07:15.871Z"},"maintainers":[{"name":"acchrome","email":"ac.chan@live.com"}],"description":"Lotide","homepage":"https://github.com/AcChrome/lotide#readme","repository":{"type":"git","url":"git+https://github.com/AcChrome/lotide.git"},"author":{"name":"Antony Chan"},"bugs":{"url":"https://github.com/AcChrome/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 @acchrome/lotide`\n\n**Require it:**\n\n`const _ = require('@acchrome/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"}