dev-js/*: hsd dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-30 14:23:42 +02:00
parent b17063fe77
commit 1f061f5247
102 changed files with 1089 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST buffer-map-0.0.7.tgz 2530 BLAKE2B d9e91d1ee2b88e954106378d66080b02b9d87f35194e3285d5dd147f9b17be0c4457da62dc186773b31873f634aea1beec0ec56e77b2dbd5052093e0bc91e6fd SHA512 f79b6bcb7a7fbcc464200027243686905846a53ffae4da1e5ba5de9443e3028996611e7c450b56e24867d12c0a8f7e2466813bbb12fbc36928652c1b9eccef41

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="Buffer-keyed map for javascript"
HOMEPAGE="
https://github.com/chjj/buffer-map
https://www.npmjs.com/package/buffer-map
"
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/chjj/buffer-map/issues</bugs-to>
<remote-id type="github">git://github.com/chjj/buffer-map.git</remote-id>
</upstream>
</pkgmetadata>