From 539584f451fcc0349a13b7246d01f30ce7d1d4c8 Mon Sep 17 00:00:00 2001 From: Matus Kocka Date: Apr 10 2017 22:44:02 +0000 Subject: adding nodejs readme and module.md file --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b7e42a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +nodejs dependencies +==================== + +build dependencies calculated by brt_dep_solver +----------------------------------------------- +compat-openssl10 +gcc +icu +libuv + +runtime dependencies calculated by brt_dep_solver +------------------------------------------------- +libuv diff --git a/nodejs.yaml b/nodejs.yaml new file mode 100644 index 0000000..0e26ef5 --- /dev/null +++ b/nodejs.yaml @@ -0,0 +1,28 @@ +data: + api: + rpms: + - nodejs + components: + rpms: + compat-openssl10: {rationale: Build dependency.} + gcc: {rationale: Build dependency.} + icu: {rationale: Build dependency.} + libuv: {rationale: Build and runtime dependency.} + 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.' + filter: {} + license: + module: [MIT and ASL 2.0 and ISC and BSD] + name: '' + stream: '' + summary: JavaScript runtime + version: 0 +document: modulemd +version: 1