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

View File

@@ -0,0 +1 @@
DIST parallel-transform-1.2.0.tgz 2478 BLAKE2B 15addf33fa57a1d2a38d9ae9ac8b0a999d274661c8220c8bbb07f10c48f8fff9ab3c7a8f627d9b4c442de69e27dfcfa6f9a5b1755e2ed7a6bcb185f5ab8ba780 SHA512 3f6bd2988bb7f2e225bdd714edf0e4cabc63df7813532fc004ee5951b1a8c31342a2906afcea03e366cfe1498cac9a0fca4e14a9fd26bb79ad5818470990fcca

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

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Transform stream that allows you to run your transforms in parallel without changing the order"
HOMEPAGE="
https://github.com/mafintosh/parallel-transform
https://www.npmjs.com/package/parallel-transform
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/cyclist
dev-js/inherits
dev-js/readable-stream
"