is-core-module
npmv2.16.2Is this specifier a node.js core module?
Safe to adopt
Yes — is-core-module scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 127 days ago. 3 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 127 days ago. 3 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 2 transitive packages, about 78 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding is-core-module to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
Every license you inherit by installing is-core-module, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >= 0.4
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the is-core-module README.
var isCore = require('is-core-module');
var assert = require('assert');
assert(isCore('fs'));
assert(!isCore('butts'));is-core-module vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| is-core-modulethis page | 0 | 1 | MIT | 4 months ago |
| esm | 6.2M | 5 | MIT | 1 day ago |
| import-meta-resolve | 0 | 3 | MIT | 1 day ago |
| resolve | 0 | 2 | MIT | 1 day ago |
| lodash | 147.8M | 20 | MIT | 1 day ago |
| axios | 106.5M | 4 | MIT | 1 day ago |
Dependencies
Declared by is-core-module v2.16.2. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (11)
Used by
Popular packages that depend on is-core-module.
Relationship graph
Dependencies (left) and dependents (right) of is-core-module.
Frequently installed together
An AST-based pattern checker for JavaScript.
Determine if the current node version supports the `--preserve-symlinks` flag.
The semantic version parser used by npm.
Runtime typescript and ESM support for Node.js
A simple cache for a few of the JS Error constructors.
Node.js path.parse() ponyfill
Release history
3 releases in the last two years, typically about 75 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 2.16.2latest | 4 months ago | 38 KB | MIT |
| 2.16.1 | 1 year ago | 33 KB | MIT |
| 2.16.0 | 1 year ago | 32 KB | MIT |
| 2.15.1 | 2 years ago | 32 KB | MIT |
| 2.15.0 | 2 years ago | 31 KB | MIT |
| 2.14.0 | 2 years ago | 30 KB | MIT |
| 2.13.1 | 2 years ago | 30 KB | MIT |
| 2.13.0 | 3 years ago | 29 KB | MIT |
| 2.12.1 | 3 years ago | 29 KB | MIT |
| 2.12.0 | 3 years ago | 28 KB | MIT |
| 2.11.0 | 3 years ago | 27 KB | MIT |
| 2.10.0 | 4 years ago | 27 KB | MIT |
| 2.9.0 | 4 years ago | 26 KB | MIT |
| 2.8.1 | 4 years ago | 25 KB | MIT |
| 2.8.0 | 4 years ago | 24 KB | MIT |
Overview
is-core-module is an npm package that is this specifier a node.js core module?. It has 1 known dependents in the graph. The latest version is 2.16.2, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need is this specifier a node.js core module? and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (MIT).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Funding
Frequently asked questions
Should I use is-core-module?
Yes — is-core-module scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 127 days ago. 3 releases in the last 2 years.
How do I install is-core-module?
Run `npm install is-core-module` to add is-core-module to your npm project.
How many dependencies does is-core-module have?
is-core-module declares 12 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 78 KB on disk.
What license is is-core-module released under?
is-core-module is distributed under the MIT license.
How popular is is-core-module?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on is-core-module.
Is is-core-module still maintained?
The most recent release of is-core-module (v2.16.2) was published 4 months ago.
Does is-core-module run install scripts?
No. is-core-module does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.