dev-nodejs/nanoid - 5.0.1 (lanodanOverlay)

Search

Package Information

Description:
tiny, secure, URL-friendly, unique string ID generator for JavaScript
Homepage:
https://github.com/ai/nanoid
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
5.0.1 8 ~amd64 5
View Raw Ebuild
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit nodejs

DESCRIPTION="tiny, secure, URL-friendly, unique string ID generator for JavaScript"
HOMEPAGE="https://github.com/ai/nanoid"
SRC_URI="https://github.com/ai/nanoid/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="5"
KEYWORDS="~amd64"

RESTRICT="test" # Uses pnpm to run testsuite

Manifest for 5.0.1

Type File Size Source URLs
DIST nanoid-5.0.1.tar.gz 88508 bytes https://github.com/ai/nanoid/archive/refs/tags/5.0.1.tar.gz