adding nodejs readme and module.md file
This commit is contained in:
parent
1ddedd8612
commit
539584f451
2 changed files with 41 additions and 0 deletions
28
nodejs.yaml
Normal file
28
nodejs.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue