Registry / devops / component-manifest

component-manifest

JSON →
library1.0.0jsnpmunverified

Component Manifest helps create build manifests for component-based projects. Version 1.0.0 is the latest stable release, last updated in 2014. It unglobs local components and creates file objects compatible with the builder's API. This package is minimal and has no dependencies, but is now considered obsolete and unmaintained. It is specific to an older build system and not suitable for modern development workflows.

npm install component-manifest
INSTALL
IMPORT
SIG · COMPONENT-MANIFEST
C
component-manifest
devopsjavascriptv1.0.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import manifest from 'component-manifest'
const manifest = require('component-manifest')
CommonJS require is also valid as this is an older package that does not enforce ESM.
ComponentManifest
import { ComponentManifest } from 'component-manifest'
If using TypeScript, this named export may be available, though types are not bundled.
ManifestOptions
import type { ManifestOptions } from 'component-manifest'
import { ManifestOptions } from 'component-manifest'
ManifestOptions is likely a type; use type import to avoid runtime issues.

Creates a build manifest for given component names.

import manifest from 'component-manifest'; const components = ['component-a', 'component-b']; const result = manifest(components); console.log(result);
Debug
Known issues
deprecatedThis package is deprecated and no longer maintained. Use a modern build system like Webpack or Rollup.
fix
Migrate to a supported build tool.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Cannot find module 'component-manifest'
The package is not installed or not found in node_modules.
fix
Run 'npm install component-manifest' to install it.
Unhandled type error: manifest is not a function
Importing incorrectly when using TypeScript or ESM wrappers.
fix
Use 'const manifest = require('component-manifest')' if CommonJS is used.
Upgrade
Version history
1.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
component-manifest — npm install component-manifest · libregistry