UNPKG

1.01 kBJSONView Raw
1{
2 "name": "uuidv4",
3 "version": "6.0.1",
4 "description": "uuid creates 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 "main": "build/lib/uuidv4.js",
28 "types": "build/lib/uuidv4.d.ts",
29 "dependencies": {
30 "uuid": "3.4.0"
31 },
32 "devDependencies": {
33 "@types/uuid": "3.4.6",
34 "assertthat": "5.1.0",
35 "roboter": "10.1.22",
36 "semantic-release-configuration": "1.0.10"
37 },
38 "repository": {
39 "type": "git",
40 "url": "git://github.com/thenativeweb/uuidv4.git"
41 },
42 "keywords": [
43 "guid",
44 "uuid"
45 ],
46 "license": "MIT"
47}