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/through2/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST through2-4.0.2.tgz 4009 BLAKE2B 35bbe62fb232a79079a0bd8ac936efac708fdf6ecac8ccf5d8f104c06ce3e584e869428a67ce222869478f8d60fe05cef32fd87c7a3a46e2fa191fba778ee147 SHA512 88ea926afd34715c4410809e0fb4e32c1d6cb9e10bfbcd56a73a766d8d7bb998d9374a5664fba8e2cb99ffad55ba3c66a921857e039c36e4d9f39409c0d650a7

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/rvagg/through2/issues</bugs-to>
<remote-id type="github">rvagg/through2</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise"
HOMEPAGE="
https://github.com/rvagg/through2
https://www.npmjs.com/package/through2
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/readable-stream
"