{"_id":"@a_yee/lotide","name":"@a_yee/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@a_yee/lotide","version":"1.0.0","description":"A mini clone of the Lodash libarary.","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/AidanYee/lotide.git"},"author":{"name":"Aidan"},"license":"ISC","bugs":{"url":"https://github.com/AidanYee/lotide/issues"},"homepage":"https://github.com/AidanYee/lotide#readme","devDependencies":{"chai":"^4.3.6","mocha":"^9.2.2"},"gitHead":"e66c201a73b953e754fdb82707c68fc37700b33d","_id":"@a_yee/lotide@1.0.0","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-IRaJd9P2rSIJtvStOVzuHsoLx0oJ9r4UNYtMKKGQ6zEKzHbqX4Sp9ejzxs4vHiblzyQ6/ZaA93USCA78C8ziuw==","shasum":"24a0165a8618703ac8f9558c884d8bc597ca4c93","tarball":"https://registry.npmjs.org/@a_yee/lotide/-/lotide-1.0.0.tgz","fileCount":25,"unpackedSize":19955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJN3UAuNYC4UcUDqbt3+ABYRqGqPf4mTCuyxR930OEvAiAIhkNaQvRtoODR30jRelKzmaGlKKsQMmK8BKWVHgb8WQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVOELACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrzwA/+NeQgwpeH/jHcVK+le5wgk4Qf5nCTFor5RyJe0CSlEWYnltOu\r\ndverWxvQ90kfL0cOsD6O82+Bqw/kwhVxE4zDZcy+lMFqi0ur1J8wNfPTomPR\r\n/XOuQmOtsTCNkflkig0pHkLUMEBuM4AiN+1OJHgS04OQzb/jM394oefahuIb\r\ndjlkwhEbbqrUH0Zvb8WH8cQ+5tdZw5VANwGli8f5Vgea4BLMpIkW+FzxBfwh\r\nUOWL2hOzjDOP/oCUQP9kJYF7f6fhnPxpcVtdQqxH/FGuDyBzJTb3V2ELGZu+\r\nd9nXnIejwTfgvWJh1s84r9N47SD8IrZZpuoafC9SB6s+cQxoYgZbUVpoycc/\r\n6zQ/HVDR0Mh5WcHl/yMzI0CYkSnQ5HjlMiKhNE+pN1hgLzv2Mb7KCWY8WgMM\r\n8jFZciNr3hMZ8jErZUveu7ADkyrY1aj8/KkjuHyry3TKLXwD5p++ee1otqZa\r\n5BZitWvJw67GCFRDS07omRnDBI1jDG8VKTX9MgrezTWKQSEwb5hpjSD95wa2\r\ngTxtGLaIzb8Wt2Jw7oPGRRbuFu479BpZXrpv/f877iMRdSVZVee/968EOwJ4\r\npLO+yNcRWUzYPK3GZRdCdiJPSM0mTc1ryqR++4/5dfDxZTBdhF0LHnxQu60R\r\n4/2q/qAeQhdrpVWhkRwMga4GPFflIate8d0=\r\n=ce8w\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"a_yee","email":"aidan.yee@pm.me"},"maintainers":[{"name":"a_yee","email":"aidan.yee@pm.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1649729803344_0.9593647020521434"},"_hasShrinkwrap":false}},"time":{"created":"2022-04-12T02:16:43.164Z","1.0.0":"2022-04-12T02:16:43.572Z","modified":"2022-04-12T02:16:43.726Z"},"maintainers":[{"name":"a_yee","email":"aidan.yee@pm.me"}],"description":"A mini clone of the Lodash libarary.","homepage":"https://github.com/AidanYee/lotide#readme","repository":{"type":"git","url":"git+https://github.com/AidanYee/lotide.git"},"author":{"name":"Aidan"},"bugs":{"url":"https://github.com/AidanYee/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 @a_yee/lotide`\n\n**Require it:**\n\n`const _ = require('@a_yee/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\nInstruction\n","readmeFilename":"README.md"}