uuid-hash
Version:
Es6 class that generates RFC-compliant UUID v5.
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "uuid-hash",
"version": "2.24.0",
"author": "Constructive <developers@constructive.io>",
"description": "Es6 class that generates RFC-compliant UUID v5.",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/constructive-io/constructive",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/constructive-io/constructive"
},
"bugs": {
"url": "https://github.com/constructive-io/constructive/issues"
},
"scripts": {
"clean": "makage clean",
"prepack": "npm run build",
"build": "makage build",
"build:dev": "makage build --dev",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"hash",
"crypto",
"uuidv5",
"uuid"
],
"devDependencies": {
"makage": "^0.3.0"
},
"gitHead": "bb3269d48cdf2bc8f361bdd79b4833c921c13ec3"
}