# has-gulplog

> Check if gulplog is available before attempting to use it

Latest version **1.0.0** (published 2022-08-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install has-gulplog
pnpm add has-gulplog
yarn add has-gulplog
bun add has-gulplog
```

## 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 | 2022-08-26 |
| First published | 2015-09-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.13.0 |
| Dependencies | 1 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Gulp Team |
| Maintainers | yocontra, phated |
| Keywords | gulp-util, gulplog, logging |

## Links

- npm: https://www.npmjs.com/package/has-gulplog
- Repository: https://github.com/gulpjs/has-gulplog
- Homepage: https://github.com/gulpjs/has-gulplog#readme
- Issues: https://github.com/gulpjs/has-gulplog/issues
- npm.io page: https://npm.io/package/has-gulplog

## Dependencies (1)

- [sparkles](https://npm.io/package/sparkles.md) ^2.0.0

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2022-08-26
- 0.1.0 — 2015-09-10

## README

<p align="center">
  <a href="http://gulpjs.com">
    <img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png">
  </a>
</p>

# has-gulplog

[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url]

Check if gulplog is available before attempting to use it.

## Usage

```js
const hasGulplog = require('has-gulplog');

hasGulplog(); // true if gulplog is available
```

## API

### `hasGulplog()`

Checks if gulplog is available.

Returns `true` if gulplog is installed and available or `false` if it is not available.

## License

MIT

<!-- prettier-ignore-start -->
[downloads-image]: https://img.shields.io/npm/dm/has-gulplog.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/has-gulplog
[npm-image]: https://img.shields.io/npm/v/has-gulplog.svg?style=flat-square

[ci-url]: https://github.com/gulpjs/has-gulplog/actions?query=workflow:dev
[ci-image]: https://img.shields.io/github/workflow/status/gulpjs/has-gulplog/dev?style=flat-square

[coveralls-url]: https://coveralls.io/r/gulpjs/has-gulplog
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/has-gulplog/master.svg?style=flat-square
<!-- prettier-ignore-end -->

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