uuid-hash
Version:
Es6 class that generates RFC-compliant UUID v5.
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "uuid-hash",
"version": "2.3.6",
"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 --passWithNoTests",
"test:watch": "jest --watch"
},
"keywords": [
"hash",
"crypto",
"uuidv5",
"uuid"
],
"devDependencies": {
"makage": "^0.1.10"
},
"gitHead": "f2f9c9851beff3214790dfca371e4ca7f6c1373f"
}