{"_id":"@brackish/lotide","_rev":"1-cf3e5fa4123b7b2c649112ebfda3d62d","name":"@brackish/lotide","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@brackish/lotide","version":"1.0.0","description":"Place to store my premade functions and export them","main":"assertArraysEqual.js","directories":{"test":"test"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/brackish888/lotide.git"},"keywords":["lotide","testing","lhl"],"author":{"name":"brackish, SamTichota"},"license":"ISC","bugs":{"url":"https://github.com/brackish888/lotide/issues"},"homepage":"https://github.com/brackish888/lotide#readme","devDependencies":{"chai":"^4.3.3","mocha":"^8.3.1"},"gitHead":"9588185a9645d0ffc01974b403c0c44b1a676177","_id":"@brackish/lotide@1.0.0","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-mhXT7yacVFAgXu6e7HRcKn2kE3lSldUBeL6FQ4EkCQz4RLsB7CXTOrd+uo28k9GBmlPoIvlfKvgATh7qAkyeZA==","shasum":"00ac91e77be6eec35ea5efc035a2a77e1efe631e","tarball":"https://registry.npmjs.org/@brackish/lotide/-/lotide-1.0.0.tgz","fileCount":28,"unpackedSize":33694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRrcKCRA9TVsSAnZWagAA428P/0A8JbfARSEN5QKtnG9j\nnF0EEdTL48exkcvZAMYD3nYVUMFw+sLABuWgn+o/eg0SxntjfhCgXt1lC0xM\nLKPSAJBGXO+QP8V70mYjDHraXTZtG74XW1RYahP8qBoJ7xV7XyRGL3muQCo+\npyBBGtJAmDGFtepFkvR7gzZaAZ3fxpG8iffA52z9t7ir79XnHrTyedpp2LfY\nPMpElpr9YbSWVJ1uXdmOLaS5Ct/6vXVsftKGBtSiwQfbceku0vicCk0whOdp\nl5IprD8R7RVZ2WBUBksEwKRkTTghHRaPArLjIbG8Q2Y9uNQ8J6JXAfJnSiXV\nJMsmzbOFMsYDW48xgYKjaQRxYnMgAuB+gz9qgHrQA4gG/plF3Rc0wviyE9Rq\n3PmHikZbqZiXQEykcvKOnesWazc8ElB5wqMeNCCaU4heIXkBGSODWnu12mRk\nkcwrF3yjkisGZueOH0W+bVvhAnLDr0HA3FdkUXEE+PaLqp8RWct1pTZIYWeW\ncv4YWzyEqIdPyJzWQXrmrH/sB1aFmMUmXCGsbZGtjgpB0uO2JHgbKe7O6e+1\nm39ot3Kuez+9SyM8oXCPZ42i6argzLMNI/MLGVYBcAbf6Gdgk4djgwHASJVm\n5ic1oOv3yPGLuDpzZ+/ray72Z0NiFrTLjvwyxcEH+RC2JbcZbbtot/kUeZI8\n4HYJ\r\n=Fr28\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKDSP+a/+hLEb+BmBoBvhC83aOwrI31TDkZqjRvApz5gIhAJ2eOGk130VJWI9f/UnSwyA/kwBu2z6sJib6sFhsbdHH"}]},"_npmUser":{"name":"brackish","email":"brackishblu@gmail.com"},"maintainers":[{"name":"brackish","email":"brackishblu@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/lotide_1.0.0_1615247113860_0.4859695154610828"},"_hasShrinkwrap":false}},"time":{"created":"2021-03-08T23:45:13.818Z","1.0.0":"2021-03-08T23:45:13.989Z","modified":"2022-04-04T20:19:46.855Z"},"maintainers":[{"name":"brackish","email":"brackishblu@gmail.com"}],"description":"Place to store my premade functions and export them","homepage":"https://github.com/brackish888/lotide#readme","keywords":["lotide","testing","lhl"],"repository":{"type":"git","url":"git+https://github.com/brackish888/lotide.git"},"author":{"name":"brackish, SamTichota"},"bugs":{"url":"https://github.com/brackish888/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 @brackish/lotide`\n\n**Require it:**\n\n`const _ = require('@brackish/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"}