# listpackage

> List package!

Latest version **1.0.3** (published 2021-10-19) · ISC license · 0 weekly downloads

## Install

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

## 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.3 |
| Published | 2021-10-19 |
| First published | 2021-10-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | blacklightteam |

## Links

- npm: https://www.npmjs.com/package/listpackage
- npm.io page: https://npm.io/package/listpackage

## Recent versions

- 1.0.3 (latest) — 2021-10-19
- 1.0.2--resolve2 — 2021-10-19
- 1.0.2--resolve1 — 2021-10-19
- 1.0.2 — 2021-10-19
- 1.0.1 — 2021-10-19
- 1.0.0 — 2021-10-19

## README

# ListPackage
- Counter and more!

## Using Counter:
```js
// importing a listpackage module
const {Counter} = require('listpackage')
// creating a counter
var list = new Counter({
  'name':'test',
  'notify':true
})
list.set(12) // seting 12 on counter
list.remove(12)// removing 12 on counter
list.add(2) //adding 2 on counter
list.add(1000)// adding 1000 in counter
console.log(list.value) // returning value of counter
```

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