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 is-stream-2.0.0.tgz 2080 BLAKE2B 182b1cdadcba02f284725f651b7ac6a299ea9bdc80316970314dfa1606130c39d4244f5830c8d7f74fd6873641c79bbaf62d766d5349091d39ef57ea894ac5b3 SHA512 5c2a32f96954afb775f99f06812b979a9b94142f5f3a145782524cc7e7702ca4e42f8e028dde16d59e4ff81419a6bf9c47ddda18fe12fecec5b70e8d77f92213

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Check if something is a Node.js stream"
HOMEPAGE="
https://github.com/sindresorhus/is-stream
https://www.npmjs.com/package/is-stream
"
LICENSE="MIT"
KEYWORDS="~amd64"

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