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 delegates-1.0.0.tgz 2848 BLAKE2B 7292fc00e45808c067dab4c8a201a98e9310f204a9fe61778d6ab6c058c4fbeb68e789936411d3c112a7d4ebb339fc93a9733bdba0f2c2a36752c7f9cb607489 SHA512 6ddd8bebbf2e89601333a9b967557334212b2378e21b3b7a1c663c395202b38d0942afc700b7dbc8d266a745036a4118e2930c68dd0bcb9a26fc1d5523ffb17d

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="delegate methods and accessors to another property"
HOMEPAGE="
https://github.com/visionmedia/node-delegates
https://www.npmjs.com/package/delegates
"
LICENSE="MIT"
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/visionmedia/node-delegates/issues</bugs-to>
<remote-id type="github">visionmedia/node-delegates</remote-id>
</upstream>
</pkgmetadata>