Giter Club home page Giter Club logo

lodash's Introduction

Lo-Dash v3.0.0-pre

A utility library delivering consistency, customization, performance, & extras.

Documentation

Download

Review the build differences & pick the one that’s right for you.

CDN copies are available on cdnjs & jsDelivr.
Create custom builds with only the features you need.
Love modules? We’ve got you covered with lodash-amd, lodash-node, & npm packages per method.

Dive in

Check out our unit tests, benchmarks, changelog, roadmap, as well as community created podcasts, posts, & videos.

Installation

In a browser:

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

In an AMD loader:

require(['lodash'], function(_) {/*…*/});

Using npm:

$ npm i --save lodash

$ {sudo -H} npm i -g lodash
$ npm ln lodash

In Node.js:

// the default modern build
var _ = require('lodash');

// or the compat build
var _ = require('lodash-compat');

// or a specific method
var clone = require('lodash/lang/clone');
var keysIn = require('lodash-compat/object/keysIn');

Note: Don’t assign values to the special variable _ when in the REPL. Install n_ for a version of the REPL that includes Lo-Dash by default.

Features not in Underscore

Support

Tested in Chrome (19, 38-39), Firefox (3, 20, 33-34), IE 6-11, Opera 25-26, Safari 5-8, Node.js 0.8.26~0.10.33, PhantomJS 1.9.7, RingoJS 0.11, & Rhino 1.7RC5.

Automated browser test runs are available as well as CI runs for lodash, lodash-cli, lodash-amd, lodash-node, & grunt-lodash. Special thanks to Sauce Labs for providing automated browser testing.

Author

twitter/jdalton
John-David Dalton

Main Contributors

twitter/demoneaux twitter/blainebublitz twitter/kitcambridge twitter/mathias
Benjamin Tan Blaine Bublitz Kit Cambridge Mathias Bynens

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.