Zurück zum Ranking

lodash/lodash

JavaScriptlodash.com

A modern JavaScript utility library delivering modularity, performance, & extras.

lodashutilitiesjavascriptmodules
Sterne-Wachstum
Sterne
61.2k
Forks
7.2k
Wochenwachstum
Issues
52
20k40k60k
Sept. 2012Apr. 2017Dez. 2021Juli 2026
Artefaktenpmnpm install lodash
README

lodash v4.18.1

Site | Docs | FP Guide | Contributing | Wiki | Code of Conduct | Governance | Twitter | Chat

[!IMPORTANT] As announced on the OpenJS Foundation blog, Lodash has received support from the Sovereign Tech Agency and will transition to the Feature-Complete maturity stage so that it remains stable, secure, and sustainable long-term. As part of this effort, Lodash is rebooting its governance. A draft charter will be published shortly. The upcoming Technical Steering Committee (TSC) is already at work. For transparency, its members are listed in GOVERNANCE.md.

The Lodash library exported as a UMD module.

Generated using lodash-cli:

$ npm run build
$ lodash -o ./dist/lodash.js
$ lodash core -o ./dist/lodash.core.js

Download

Lodash is released under the MIT license & supports modern environments.
Review the build differences & pick one that’s right for you.

Installation

In a browser:

<script src="lodash.js"></script>

Using npm:

$ npm i -g npm
$ npm i --save lodash

In Node.js:

// Load the full build.
var _ = require('lodash');
// Load the core build.
var _ = require('lodash/core');
// Load the FP build for immutable auto-curried iteratee-first data-last methods.
var fp = require('lodash/fp');

// Load method categories.
var array = require('lodash/array');
var object = require('lodash/fp/object');

// Cherry-pick methods for smaller browserify/rollup/webpack bundles.
var at = require('lodash/at');
var curryN = require('lodash/fp/curryN');

Why Lodash?

Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodash’s modular methods are great for:

  • Iterating arrays, objects, & strings
  • Manipulating & testing values
  • Creating composite functions

Module Formats

Lodash is available in a variety of builds & module formats.

Ähnliche Repositories
typicode/lowdb

Simple and fast JSON database

JavaScriptnpmMIT Licensedatabaselodash
22.6k964
samber/lo

💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)

GoGo ModulesMIT Licenselodashgolang
lo.samber.dev
21.4k944
you-dont-need/You-Dont-Need-Lodash-Underscore

List of JavaScript methods which you can use natively + ESLint Plugin

JavaScriptnpmMIT Licenselodashunderscore
19.1k814
duke-git/lancet

A comprehensive, efficient, and reusable util function library of Go.

GoGo ModulesMIT Licensegogolang
golancet.cn/en/
5.3k520
dflemstr/rq

Record Query - A tool for doing record analysis and transformation

Rustcrates.ioApache License 2.0rustprotobuf
2.3k59
NathanWalker/angular-seed-advanced

Advanced Angular seed project with support for ngrx/store, ngrx/effects, ngx-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.

TypeScriptnpmMIT Licenseangularnativescript
2.2k432
lodash/babel-plugin-lodash

Modular Lodash builds without the hassle.

JavaScriptnpmOtherlodashbabel
1.9k95
selfrefactor/rambda

Typescript focused FP library similar to Remeda and Ramda

JavaScriptnpmMIT Licensefpramda
selfrefactor.github.io/rambda/
1.8k89
dgilland/pydash

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.

PythonPyPIMIT Licenselodashutility
pydash.readthedocs.io
1.4k99
graphql-kit/graphql-lodash

🛠 Data manipulation for GraphQL queries with lodash syntax

TypeScriptnpmMIT Licensegraphqlfunctional-programming
apis.guru/graphql-lodash/
1.2k48
APIs-guru/graphql-lodash

🛠 Data manipulation for GraphQL queries with lodash syntax

TypeScriptnpmMIT Licensegraphqlfunctional-programming
apis.guru/graphql-lodash/
1.2k47
lodash/lodash-webpack-plugin

Smaller modular Lodash builds.

JavaScriptnpmOtherlodashwebpack
1.2k59