UNPKG

uuidv4

Version:
50 lines (49 loc) 1.05 kB
{ "name": "uuidv4", "version": "6.2.13", "description": "uuidv4 creates v4 UUIDs.", "contributors": [ { "name": "Golo Roden", "email": "golo.roden@thenativeweb.io" }, { "name": "Matthias Wagler", "email": "matthias.wagler@thenativeweb.io" }, { "name": "Jan-Hendrik Grundhöfer", "email": "jan-hendrik.grundhoefer@thenativeweb.io" }, { "name": "Sven Eppler", "email": "sven.eppler@sodgeit.de" }, { "name": "Hannes Leutloff", "email": "hannes.leutloff@thenativeweb.io" } ], "private": false, "main": "build/lib/uuidv4.js", "types": "build/lib/uuidv4.d.ts", "dependencies": { "@types/uuid": "8.3.4", "uuid": "8.3.2" }, "devDependencies": { "assertthat": "6.4.0", "roboter": "12.7.1", "semantic-release-configuration": "2.0.7" }, "scripts": {}, "repository": { "type": "git", "url": "git://github.com/thenativeweb/uuidv4.git" }, "keywords": [ "guid", "uuid" ], "license": "MIT" }