uuid3-by-string
Version:
Generating uuid-hash from string
45 lines (44 loc) • 856 B
JSON
{
"name": "uuid3-by-string",
"version": "1.0.1",
"description": "Generating uuid-hash from string",
"main": "src/index.js",
"typings": "index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mKlooney/uuid3-by-string"
},
"keywords": [
"uuid",
"guid",
"rfc4122",
"rfc-4122",
"hash",
"v3",
"md5"
],
"author": "Matthias Klooney",
"license": "MIT",
"bugs": {
"url": "https://github.com/mKlooney/uuid3-by-string/issues"
},
"homepage": "https://github.com/mKlooney/uuid3-by-string",
"jest": {
"testMatch": [
"**/tests/*.+(ts|tsx|js)"
],
"collectCoverage": true,
"collectCoverageFrom": [
"src/**"
]
},
"dependencies": {
"js-md5": "^0.7.3"
},
"devDependencies": {
"jest": "^24.8.0"
}
}