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