uuid-stream
Version:
A Transform stream that generates RFC-compliant UUID v5.
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "uuid-stream",
"version": "2.2.9",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "A Transform stream that generates RFC-compliant UUID v5.",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/launchql",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/launchql"
},
"bugs": {
"url": "https://github.com/launchql/launchql/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": [
"stream",
"hash",
"crypto",
"uuidv5",
"uuid"
],
"dependencies": {
"uuid-hash": "^2.2.9"
},
"devDependencies": {
"makage": "^0.1.6"
},
"gitHead": "e4643c07b6a961b964bbb132308366fc549504a1"
}