# is-ali-env

> ## Install

Latest version **0.1.4** (published 2018-06-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-ali-env
pnpm add is-ali-env
yarn add is-ali-env
bun add is-ali-env
```

## 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.4 |
| Published | 2018-06-28 |
| First published | 2016-03-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Maintainers | dengfuping, sorrycc |

## Links

- npm: https://www.npmjs.com/package/is-ali-env
- Repository: https://github.com/ant-tool/is-ali-env
- Homepage: https://github.com/ant-tool/is-ali-env#readme
- Issues: https://github.com/ant-tool/is-ali-env/issues
- npm.io page: https://npm.io/package/is-ali-env

## Dependencies (1)

- [superagent](https://npm.io/package/superagent.md) ^3.8.3

## Recent versions

- 0.1.4 (latest) — 2018-06-28
- 0.1.3 — 2018-02-02
- 0.1.2 — 2016-04-26
- 0.1.1 — 2016-03-25
- 0.1.0 — 2016-03-24

## README

# is-ali-env

## Install

```bash
$ npm install is-ali-env --save
```

## Usage

```javascript
const isAliEnv = await require('is-ali-env')();
console.log(isAliEnv); // should be true | false
```

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