kuamail/node_modules/is-core-module
Kavi f1a2d385f3 feat(kuamail): Gmail-exact mail client SPA — initial release
React 19 + Vite + TanStack Router/Query + Tailwind. Gmail-exact UI:
- ThreadRow: 40px density, hover action icons, unread stripe
- Sidebar: compose button, folder list, labels
- MessageCard: expandable headers, reply/forward
- MessageReader: full Gmail toolbar
- SearchBar: pill with filter icon
- Production: nginx container with /api proxy to api.mail.kua.cl

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 03:08:44 -04:00
..
test feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
.eslintrc feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
.nycrc feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
CHANGELOG.md feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
LICENSE feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
README.md feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
core.json feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
index.js feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00
package.json feat(kuamail): Gmail-exact mail client SPA — initial release 2026-04-22 03:08:44 -04:00

README.md

is-core-module Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Is this specifier a node.js core module? Optionally provide a node version to check; defaults to the current node version.

Example

var isCore = require('is-core-module');
var assert = require('assert');
assert(isCore('fs'));
assert(!isCore('butts'));

Tests

Clone the repo, npm install, and run npm test