dev-js/*: pelias-openstreetmap dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 02:21:46 +02:00
parent 902e0be573
commit 8797af3e0f
960 changed files with 15785 additions and 0 deletions

1
dev-js/logform/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST logform-2.2.0.tgz 24190 BLAKE2B 3f2e56d567f05766dd144ba7d1fb70a32357534af6b435e09aa1ca9e8c78d22dec8ec14b34aeae2791e9522c826b4aca8d8ca5fef67c2f583c92e64d4239c229 SHA512 374a8f96a7f2a45c7b507367e01de5cd2fdbd2e2eab76866ba86be3e9b97358828cdd2580326ae1792b2d015958ebc4394c5a24f7a8de333eadef5407d9cbb62

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="An mutable object-based log format designed for chaining & objectMode streams."
HOMEPAGE="
https://github.com/winstonjs/logform
https://www.npmjs.com/package/logform
"
LICENSE="MIT"
KEYWORDS="~amd64"
IUSE="examples"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/colors
dev-js/fast-safe-stringify
dev-js/fecha
dev-js/ms
dev-js/triple-beam
"
src_install() {
use examples && dodoc -r examples
rm -rf examples || die
node_src_install
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/winstonjs/logform/issues</bugs-to>
<remote-id type="github">winstonjs/logform</remote-id>
</upstream>
</pkgmetadata>