Skip to content

akileshv/lodash-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lodash-node v3.10.2

The compatibility & modern builds of lodash exported as Node.js modules.

Discontinued

This package has been discontinued in favor of lodash@npm.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash-node

In Node.js:

// load the modern build
var _ = require('lodash-node');
// or the compatibility build
var _ = require('lodash-node/compat');
// or a method category
var array = require('lodash-node/modern/array');
// or a method
var chunk = require('lodash-node/compat/array/chunk');

See the package source for more details.

About

Lodash module bundles for Node.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%