import nodejs-12-8030020210129141730.229f0a1c

This commit is contained in:
CentOS Sources 2021-03-30 16:05:16 -04:00 committed by Stepan Oksanichenko
parent e8883a61f2
commit df094b0141

View File

@ -2,12 +2,14 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: nodejs
stream: 12 stream: 12
summary: Javascript runtime summary: Javascript runtime
description: >- description: >-
Node.js is a platform built on Chrome's JavaScript runtime for easily building Node.js is a platform built on Chrome's JavaScript runtime
fast, scalable network applications. Node.js uses an event-driven, non-blocking for easily building fast, scalable network applications.
I/O model that makes it lightweight and efficient, perfect for data-intensive 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. real-time applications that run across distributed devices.
license: license:
module: module:
@ -37,8 +39,8 @@ data:
s2i: s2i:
rpms: rpms:
- nodejs - nodejs
- nodejs-nodemon
- npm - npm
- nodejs-nodemon
api: api:
rpms: rpms:
- nodejs - nodejs
@ -48,18 +50,18 @@ data:
rpms: rpms:
macros: | macros: |
%_with_bootstrap 1 %_with_bootstrap 1
%_with_shared_brotli 1
components: components:
rpms: rpms:
nodejs:
rationale: Javascript runtime and npm package manager.
ref: stream-12-rhel-8.3.0
buildorder: 100
nodejs-nodemon:
rationale: Simple monitor script for use during development of a node.js app
ref: stream-12-rhel-8.3.0
buildorder: 200
nodejs-packaging: nodejs-packaging:
rationale: RPM Macros and Utilities for Node.js Packaging rationale: RPM Macros and Utilities for Node.js Packaging
ref: stream-12-rhel-8.3.0
buildorder: 10 buildorder: 10
... ref: stream-12-rhel-8.3.0
nodejs:
rationale: Javascript runtime and npm package manager.
buildorder: 100
ref: stream-12-rhel-8.3.0
nodejs-nodemon:
rationale: Simple monitor script for use during development of a node.js app
buildorder: 200
ref: stream-12-rhel-8.3.0