mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-15 04:17:22 +00:00
14 lines
362 B
JSON
14 lines
362 B
JSON
{
|
|
"name": "base64id"
|
|
, "version": "2.0.0"
|
|
, "license": "MIT"
|
|
, "description": "Generates a base64 id"
|
|
, "author": "Kristian Faeldt <faeldt_kristian@cyberagent.co.jp>"
|
|
, "repository": {
|
|
"type": "git"
|
|
, "url": "https://github.com/faeldt/base64id.git"
|
|
}
|
|
, "main": "./lib/base64id.js"
|
|
, "engines": { "node": "^4.5.0 || >= 5.9" }
|
|
}
|