# underscore-node

> Underscore for Node.js without cross-browser checks

Latest version **0.1.2** (published 2013-09-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install underscore-node
pnpm add underscore-node
yarn add underscore-node
bun add underscore-node
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2013-09-08 |
| First published | 2013-09-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Joon Ho Cho |
| Maintainers | joonho1101 |
| Keywords | underscore, underscore.js, node, node.js, utility, belt, utilities |

## Links

- npm: https://www.npmjs.com/package/underscore-node
- Repository: https://github.com/joonho1101/underscore-node
- Issues: https://github.com/joonho1101/underscore-node/issues
- npm.io page: https://npm.io/package/underscore-node

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2013-09-08
- 0.1.1 — 2013-09-08
- 0.1.0 — 2013-09-08
- 0.0.0 — 2013-09-07

## README

What is Underscore for Node.js
==============================

[Underscore for Node.js][1] without cross-browser checks.

This is a ported version of [Underscore][2] targeted for Node.js on V8 JavaScript Engine.

Its purpose is to have the exactly same APIs and functionalities but with better perfomance and smaller code size.

It is accomplished by eliminating unnecessary cross-browser compatibility efforts.

Its APIs can be found in [here][3], and it is [fully tested][4] against the same tests for original Underscore.


How To Use
==========

To install via NPM package:

`npm install underscore-node`


Inside your Node.js project:

`var _ = require('underscore-node');`


Disclaimer
==========

This version is targeted for Node.js on V8 JavaScript Engine only.

It is NOT to be used on browsers or any other JavaScript engines.

This means that there will be no efforts to support different JavaScript versions or behaviours.



[1]: https://github.com/joonho1101/underscore-node "Underscore for Node.js"
[2]: https://github.com/jashkenas/underscore "Underscore"
[3]: http://underscorejs.org/ "Underscore API"
[4]: https://travis-ci.org/joonho1101/underscore-node "Travis CI"

---
_Source: https://npm.io/package/underscore-node · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
