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

@@ -0,0 +1 @@
DIST async-3.2.0.tgz 140982 BLAKE2B 289acd67a1f697dc678ceaff21dcecf03fc760edda6177000bc7105ffde02f76eac22dba369725117395e9021c8f9aae6b97001633e849c3a966cd1f0b5aa897 SHA512 4d1da61191553a3da92d2b58c4b86ded3c9fb91cdac9d7e9c6bde4f51a47233320c3b03ae1dcec76a0b11f5589c907687bc4f5d270d777dc271228268ae1c867

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="Higher-order functions and common patterns for asynchronous code"
HOMEPAGE="
https://caolan.github.io/async/
https://www.npmjs.com/package/async
"
LICENSE="MIT"
KEYWORDS="~amd64"

12
dev-js/async/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/caolan/async/issues</bugs-to>
<remote-id type="github">caolan/async</remote-id>
</upstream>
</pkgmetadata>