{
  "name": "uuid-stream",
  "version": "2.19.0",
  "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",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "stream",
    "hash",
    "crypto",
    "uuidv5",
    "uuid"
  ],
  "dependencies": {
    "uuid-hash": "^2.19.0"
  },
  "devDependencies": {
    "makage": "^0.3.0"
  },
  "gitHead": "7eb34a3baa10ba3476575967b87ff51b606e042a"
}
