UNPKG

@nknahom/lotide

Version:

Lotide is mini clone of the Lodash (https://lodash.com) library for learning JavaScript. What is Lodash? Lodash is a library that makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.

28 lines (27 loc) 923 B
{ "name": "@nknahom/lotide", "version": "1.0.1", "description": "Lotide is mini clone of the Lodash (https://lodash.com) library for learning JavaScript. What is Lodash? Lodash is a library that makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.", "keywords": ["lighthouse labs","mini lodash","cloned mini lodash","lotide"], "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/NahomKibreab/lotide.git" }, "author": "Nahom Kibreab Mehanzel <nknahom@gmail.com> (https://nahom-portfolio.netlify.app/)", "license": "ISC", "bugs": { "url": "https://github.com/NahomKibreab/lotide/issues" }, "homepage": "https://github.com/NahomKibreab/lotide#readme", "devDependencies": { "chai": "^4.3.4", "mocha": "^9.0.3" } }