# 1k-utils

> [中文](README.md) | English

Latest version **2.2.3** (published 2023-08-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install 1k-utils
pnpm add 1k-utils
yarn add 1k-utils
bun add 1k-utils
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.2.3 |
| Published | 2023-08-18 |
| First published | 2020-07-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 90.6 KB |
| Known vulnerabilities | 0 (+6 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | 1k |
| Maintainers | 1k_npm |

## Links

- npm: https://www.npmjs.com/package/1k-utils
- Repository: https://github.com/kevily/1k-utils
- Homepage: https://github.com/kevily/1k-utils#readme
- Issues: https://github.com/kevily/1k-utils/issues
- npm.io page: https://npm.io/package/1k-utils

## Dependencies (5)

- [qs](https://npm.io/package/qs.md) 6.11.0
- [js-md5](https://npm.io/package/js-md5.md) 0.7.3
- [lodash](https://npm.io/package/lodash.md) 4.17.21
- [exif-js](https://npm.io/package/exif-js.md) 2.3.0
- [js-base64](https://npm.io/package/js-base64.md) 2.5.0

## Recent versions

- 2.2.3 (latest) — 2023-08-18
- 2.2.2 — 2023-03-06
- 2.2.1 — 2023-03-04
- 2.2.0 — 2023-03-04
- 2.1.0 — 2022-09-18
- 2.0.2 — 2022-01-23
- 2.0.1 — 2022-01-22
- 2.0.0 — 2022-01-19
- 1.4.0 — 2021-07-01
- 1.3.2 — 2021-06-19
- 1.3.1 — 2021-06-01
- 1.3.0 — 2021-05-24
- 1.2.3 — 2020-09-13
- 1.2.2 — 2020-09-13
- 1.2.1 — 2020-08-18
- … 8 more at https://npm.io/package/1k-utils/versions

## README

中文 | [English](README.en.md)

# 1k-utils

包含web日常开发过程中常用功能的工具箱。

[docs](https://kevily.github.io/1k-utils/)

## npm install

```shell
npm install 1k-utils
```

## yarn instatll

```shell
yarn add 1k-utils
```

## 使用

```javascript
import { storage } from '1k-utils'
storage('local').set('1', { key: '1' })
```

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