UNPKG

uuid-stream

Version:

A Transform stream that generates RFC-compliant UUID v5.

46 lines (45 loc) 1.1 kB
{ "name": "uuid-stream", "version": "2.3.6", "author": "Constructive <developers@constructive.io>", "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/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": [ "stream", "hash", "crypto", "uuidv5", "uuid" ], "dependencies": { "uuid-hash": "^2.3.6" }, "devDependencies": { "makage": "^0.1.10" }, "gitHead": "f2f9c9851beff3214790dfca371e4ca7f6c1373f" }