-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 1.63 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@xaroth8088/random-names",
"version": "1.1.3",
"description": "A random name generator for all kinds of things",
"main": "index.js",
"repository": "https://github.com/xaroth8088/random-names.git",
"author": "Geoffrey Benson, et al. <xaroth@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/xaroth8088/random-names#readme",
"scripts": {
"lint": "eslint --ext .mjs generators",
"lint:fix": "eslint --ext .mjs --fix generators",
"test": "node test/test.mjs"
},
"bugs": {
"url": "https://github.com/xaroth8088/random-names/issues"
},
"keywords": [
"random",
"fantasy",
"names",
"generator",
"armour",
"description",
"destiny",
"diablo",
"doctor",
"who",
"dragon",
"age",
"dragon",
"ball",
"dungeons",
"dragons",
"elder",
"scrolls",
"eve",
"online",
"final",
"fantasy",
"game",
"thrones",
"guild",
"wars",
"halo",
"harry",
"potter",
"inheritance",
"cycle",
"legend",
"zelda",
"lord",
"rings",
"mass",
"effect",
"military",
"pathfinder",
"pets",
"places",
"pop",
"culture",
"real",
"rift",
"star",
"trek",
"star",
"wars",
"witcher",
"towns",
"cities",
"warhammer",
"weapons",
"wildstar",
"world",
"warcraft",
"wow"
],
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.16.0"
},
"dependencies": {
"lodash-es": "^4.17.21"
}
}