# no_op

> A Node.js port of @mendel's "nO_op" Ruby gem

Latest version **1.0.0** (published 2016-01-05) · GPL license · 0 weekly downloads

## Install

```sh
npm install no_op
pnpm add no_op
yarn add no_op
bun add no_op
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-01-05 |
| First published | 2016-01-05 |
| Weekly downloads | 0 |
| License | GPL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Justin Searls |
| Maintainers | searls |
| Keywords | O_o, o_O, O.o, o.O, noop |

## Links

- npm: https://www.npmjs.com/package/no_op
- Repository: https://github.com/searls/nO_op.js
- Homepage: https://github.com/searls/nO_op.js#readme
- Issues: https://github.com/searls/nO_op.js/issues
- npm.io page: https://npm.io/package/no_op

## Recent versions

- 1.0.0 (latest) — 2016-01-05

## README

# What?

A Node.js port of [@ymendel](https://github.com/ymendel)'s seminal Ruby gem, [nO_op](https://github.com/ymendel/nO_op).

This library offers a lightweight to render judgment upon other people's code
without resorting to actually doing the work to improve things or communicate
productively with other humans.

Examples:

``` javascript
add = function(a, b) { return a + b }

add([], [])
O_o
```

You can also use:

* `o_O`
* `o.O`
* `O.o`


As a bonus, this library also implements the function `o_` on `Object`'s
prototype, so that it can be invoked as a sort of judgmental tap:

```
[1,2,3].o_().indexOf(2)
```

# Licensing

This project is distributed under the GPL, but commercial licensing is also
available. Please contact [@searls](http://twitter.com/searls) for details.

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