lodash-node

Lodash module bundles for Node.js.

MIT 25 个版本
安装
npm install lodash-node
yarn add lodash-node
pnpm add lodash-node
bun add lodash-node
README

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.

版本列表
3.10.2 2016-01-25
3.10.1 2015-08-04
3.10.0 2015-06-30
3.9.3 2015-05-26
3.9.2 2015-05-24
3.9.1 2015-05-19
3.9.0 2015-05-19
3.8.0 2015-05-01
3.7.0 2015-04-16
3.6.0 2015-03-25
3.5.0 2015-03-09
3.4.0 2015-03-06
3.3.1 2015-02-24
3.3.0 2015-02-20
3.2.0 2015-02-12
3.1.0 2015-02-03
3.0.1 2015-01-30
3.0.0 2015-01-26
2.4.1 2013-12-03
2.4.0 2013-11-26
2.3.0 2013-11-11
2.2.1 2013-10-03
2.2.0 2013-09-29
2.1.0 2013-09-23
2.0.0 2013-09-22