2b2e81
---
08ea44
document: modulemd
08ea44
version: 2
08ea44
data:
fb939d
    name: nodejs
fb939d
    stream: 12
fb939d
    summary: Javascript runtime
fb939d
    description: >-
fb939d
        Node.js is a platform built on Chrome's JavaScript runtime
fb939d
        for easily building fast, scalable network applications.
fb939d
        Node.js uses an event-driven, non-blocking I/O model that
fb939d
        makes it lightweight and efficient, perfect for data-intensive
fb939d
        real-time applications that run across distributed devices.
fb939d
    license:
fb939d
        module:
fb939d
            - MIT
fb939d
    dependencies:
fb939d
        - buildrequires:
fb939d
            platform: [el8]
fb939d
          requires:
fb939d
            platform: [el8]
fb939d
    references:
fb939d
        community: http://nodejs.org
fb939d
        documentation: http://nodejs.org/en/docs
fb939d
        tracker: https://github.com/nodejs/node/issues
fb939d
    profiles:
fb939d
        common:
fb939d
            rpms:
fb939d
                - nodejs
fb939d
                - npm
fb939d
        development:
fb939d
            rpms:
fb939d
                - nodejs
fb939d
                - nodejs-devel
fb939d
                - npm
fb939d
        minimal:
fb939d
            rpms:
fb939d
                - nodejs
fb939d
        s2i:
fb939d
            rpms:
fb939d
                - nodejs
fb939d
                - npm
fb939d
                - nodejs-nodemon
fb939d
    api:
fb939d
        rpms:
fb939d
            - nodejs
fb939d
            - nodejs-devel
fb939d
            - npm
fb939d
    buildopts:
fb939d
        rpms:
fb939d
            macros: |
fb939d
                %_with_bootstrap 1
35d56f
                %_with_shared_brotli 1
fb939d
    components:
fb939d
        rpms:
fb939d
            nodejs-packaging:
fb939d
                rationale: RPM Macros and Utilities for Node.js Packaging
fb939d
                buildorder: 10
c07109
                ref: stream-12-rhel-8.4.0
fb939d
            nodejs:
fb939d
                rationale: Javascript runtime and npm package manager.
fb939d
                buildorder: 100
c07109
                ref: stream-12-rhel-8.4.0
fb939d
            nodejs-nodemon:
fb939d
                rationale: Simple monitor script for use during development of a node.js app
fb939d
                buildorder: 200
c07109
                ref: stream-12-rhel-8.4.0