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

@@ -0,0 +1 @@
DIST jsprim-2.0.0.tgz 10962 BLAKE2B 5e3f011def76ec22dff3942dbca8bae5a9aa0c3539b5b75a316f400277cfb8caef39b9d8e39c592bbfd2c5a04a9ee5be0831e522d8f70ebff87032d0da760c55 SHA512 af15c65d819ebd095c1cecd4a607e91a90f55bfddb04cc1079203ab3f87e296b435a80ac5bd4d3a9db6732081e690f3c90b857fde3b825609fda7b3d18e0e507

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="utilities for primitive JavaScript types"
HOMEPAGE="
https://github.com/joyent/node-jsprim
https://www.npmjs.com/package/jsprim
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/assert-plus
dev-js/extsprintf
dev-js/json-schema
dev-js/verror
"

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/joyent/node-jsprim/issues</bugs-to>
<remote-id type="github">joyent/node-jsprim</remote-id>
</upstream>
</pkgmetadata>