UNPKG

1.05 kBJSONView Raw
1{
2 "name": "uuidv4",
3 "version": "6.2.13",
4 "description": "uuidv4 creates v4 UUIDs.",
5 "contributors": [
6 {
7 "name": "Golo Roden",
8 "email": "golo.roden@thenativeweb.io"
9 },
10 {
11 "name": "Matthias Wagler",
12 "email": "matthias.wagler@thenativeweb.io"
13 },
14 {
15 "name": "Jan-Hendrik Grundhöfer",
16 "email": "jan-hendrik.grundhoefer@thenativeweb.io"
17 },
18 {
19 "name": "Sven Eppler",
20 "email": "sven.eppler@sodgeit.de"
21 },
22 {
23 "name": "Hannes Leutloff",
24 "email": "hannes.leutloff@thenativeweb.io"
25 }
26 ],
27 "private": false,
28 "main": "build/lib/uuidv4.js",
29 "types": "build/lib/uuidv4.d.ts",
30 "dependencies": {
31 "@types/uuid": "8.3.4",
32 "uuid": "8.3.2"
33 },
34 "devDependencies": {
35 "assertthat": "6.4.0",
36 "roboter": "12.7.1",
37 "semantic-release-configuration": "2.0.7"
38 },
39 "scripts": {},
40 "repository": {
41 "type": "git",
42 "url": "git://github.com/thenativeweb/uuidv4.git"
43 },
44 "keywords": [
45 "guid",
46 "uuid"
47 ],
48 "license": "MIT"
49}