Revert "Node.js 9.x is EOL upstream"

This reverts commit af0c61dcfd.
This commit is contained in:
Stephen Gallagher 2018-06-14 14:11:00 -04:00
commit b5b86d8178
No known key found for this signature in database
GPG key ID: 7A25556236BAA3A3
5 changed files with 58 additions and 1 deletions

0
.gitignore vendored Normal file
View file

11
README.md Normal file
View file

@ -0,0 +1,11 @@
nodejs dependencies
====================
build dependencies calculated by brt_dep_solver
-----------------------------------------------
compat-openssl10
gcc
icu
runtime dependencies calculated by brt_dep_solver
-------------------------------------------------

View file

@ -1 +0,0 @@
Node.js 9.x is EOL upstream

47
nodejs.yaml Normal file
View file

@ -0,0 +1,47 @@
---
document: modulemd
version: 2
data:
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:
platform: []
requires:
platform: []
references:
community: http://nodejs.org
documentation: http://nodejs.org/en/docs
tracker: https://github.com/nodejs/node/issues
profiles:
default:
rpms:
- nodejs
- npm
development:
rpms:
- nodejs
- nodejs-devel
- npm
minimal:
rpms:
- nodejs
api:
rpms:
- nodejs
- nodejs-devel
- npm
components:
rpms:
nodejs:
rationale: Javascript runtime and npm package manager.
ref: 9
buildorder: 10
...

0
sources Normal file
View file