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

@@ -0,0 +1 @@
DIST qs-6.9.6.tgz 35999 BLAKE2B 135ceb488052fe6fa00a8c6768f1ff6a8d1baca9097dfc57929b3bdda6a096c6de95d31c03cd3560afc55aad59fd58ca7fc8976a2c0942c9bd32facabe09be93 SHA512 4c8464e1aa982cda0951b77e836944773e642d622e4cc45a8005f197bf10d118958c03ae80799e28d19d777730a3f92da5ff5a2fd7a909f16a58310acac5252d

12
dev-js/qs/metadata.xml Normal file
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/ljharb/qs/issues</bugs-to>
<remote-id type="github">ljharb/qs</remote-id>
</upstream>
</pkgmetadata>

14
dev-js/qs/qs-6.9.6.ebuild Normal file
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="A querystring parser that supports nesting and arrays, with a depth limit"
HOMEPAGE="
https://github.com/ljharb/qs
https://www.npmjs.com/package/qs
"
LICENSE="BSD"
KEYWORDS="~amd64"