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

@@ -0,0 +1 @@
DIST isstream-0.1.2.tgz 3755 BLAKE2B 0bab030c65e25a6a7efa5f4f6e3414277666d5e0ef14b2b713ae5a875fd803e8676634654c3eafdab260520bddaaa796f5e66aa393486b116f005e39a7162b16 SHA512 6258f3edf7f23dbacba4b9e0accb59ecd76e52056f8bac06f5127d21473209de7d610f75d4f049a6138351c6ce55ba987f17b5c2e61ffcb27c3dab8c470b0cfe

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="Determine if an object is a Stream"
HOMEPAGE="
https://github.com/rvagg/isstream
https://www.npmjs.com/package/isstream
"
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/rvagg/isstream/issues</bugs-to>
<remote-id type="github">rvagg/isstream</remote-id>
</upstream>
</pkgmetadata>