source: trip-planner-front/node_modules/@istanbuljs/schema/README.md@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.4 KB
Line 
1# @istanbuljs/schema
2
3[![Travis CI][travis-image]][travis-url]
4[![NPM Version][npm-image]][npm-url]
5[![NPM Downloads][downloads-image]][downloads-url]
6[![MIT][license-image]](LICENSE)
7
8Schemas describing various structures used by nyc and istanbuljs
9
10## Usage
11
12```js
13const {nyc} = require('@istanbuljs/schema').defaults;
14
15console.log(`Default exclude list:\n\t* ${nyc.exclude.join('\n\t* ')}`);
16```
17
18## `@istanbuljs/schema` for enterprise
19
20Available as part of the Tidelift Subscription.
21
22The maintainers of `@istanbuljs/schema` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-istanbuljs-schema?utm_source=npm-istanbuljs-schema&utm_medium=referral&utm_campaign=enterprise)
23
24[npm-image]: https://img.shields.io/npm/v/@istanbuljs/schema.svg
25[npm-url]: https://npmjs.org/package/@istanbuljs/schema
26[travis-image]: https://travis-ci.org/istanbuljs/schema.svg?branch=master
27[travis-url]: https://travis-ci.org/istanbuljs/schema
28[downloads-image]: https://img.shields.io/npm/dm/@istanbuljs/schema.svg
29[downloads-url]: https://npmjs.org/package/@istanbuljs/schema
30[license-image]: https://img.shields.io/npm/l/@istanbuljs/schema.svg
Note: See TracBrowser for help on using the repository browser.