deno.land / x / color_hash@v2.0.1 / package.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ "name": "color-hash", "version": "2.0.1", "description": "Generate color based on the given string (using HSL color space and SHA256).", "main": "dist/color-hash.js", "scripts": { "prepublishOnly": "make build", "test": "node -e \"const ColorHash = require('.').default; new ColorHash();\"" }, "repository": { "type": "git", "url": "https://github.com/zenozeng/color-hash.git" }, "author": "Zeno Zeng", "license": "MIT", "bugs": { "url": "https://github.com/zenozeng/color-hash/issues" }, "dependencies": {}, "devDependencies": { "typescript": "^4.2.4" }}
color_hash

Version Info

Tagged at
3 years ago