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 json-schema-0.3.0.tgz 8907 BLAKE2B f2663b8539415fcfbcc9e9a9ef2016a3f09f336ab1afc9fd2b6ceb373400d28aa636617a8adface7b80cfecd98562743d542df695889f8e91365212cc463219a SHA512 4d87f1c77eb17e5e7645fd4b53d1f25922c63dd60b2fe490f3f13fd32572286f300820da4ab84f6a9d2f11d96c65645a4bab6728a2cf1a21091a2444542f24c5

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="JSON Schema validation and specifications"
HOMEPAGE="
https://github.com/kriszyp/json-schema
https://www.npmjs.com/package/json-schema
"
LICENSE="|| ( AFL-2.1 BSD )"
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/kriszyp/json-schema/issues</bugs-to>
<remote-id type="github">kriszyp/json-schema</remote-id>
</upstream>
</pkgmetadata>