lodash-node

Lodash module bundles for Node.js.

This package is discontinued. Use lodash@^4.0.0.
Last updated 10 years ago by jdalton .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install lodash-node 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 3.10.2                                ...           latest (10 years ago)

25 Versions

  • 3.10.2 [deprecated]           ...           10 years ago
  • 3.10.1 [deprecated]           ...           11 years ago
  • 3.10.0 [deprecated]           ...           11 years ago
  • 3.9.3 [deprecated]           ...           11 years ago
  • 3.9.2 [deprecated]           ...           11 years ago
  • 3.9.1 [deprecated]           ...           11 years ago
  • 3.9.0 [deprecated]           ...           11 years ago
  • 3.8.0 [deprecated]           ...           11 years ago
  • 3.7.0 [deprecated]           ...           11 years ago
  • 3.6.0 [deprecated]           ...           11 years ago
  • 3.5.0 [deprecated]           ...           11 years ago
  • 3.4.0 [deprecated]           ...           11 years ago
  • 3.3.1 [deprecated]           ...           11 years ago
  • 3.3.0 [deprecated]           ...           11 years ago
  • 3.2.0 [deprecated]           ...           11 years ago
  • 3.1.0 [deprecated]           ...           11 years ago
  • 3.0.1 [deprecated]           ...           11 years ago
  • 3.0.0 [deprecated]           ...           11 years ago
  • 2.4.1 [deprecated]           ...           12 years ago
  • 2.4.0 [deprecated]           ...           12 years ago
  • 2.3.0 [deprecated]           ...           12 years ago
  • 2.2.1 [deprecated]           ...           13 years ago
  • 2.2.0 [deprecated]           ...           13 years ago
  • 2.1.0 [deprecated]           ...           13 years ago
  • 2.0.0 [deprecated]           ...           13 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |