UNPKG

goofy-names

Version:

Generate a unique but deterministic Docker container-like name from a string

28 lines (27 loc) 727 B
{ "name": "goofy-names", "version": "1.0.0", "description": "Generate a unique but deterministic Docker container-like name from a string", "main": "index.cjs", "module": "index.mjs", "scripts": { "test": "node test.cjs && node --experimental-json-modules test.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/mmomtchev/goofy-names.git" }, "keywords": [ "goofy", "name-generator" ], "author": "Momtchil Momtchev <momtchil@momtchev.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/mmomtchev/goofy-names/issues" }, "homepage": "https://github.com/mmomtchev/goofy-names#readme", "dependencies": { "simple-sha1": "^3.1.0" } }