extraneous
raw JSON → 2.1.1 verified Sat Apr 25 auth: no javascript deprecated
A minimal npm test package with no functional code; version 2.1.1 is the latest stable release. This package exists solely for testing npm metadata or package management tooling, not for actual production use. There are no maintainers or release cadence. It offers no distinct features compared to alternatives.
Common errors
error ERR_PACKAGE_PATH_NOT_EXPORTED: Package subpath './' is not defined by 'exports' ↓
cause Package has no exports map or main entry.
fix
Install a package with actual code; otherwise ignore this behavior.
Warnings
deprecated Package is marked as deprecated by npm registry; no actual code or updates. ↓
fix Do not use in production; replace with a real package if needed.
Install
npm install extraneous yarn add extraneous pnpm add extraneous Imports
- extraneous wrong
const extraneous = require('extraneous')correctimport extraneous from 'extraneous'
Quickstart
// This package has no functional code. Intended only for npm metadata testing.
// Example installation:
npm install extraneous@2.1.1
// Import does nothing meaningful.