# @render-ae86/ae86-utils

> ae86系列包用到的工具函数仓库

Latest version **1.8.0** (published 2023-12-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install @render-ae86/ae86-utils
pnpm add @render-ae86/ae86-utils
yarn add @render-ae86/ae86-utils
bun add @render-ae86/ae86-utils
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.8.0 |
| Published | 2023-12-02 |
| First published | 2023-10-31 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 14 |
| Unpacked size | 40 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | cubber |
| Keywords | ae86, utils, ae86-utils |

## Links

- npm: https://www.npmjs.com/package/@render-ae86/ae86-utils
- Repository: https://gitee.com/render-ae86/ae86-utils
- npm.io page: https://npm.io/package/@render-ae86/ae86-utils

## Dependencies (14)

- [axios](https://npm.io/package/axios.md) ^1.2.1
- [chalk](https://npm.io/package/chalk.md) 4.1.2
- [npmlog](https://npm.io/package/npmlog.md) ^7.0.1
- [semver](https://npm.io/package/semver.md) ^7.3.8
- [address](https://npm.io/package/address.md) ^1.2.2
- [consola](https://npm.io/package/consola.md) ^2.15.3
- [esbuild](https://npm.io/package/esbuild.md) ^0.16.10
- [webpack](https://npm.io/package/webpack.md) ^5.75.0
- [filesize](https://npm.io/package/filesize.md) ^10.0.6
- [fs-extra](https://npm.io/package/fs-extra.md) ^11.1.0
- [gzip-size](https://npm.io/package/gzip-size.md) 6.0.0
- [picocolors](https://npm.io/package/picocolors.md) ^1.0.0
- [strip-ansi](https://npm.io/package/strip-ansi.md) 6.0.1
- [recursive-readdir](https://npm.io/package/recursive-readdir.md) ^2.2.3

## Recent versions

- 1.8.0 (latest) — 2023-12-02
- 1.7.0 — 2023-12-02
- 1.6.0 — 2023-12-02
- 1.5.0 — 2023-12-02
- 1.4.0 — 2023-12-02
- 1.3.0 — 2023-12-02
- 1.2.0 — 2023-12-02
- 1.1.0 — 2023-10-31
- 1.0.1 — 2023-10-31
- 1.0.0 — 2023-10-31

## README

# `ae86-utils`

> ae86系列包用到的工具函数集合"

## Usage

```
// 解构使用
import {
   buildConfig,
   checkNodeVersion,
} from '@render-ae86/ae86-utils';

// import export语法使用
import getNpmPkgLatestVersion = require('@render-ae86/ae86-utils/lib/getNpmPkgLatestVersion');
```

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