You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodejs/SOURCES/modulemd.src.txt

68 lines
1.7 KiB

---
document: modulemd
version: 2
data:
name: nodejs
stream: 10
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:
nodejs: [10]
platform: [el8]
requires:
platform: [el8]
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
s2i:
rpms:
- nodejs
- nodejs-nodemon
- npm
api:
rpms:
- nodejs
- nodejs-devel
- npm
buildopts:
rpms:
macros: |
%_with_bootstrap 1
components:
rpms:
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
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
...