{"_id":"@abaid77/lotide","_rev":"1-da9e77243686f5f6e174b9f6dc494334","name":"@abaid77/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@abaid77/lotide","version":"1.0.0","description":"Lotide Lighthouse Labs Project","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/Abaid77/lotide.git"},"keywords":["lotide"],"author":{"name":"Amit Baid"},"license":"ISC","bugs":{"url":"https://github.com/Abaid77/lotide/issues"},"homepage":"https://github.com/Abaid77/lotide#readme","devDependencies":{"chai":"^4.3.4","mocha":"^9.0.3"},"gitHead":"be5c1363b32705c5083afd730510d9e5eb7f2a68","_id":"@abaid77/lotide@1.0.0","_nodeVersion":"15.14.0","_npmVersion":"7.7.6","dist":{"integrity":"sha512-Z2p70KDzllSBlyjPsuRr2OmeVgZgT5jBtl+6dtWI1vOc38fvNwV9kwNhfB9GRMqaYNNXOD+somxwQMK1hH1o4g==","shasum":"431c9d7ff5481d551d0f4d1702be862907bb8228","tarball":"https://registry.npmjs.org/@abaid77/lotide/-/lotide-1.0.0.tgz","fileCount":26,"unpackedSize":19664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/17pCRA9TVsSAnZWagAAwOIP/0+k/OP1rBrv7+BiIaJ5\nPqPHAU615vsyo0sP4oFYh9UbfNQcFc4TaH9nFxuFdO80pCZMBFS6dV+sws8T\nMiz0HrnKJQTsKhDGkUQ+HiUcrZNmJyl7pCZjoMVY9Be1etorBuXOQe2OTZlU\n1qtXBIh+qJe21ijcWU67+XP1ge511PcC9x6ne97dDFYI42X/XziutGUt7Utk\nNu8UEi/k/dWF2vI5La/po22T0qw9PDkSYtrhjtiKPpCmvXWjDKMxqpLYRQox\nV5Vj5RzgLe6anYro2qXNFLXSbQ3AyC9XK/cNd2H/8qKvtSCkQI0AHiWJ2G37\nKAikl0Q2rwA/XYZi7aNmB/iFygecSlY8/ZhFWMNW1gsMn4SJB6aqGdWy5Rkf\nh92DuczDNk0UH/kHUsRBxpfaDkr6z+XHnDLs56JWv7K/tQDZNkIQLyZ6/74O\n/LHhP+6FrpVyvq23SmE0/wn+TlgnGyGaLs5akm6ixilcsOqA4+Xl/67zV/mm\ncpsssizP8VaQ0Tn/CATrwGU2vYueh6As5Fx8jk3s63zN5UVruQ2/7GiB1xhf\nesYvdxoP9ZfwECAzwUSGl22RYC1yJq0bnQwYCgyptXKf8RS3R+qVkVEwkyZn\nESlMkqslkLhekxUdGcYrLQ6sJk43ef6R4mSLXg5FJtDtQ4KpaZDkfU11KXOA\n2ks1\r\n=N7FH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICgsfcw4LR4u6G4/ghwQWFyYKP6/rsy12ggW4KZUmXXwAiEAr6b/8/gb1lLAWmgZ5u05Ff+Xw9VQAu552nWTygukBss="}]},"_npmUser":{"name":"abaid77","email":"baidstar@hotmail.com"},"maintainers":[{"name":"abaid77","email":"baidstar@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1627348713229_0.6439546541397614"},"_hasShrinkwrap":false}},"time":{"created":"2021-07-27T01:18:33.176Z","1.0.0":"2021-07-27T01:18:33.570Z","modified":"2022-04-04T10:56:47.513Z"},"maintainers":[{"name":"abaid77","email":"baidstar@hotmail.com"}],"description":"Lotide Lighthouse Labs Project","homepage":"https://github.com/Abaid77/lotide#readme","keywords":["lotide"],"repository":{"type":"git","url":"git+https://github.com/Abaid77/lotide.git"},"author":{"name":"Amit Baid"},"bugs":{"url":"https://github.com/Abaid77/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 @username/lotide`\n\n**Require it:**\n\n`const _ = require('@abaid77/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(...)`: returns the head of an array\n* `tail(...)`: returns the tail of an array\n* `middle(...)`: returns the middle of an array","readmeFilename":"README.md"}