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 object-assign-4.1.1.tgz 2675 BLAKE2B 2d91b1a932cecfec572480b7b9cbc23263493fd37f22167aa04861e6376f37cff15103e4042b793f1768d26977eb467ac719fad26b0c50ad2dcaeb4ecd955245 SHA512 ac98134279149c7d6c170f324fa552537cc3dec5a6bbab19848b1e63c557f8646edcfe85ec5bbe24d0e85df9251256cb2529dcdc55101d57b8714e618fe05c52

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/sindresorhus/object-assign/issues</bugs-to>
<remote-id type="github">sindresorhus/object-assign</remote-id>
</upstream>
</pkgmetadata>

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="ES2015 Object.assign() ponyfill"
HOMEPAGE="
https://github.com/sindresorhus/object-assign
https://www.npmjs.com/package/object-assign
"
LICENSE="MIT"
KEYWORDS="~amd64"