Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fe678af1b |
5 changed files with 1 additions and 66 deletions
0
.gitignore
vendored
0
.gitignore
vendored
13
README.md
13
README.md
|
|
@ -1,13 +0,0 @@
|
||||||
nodejs dependencies
|
|
||||||
====================
|
|
||||||
|
|
||||||
build dependencies calculated by brt_dep_solver
|
|
||||||
-----------------------------------------------
|
|
||||||
compat-openssl10
|
|
||||||
gcc
|
|
||||||
icu
|
|
||||||
libuv
|
|
||||||
|
|
||||||
runtime dependencies calculated by brt_dep_solver
|
|
||||||
-------------------------------------------------
|
|
||||||
libuv
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Master branch is not used for modules
|
||||||
53
nodejs.yaml
53
nodejs.yaml
|
|
@ -1,53 +0,0 @@
|
||||||
document: modulemd
|
|
||||||
version: 1
|
|
||||||
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:
|
|
||||||
# http-parser, libuv, c-ares and V8 are bundled
|
|
||||||
# openssl, icu and zlib should be provided by platform
|
|
||||||
platform: master
|
|
||||||
python2: master
|
|
||||||
requires:
|
|
||||||
platform: master
|
|
||||||
python2: master
|
|
||||||
references:
|
|
||||||
community: http://nodejs.org
|
|
||||||
documentation: http://nodejs.org/en/docs
|
|
||||||
github: http://github.com/nodejs/node
|
|
||||||
npm: http://npmjs.com
|
|
||||||
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.
|
|
||||||
buildorder: 10
|
|
||||||
ref: d54471
|
|
||||||
nodejs-packaging:
|
|
||||||
rationale: Runtime dependency of nodejs-devel.
|
|
||||||
buildorder: 10
|
|
||||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue