|
|
|
@ -1,24 +1,26 @@
|
|
|
|
|
---
|
|
|
|
|
document: modulemd
|
|
|
|
|
version: 2
|
|
|
|
|
document: modulemd-packager
|
|
|
|
|
version: 3
|
|
|
|
|
data:
|
|
|
|
|
name: nodejs
|
|
|
|
|
stream: 10
|
|
|
|
|
stream: 18
|
|
|
|
|
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
|
|
|
|
|
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:
|
|
|
|
|
nodejs: [10]
|
|
|
|
|
platform: [el8]
|
|
|
|
|
requires:
|
|
|
|
|
platform: [el8]
|
|
|
|
|
- MIT
|
|
|
|
|
configurations:
|
|
|
|
|
- context: rhel9
|
|
|
|
|
platform: el9
|
|
|
|
|
buildopts:
|
|
|
|
|
rpms:
|
|
|
|
|
macros: |
|
|
|
|
|
%_with_bundled 1
|
|
|
|
|
%_with_python3_fixup 0
|
|
|
|
|
references:
|
|
|
|
|
community: http://nodejs.org
|
|
|
|
|
documentation: http://nodejs.org/en/docs
|
|
|
|
@ -39,29 +41,24 @@ data:
|
|
|
|
|
s2i:
|
|
|
|
|
rpms:
|
|
|
|
|
- nodejs
|
|
|
|
|
- nodejs-nodemon
|
|
|
|
|
- npm
|
|
|
|
|
- nodejs-nodemon
|
|
|
|
|
api:
|
|
|
|
|
rpms:
|
|
|
|
|
- nodejs
|
|
|
|
|
- nodejs-devel
|
|
|
|
|
- npm
|
|
|
|
|
buildopts:
|
|
|
|
|
rpms:
|
|
|
|
|
macros: |
|
|
|
|
|
%_with_bootstrap 1
|
|
|
|
|
components:
|
|
|
|
|
rpms:
|
|
|
|
|
nodejs-packaging:
|
|
|
|
|
rationale: RPM Macros and Utilities for Node.js Packaging
|
|
|
|
|
buildorder: 10
|
|
|
|
|
ref: stream-nodejs-18-rhel-9.2.0
|
|
|
|
|
nodejs:
|
|
|
|
|
rationale: Javascript runtime and npm package manager.
|
|
|
|
|
ref: changed/i8c-stream-10/nodejs-10.24.0-1.module+el8.3.0+10166+b07ac28e
|
|
|
|
|
buildorder: 10
|
|
|
|
|
buildorder: 100
|
|
|
|
|
ref: stream-nodejs-18-rhel-9.2.0
|
|
|
|
|
nodejs-nodemon:
|
|
|
|
|
rationale: Simple monitor script for use during development of a node.js app
|
|
|
|
|
ref: changed/i8c-stream-10/nodejs-nodemon-1.18.3-1.module+el8+2632+6c5111ed
|
|
|
|
|
buildorder: 200
|
|
|
|
|
nodejs-packaging:
|
|
|
|
|
rationale: RPM Macros and Utilities for Node.js Packaging
|
|
|
|
|
ref: changed/i8c-stream-10/nodejs-packaging-17-3.module+el8+2873+aa7dfd9a
|
|
|
|
|
buildorder: 100
|
|
|
|
|
...
|
|
|
|
|
ref: stream-nodejs-18-rhel-9.2.0
|
|
|
|
|