# istanbul-api

> High level API for istanbul features

Latest version **3.0.0** (published 2019-05-10) · BSD-3-Clause license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install istanbul-api
pnpm add istanbul-api
yarn add istanbul-api
bun add istanbul-api
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2019-05-10 |
| First published | 2015-11-22 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 14 |
| Unpacked size | 60.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1103 |
| Author | Krishnan Anantheswaran |
| Maintainers | bcoe, coreyfarrell, gotwarlost |
| Keywords | istanbul, api |

## Links

- npm: https://www.npmjs.com/package/istanbul-api
- Repository: https://github.com/istanbuljs/istanbuljs
- Homepage: https://istanbul.js.org/
- Issues: https://github.com/istanbuljs/istanbuljs/issues
- npm.io page: https://npm.io/package/istanbul-api

## Dependencies (14)

- [once](https://npm.io/package/once.md) ^1.4.0
- [async](https://npm.io/package/async.md) ^2.6.2
- [semver](https://npm.io/package/semver.md) ^6.0.0
- [fileset](https://npm.io/package/fileset.md) ^2.0.3
- [js-yaml](https://npm.io/package/js-yaml.md) ^3.13.1
- [make-dir](https://npm.io/package/make-dir.md) ^2.1.0
- [minimatch](https://npm.io/package/minimatch.md) ^3.0.4
- [compare-versions](https://npm.io/package/compare-versions.md) ^3.4.0
- [istanbul-reports](https://npm.io/package/istanbul-reports.md) ^2.2.5
- [istanbul-lib-hook](https://npm.io/package/istanbul-lib-hook.md) ^2.0.7
- [istanbul-lib-report](https://npm.io/package/istanbul-lib-report.md) ^2.0.8
- [istanbul-lib-coverage](https://npm.io/package/istanbul-lib-coverage.md) ^2.0.5
- [istanbul-lib-instrument](https://npm.io/package/istanbul-lib-instrument.md) ^3.3.0
- [istanbul-lib-source-maps](https://npm.io/package/istanbul-lib-source-maps.md) ^3.0.6

## Recent versions

- 3.0.0 (latest) — 2019-05-10
- 2.1.7 — 2019-05-02
- 2.1.6 — 2019-04-24
- 2.1.5 — 2019-04-17
- 2.1.4 — 2019-04-09
- 2.1.3 — 2019-04-03
- 2.1.2 — 2019-03-12
- 2.1.1 — 2019-02-14
- 2.1.0 — 2019-01-26
- 2.0.8 — 2018-12-25
- 2.0.7 — 2018-12-19
- 2.0.6 — 2018-09-06
- 1.3.7 — 2018-09-05
- 2.0.5 — 2018-07-24
- 2.0.4 — 2018-07-07
- … 42 more at https://npm.io/package/istanbul-api/versions

## README

# istanbul-api

[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbul-api.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-api.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-api)

Deprecated high-level API for istanbul.

Remaining users of this module should migrate:

-   istanbul-lib-instrument or babel-plugin-istanbul - modify sources to include coverage counters
-   istanbul-lib-coverage - merge coverage results from multiple tests into a single dataset for reporting
-   istanbul-lib-source-maps - process source-maps before generating reports
-   istanbul-lib-report - the reporting system
-   istanbul-reports - the actual reports (text-summary report, html report, etc)

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