Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # is-core-module <sup>[![Version Badge][2]][1]</sup>
  2. [![github actions][actions-image]][actions-url]
  3. [![coverage][codecov-image]][codecov-url]
  4. [![dependency status][5]][6]
  5. [![dev dependency status][7]][8]
  6. [![License][license-image]][license-url]
  7. [![Downloads][downloads-image]][downloads-url]
  8. [![npm badge][11]][1]
  9. Is this specifier a node.js core module? Optionally provide a node version to check; defaults to the current node version.
  10. ## Example
  11. ```js
  12. var isCore = require('is-core-module');
  13. var assert = require('assert');
  14. assert(isCore('fs'));
  15. assert(!isCore('butts'));
  16. ```
  17. ## Tests
  18. Clone the repo, `npm install`, and run `npm test`
  19. [1]: https://npmjs.org/package/is-core-module
  20. [2]: https://versionbadg.es/inspect-js/is-core-module.svg
  21. [5]: https://david-dm.org/inspect-js/is-core-module.svg
  22. [6]: https://david-dm.org/inspect-js/is-core-module
  23. [7]: https://david-dm.org/inspect-js/is-core-module/dev-status.svg
  24. [8]: https://david-dm.org/inspect-js/is-core-module#info=devDependencies
  25. [11]: https://nodei.co/npm/is-core-module.png?downloads=true&stars=true
  26. [license-image]: https://img.shields.io/npm/l/is-core-module.svg
  27. [license-url]: LICENSE
  28. [downloads-image]: https://img.shields.io/npm/dm/is-core-module.svg
  29. [downloads-url]: https://npm-stat.com/charts.html?package=is-core-module
  30. [codecov-image]: https://codecov.io/gh/inspect-js/is-core-module/branch/main/graphs/badge.svg
  31. [codecov-url]: https://app.codecov.io/gh/inspect-js/is-core-module/
  32. [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/is-core-module
  33. [actions-url]: https://github.com/inspect-js/is-core-module/actions