{"_id":"@adun/lotide","_rev":"1-0e4f7d9bda237ae549da30da7ecf256f","name":"@adun/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@adun/lotide","version":"1.0.0","description":"A mini clone of the [Lodash](https://lodash.com) library","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/adun1/lotide.git"},"keywords":[],"author":{"name":"Brian M"},"license":"ISC","bugs":{"url":"https://github.com/adun1/lotide/issues"},"homepage":"https://github.com/adun1/lotide#readme","devDependencies":{"chai":"^4.2.0","mocha":"^7.2.0"},"gitHead":"5a28d12b64d5319c4ecc2fe8bcc1486770b9c71b","_id":"@adun/lotide@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"adun","email":"bmccormack15@gmail.com"},"dist":{"integrity":"sha512-Gv6rCMSrZovYM7Dan1zdvf6UG+r+QLOWtOGDqAltS+s+sBvHFRLcCUUd0/BdNpzTc2ckIzAdgsEehgEIvoEg4A==","shasum":"1da3ccfd4863b7fc08aa976ea97bc7c6402d7551","tarball":"https://registry.npmjs.org/@adun/lotide/-/lotide-1.0.0.tgz","fileCount":26,"unpackedSize":22990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1srfCRA9TVsSAnZWagAAxDcP/1KTk6Zk1LRNNIZ/9f+Y\nOk0QNycjGeUzDs+45EVaqFpzbaROY6P/nLGCcu9R4ahf1GLGH1w5Q5E2Cf5a\nkHtvzjB/F2iC8v7xq5CWLnrITVmv4VWoO+kDSzNeVs9RnLgcA55Nw+Mv5nx2\nS+VsSecBBdLQmeVqNOpEbp6KziC1Qo6I/9O6UnnvxM08LWJ5ImPlH56orQP4\n+LPYgorWYkMTuKQaue/Y2qcmtMCTCMFZpr8BpL1gCUyHEJ5Kb3Hk32VN26xC\nhmYQQqBV2TvYHREkUQ8p7qVDkdlCaeviBph9FkbFtwDjMDVrqwd3D6bZ6VZz\ngFetZKMceKZuI+thPV5GetK0gijqwzDBr7BYAUFVKG4CSyVMmrPlAQ6/IAeu\n4DwTpvhIAWYyO/Wi+kCtfSuCJ4Tc//Ecyc65D+ChPy/+zKiYEH0XUxej+Vcc\n4580WQOj9ScoUyKCcPtJtVrFdEa6JbtjJEV1Cl1gEUe/8vXwySEaRGDS0GFW\nc33S3VUmcoTjx/QQ/JEPNoMoDdi37kKUsnq66GkgUk6Ax5/eg7F8ql6RLP4w\nXzVI4XvREqF1j2YKRVJ/c8/gQdOXiW3JcvmMtDvGXp7g34tSmYc81NydLiDN\nhN7FHzML7je6/3Lr+bBJ2PRbi/wwYjfXsfd43l9lXhnRncw1owY7tPSegqZF\nhq26\r\n=QQ2D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICibwUFVKHH+g645zkjXt+fBqnPBY75uYzq2iWKHJxD1AiAgsTA+NAb1JoxtPzn+i8NBi2N/OEhl26cLFPqhsQ9FNg=="}]},"maintainers":[{"name":"adun","email":"bmccormack15@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1591134942755_0.6792024867363329"},"_hasShrinkwrap":false}},"time":{"created":"2020-06-02T21:55:42.706Z","1.0.0":"2020-06-02T21:55:42.894Z","modified":"2022-04-04T11:38:06.510Z"},"maintainers":[{"name":"adun","email":"bmccormack15@gmail.com"}],"description":"A mini clone of the [Lodash](https://lodash.com) library","homepage":"https://github.com/adun1/lotide#readme","keywords":[],"repository":{"type":"git","url":"git+https://github.com/adun1/lotide.git"},"author":{"name":"Brian M"},"bugs":{"url":"https://github.com/adun1/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 @adun/lotide`\n\n**Require it:**\n\n`const _ = require('@adun/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"}