Greg 8cba052ff5 Fix Docker build issues
- Add package-lock.json for npm ci
- Fix FROM casing in Dockerfile
- Remove --only=production flag from npm ci

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 23:16:15 +02:00
..
2025-09-01 23:16:15 +02:00
2025-09-01 23:16:15 +02:00
2025-09-01 23:16:15 +02:00
2025-09-01 23:16:15 +02:00
2025-09-01 23:16:15 +02:00
2025-09-01 23:16:15 +02:00
2025-09-01 23:16:15 +02:00
2025-09-01 23:16:15 +02:00
2025-09-01 23:16:15 +02:00

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