gradio / node_modules /node-uuid /component.json
reisarod's picture
Upload folder using huggingface_hub
5fae594 verified
raw
history blame contribute delete
507 Bytes
{
"name": "node-uuid",
"repo": "broofa/node-uuid",
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"version": "1.4.7",
"author": "Robert Kieffer <[email protected]>",
"contributors": [
{
"name": "Christoph Tavan <[email protected]>",
"github": "https://github.com/ctavan"
}
],
"keywords": [
"uuid",
"guid",
"rfc4122"
],
"dependencies": {},
"development": {},
"main": "uuid.js",
"scripts": [
"uuid.js"
],
"license": "MIT"
}