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

@@ -0,0 +1 @@
DIST caseless-0.12.0.tgz 5323 BLAKE2B 5dd6e051317a2a3f554bbbd981282efa1b846fadc1c9d456e5aa3f061c80b6d4166b4f4c278873a14c4b7aa91ae8336cfc8aca78e068d6e2b145f8a86c69828f SHA512 e2d605ca27da15f19a72888e6e325e828964c12538c503466d581488d6155316d0db1da552c16f638855815cc68887ba58b38fab27165c0e3497e3d6b31b6153

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="Caseless object set/get/has, very useful when working with HTTP headers."
HOMEPAGE="
https://github.com/mikeal/caseless
https://www.npmjs.com/package/caseless
"
LICENSE="Apache-2.0"
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/mikeal/caseless/issues</bugs-to>
<remote-id type="github">mikeal/caseless</remote-id>
</upstream>
</pkgmetadata>