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

@@ -0,0 +1 @@
DIST cyclist-1.0.1.tgz 2312 BLAKE2B a39cb2304756a87a558ec28bd672dcc9d6ab297f2304ecf057bc8018ce73f9950c25cc21fad74716c3ce8bd4bd5e8c479b139f2c0aa61002af8db548afa40a29 SHA512 34919528f4bcd577a31dc2e168b252ee995a6f47cadec94f875d6611279e0ead96e1923991428afcb4517550ef8c9b1ea236cf07b6708e7c8ec9b83722079afc

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="Cyclist is an efficient cyclic list implemention."
HOMEPAGE="
https://github.com/mafintosh/cyclist
https://www.npmjs.com/package/cyclist
"
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/mafintosh/cyclist/issues</bugs-to>
<remote-id type="github">mafintosh/cyclist</remote-id>
</upstream>
</pkgmetadata>