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