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

1
dev-js/bsert/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST bsert-0.0.10.tgz 5092 BLAKE2B c72418f81c18d80969786964f7b38f474c5211929bc80387a24c99ff7662a26a515343324bf1306188abccb519c69de2e3afb3016bf9bc7d790eecd966bcb8d8 SHA512 34737095a73e58fcb8b762e8361f295e4f2e688187dcd49a2146d34d15c6a44d9611bab4b5efed0f29181e414ae7b60a2cf8effda18799baaf9c6795583cf9ed

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="Minimal assert with type checking"
HOMEPAGE="
https://github.com/chjj/bsert
https://www.npmjs.com/package/bsert
"
LICENSE="MIT"
KEYWORDS="~amd64"

12
dev-js/bsert/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/chjj/bsert/issues</bugs-to>
<remote-id type="github">git://github.com/chjj/bsert.git</remote-id>
</upstream>
</pkgmetadata>