Also exclude epel9 from the stream expansion. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
summary: Javascript runtime
|
|
description: >-
|
|
Node.js is a platform built on Chrome''s JavaScript runtime for easily building
|
|
fast, scalable network applications. Node.js uses an event-driven, non-blocking
|
|
I/O model that makes it lightweight and efficient, perfect for data-intensive
|
|
real-time applications that run across distributed devices.
|
|
license:
|
|
module:
|
|
- MIT
|
|
dependencies:
|
|
- buildrequires:
|
|
platform: [-el8, -el9]
|
|
requires:
|
|
platform: [-el8, -el9]
|
|
references:
|
|
community: http://nodejs.org
|
|
documentation: http://nodejs.org/en/docs
|
|
tracker: https://github.com/nodejs/node/issues
|
|
profiles:
|
|
common:
|
|
rpms:
|
|
- nodejs
|
|
- npm
|
|
development:
|
|
rpms:
|
|
- nodejs
|
|
- nodejs-devel
|
|
- npm
|
|
minimal:
|
|
rpms:
|
|
- nodejs
|
|
api:
|
|
rpms:
|
|
- nodejs
|
|
- nodejs-devel
|
|
- npm
|
|
- v8-devel
|
|
components:
|
|
rpms:
|
|
c-ares:
|
|
rationale: Required for DNS support
|
|
ref: rawhide
|
|
buildorder: 0
|
|
libuv:
|
|
rationale: Platform abstraction layer for Node.js
|
|
ref: 1
|
|
buildorder: 0
|
|
nghttp2:
|
|
rationale: Needed for HTTP2 support
|
|
ref: rawhide
|
|
buildorder: 0
|
|
nodejs:
|
|
rationale: Javascript runtime and npm package manager.
|
|
ref: 16
|
|
buildorder: 10
|
|
nodejs-packaging:
|
|
rationale: Match packaging to the runtime
|
|
ref: rawhide
|
|
buildorder: 10
|
|
...
|