版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

123456789101112131415161718192021222324252627282930
  1. # @istanbuljs/schema
  2. [![Travis CI][travis-image]][travis-url]
  3. [![NPM Version][npm-image]][npm-url]
  4. [![NPM Downloads][downloads-image]][downloads-url]
  5. [![MIT][license-image]](LICENSE)
  6. Schemas describing various structures used by nyc and istanbuljs
  7. ## Usage
  8. ```js
  9. const {nyc} = require('@istanbuljs/schema').defaults;
  10. console.log(`Default exclude list:\n\t* ${nyc.exclude.join('\n\t* ')}`);
  11. ```
  12. ## `@istanbuljs/schema` for enterprise
  13. Available as part of the Tidelift Subscription.
  14. The 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)
  15. [npm-image]: https://img.shields.io/npm/v/@istanbuljs/schema.svg
  16. [npm-url]: https://npmjs.org/package/@istanbuljs/schema
  17. [travis-image]: https://travis-ci.org/istanbuljs/schema.svg?branch=master
  18. [travis-url]: https://travis-ci.org/istanbuljs/schema
  19. [downloads-image]: https://img.shields.io/npm/dm/@istanbuljs/schema.svg
  20. [downloads-url]: https://npmjs.org/package/@istanbuljs/schema
  21. [license-image]: https://img.shields.io/npm/l/@istanbuljs/schema.svg