warframe-name-generator 2.0.2 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.babelrc ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "presets": ["@babel/preset-env"],
3
+ "plugins": ["@babel/plugin-transform-class-properties", "@babel/plugin-transform-private-methods"]
4
+ }
package/.c8rc.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "reporter": ["lcov", "text"],
3
+ "skip-full": true
4
+ }
package/.eslintrc.yaml ADDED
@@ -0,0 +1,5 @@
1
+ extends:
2
+ - '@wfcd/eslint-config/esm'
3
+ parserOptions:
4
+ sourceType: module
5
+ parser: '@babel/eslint-parser'
@@ -0,0 +1 @@
1
+ npx --no -- commitlint --edit $1
@@ -0,0 +1 @@
1
+ npx lint-staged
@@ -0,0 +1,9 @@
1
+ '*.js':
2
+ - eslint --cache --fix
3
+ - npm test
4
+ package*.json:
5
+ - npx prettier --write
6
+ - npm dedupe
7
+ - npx sort-package-json
8
+ '*.{json,yml,yaml},!data/json/*.json,*rc.*':
9
+ - npx prettier --write
package/.mocharc.yaml ADDED
@@ -0,0 +1,5 @@
1
+ exit: true
2
+ check-leaks: true
3
+ diff: true
4
+ color: true
5
+ spec: test/**/*.spec.js
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- lts/hydrogen
1
+ lts/jod
package/.prettierrc ADDED
@@ -0,0 +1 @@
1
+ "@wfcd/eslint-config/prettier"
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Warframe Name Generator
2
2
 
3
-
4
3
  ## Installation
4
+
5
5
  ```
6
6
  npm i -S warframe-name-generator
7
7
  ```
@@ -21,4 +21,4 @@ import data from 'warframe-name-generator/data';
21
21
 
22
22
  ## Contact me
23
23
 
24
- [![Contact me on Discord](https://img.shields.io/badge/discord-Tobiah%230001-7289DA.svg)](https://discord.gg/jGZxH9f "Contact me on Discord: Tobiah#0001")
24
+ [![Contact me on Discord](https://img.shields.io/badge/discord-Tobiah%230001-7289DA.svg)](https://discord.gg/jGZxH9f 'Contact me on Discord: Tobiah#0001')
@@ -0,0 +1,6 @@
1
+ export default {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'body-max-line-length': [0],
5
+ },
6
+ };
@@ -102,4 +102,4 @@
102
102
  "Zahn",
103
103
  "Zanuka",
104
104
  "Zeta"
105
- ]
105
+ ]
@@ -1,12 +1,14 @@
1
- ["Partner",
2
- "Associate",
3
- "Trustee",
4
- "Teller",
5
- "Creman",
6
- "Analyst",
7
- "Tech",
8
- "Accountant",
9
- "Board Member",
10
- "Auditor",
11
- "Executive",
12
- "Investor"]
1
+ [
2
+ "Partner",
3
+ "Associate",
4
+ "Trustee",
5
+ "Teller",
6
+ "Creman",
7
+ "Analyst",
8
+ "Tech",
9
+ "Accountant",
10
+ "Board Member",
11
+ "Auditor",
12
+ "Executive",
13
+ "Investor"
14
+ ]
@@ -1,51 +1,53 @@
1
- ["Klarg",
2
- "Lech",
3
- "Ven’kra",
4
- "Lek Ti",
5
- "Kal",
6
- "Vem",
7
- "Tab’ok",
8
- "Sik",
9
- "Vey",
10
- "Leekter",
11
- "Skuul",
12
- "Seegar",
13
- "Grun",
14
- "Tyl",
15
- "Kuu’l",
16
- "Scorpion",
17
- "Scorch",
18
- "Grakata",
19
- "Napalm",
20
- "Clem",
21
- "Gli’vun",
22
- "Rak",
23
- "Sargas",
24
- "Kloy",
25
- "Butcher",
26
- "Drahk",
27
- "Yi’Tik",
28
- "Rakshiil",
29
- "Regor",
30
- "Ogma",
31
- "Tengus",
32
- "Dreg",
33
- "Rk",
34
- "Dargyn",
35
- "Roller",
36
- "Sprag",
37
- "De Thaym",
38
- "Kee’la",
39
- "Nukor",
40
- "Klem",
41
- "Koh’mak",
42
- "Amphis",
43
- "Kril",
44
- "Kilm",
45
- "Powerfist",
46
- "Vul’kar",
47
- "Ha-rak",
48
- "Hind",
49
- "Kah’dra",
50
- "Kraken",
51
- "Ogris"]
1
+ [
2
+ "Klarg",
3
+ "Lech",
4
+ "Ven’kra",
5
+ "Lek Ti",
6
+ "Kal",
7
+ "Vem",
8
+ "Tab’ok",
9
+ "Sik",
10
+ "Vey",
11
+ "Leekter",
12
+ "Skuul",
13
+ "Seegar",
14
+ "Grun",
15
+ "Tyl",
16
+ "Kuu’l",
17
+ "Scorpion",
18
+ "Scorch",
19
+ "Grakata",
20
+ "Napalm",
21
+ "Clem",
22
+ "Gli’vun",
23
+ "Rak",
24
+ "Sargas",
25
+ "Kloy",
26
+ "Butcher",
27
+ "Drahk",
28
+ "YiTik",
29
+ "Rak’shiil",
30
+ "Regor",
31
+ "Ogma",
32
+ "Tengus",
33
+ "Dreg",
34
+ "Rk",
35
+ "Dargyn",
36
+ "Roller",
37
+ "Sprag",
38
+ "De Thaym",
39
+ "Keela",
40
+ "Nuko’r",
41
+ "Klem",
42
+ "Kohmak",
43
+ "Amph’is",
44
+ "Kril",
45
+ "Kilm",
46
+ "Powerfist",
47
+ "Vul’kar",
48
+ "Ha-rak",
49
+ "Hind",
50
+ "Kah’dra",
51
+ "Kraken",
52
+ "Ogris"
53
+ ]
@@ -1,11 +1 @@
1
- ["General",
2
- "Elite",
3
- "Sergeant",
4
- "Captain",
5
- "Praetor",
6
- "Eximus",
7
- "Councilor",
8
- "Doctor",
9
- "Queen",
10
- "Dictator",
11
- "Consul"]
1
+ ["General", "Elite", "Sergeant", "Captain", "Praetor", "Eximus", "Councilor", "Doctor", "Queen", "Dictator", "Consul"]
@@ -1,26 +1,28 @@
1
- ["Nauseous",
2
- "Volatile",
3
- "Electric",
4
- "Toxic",
5
- "Healer",
6
- "Tar",
7
- "Swarm",
8
- "Disruptor",
9
- "Behemoth",
10
- "Sanguine",
11
- "Parasitic",
12
- "Derelict",
13
- "Sinew",
14
- "Fossilized",
15
- "Pulsating",
16
- "Infected",
17
- "Bile",
18
- "Caustic",
19
- "Venomous",
20
- "Arcane",
21
- "Technocyte",
22
- "Fatal",
23
- "Chitinous",
24
- "Nanite",
25
- "Severed",
26
- "Convulsing"]
1
+ [
2
+ "Nauseous",
3
+ "Volatile",
4
+ "Electric",
5
+ "Toxic",
6
+ "Healer",
7
+ "Tar",
8
+ "Swarm",
9
+ "Disruptor",
10
+ "Behemoth",
11
+ "Sanguine",
12
+ "Parasitic",
13
+ "Derelict",
14
+ "Sinew",
15
+ "Fossilized",
16
+ "Pulsating",
17
+ "Infected",
18
+ "Bile",
19
+ "Caustic",
20
+ "Venomous",
21
+ "Arcane",
22
+ "Technocyte",
23
+ "Fatal",
24
+ "Chitinous",
25
+ "Nanite",
26
+ "Severed",
27
+ "Convulsing"
28
+ ]
@@ -1,28 +1,30 @@
1
- ["Neurode",
2
- "Lephantis",
3
- "Lesion",
4
- "Torid",
5
- "Synapse",
6
- "Caustacyst",
7
- "Djinn",
8
- "Mios",
9
- "Phage",
10
- "Ichor",
11
- "Toxocyst",
12
- "Mutagen",
13
- "Paracyst",
14
- "Mire",
15
- "Embolist",
16
- "Pox",
17
- "Scoliac",
18
- "Cerata",
19
- "Tysis",
20
- "Phorid",
21
- "Maggot",
22
- "Sac",
23
- "Spore",
24
- "Tumor",
25
- "Hive",
26
- "Spawn",
27
- "Tubercule",
28
- "Palpator"]
1
+ [
2
+ "Neurode",
3
+ "Lephantis",
4
+ "Lesion",
5
+ "Torid",
6
+ "Synapse",
7
+ "Caustacyst",
8
+ "Djinn",
9
+ "Mios",
10
+ "Phage",
11
+ "Ichor",
12
+ "Toxocyst",
13
+ "Mutagen",
14
+ "Paracyst",
15
+ "Mire",
16
+ "Embolist",
17
+ "Pox",
18
+ "Scoliac",
19
+ "Cerata",
20
+ "Tysis",
21
+ "Phorid",
22
+ "Maggot",
23
+ "Sac",
24
+ "Spore",
25
+ "Tumor",
26
+ "Hive",
27
+ "Spawn",
28
+ "Tubercule",
29
+ "Palpator"
30
+ ]
@@ -1,13 +1 @@
1
- [
2
- "Jade",
3
- "Golden",
4
- "Cold",
5
- "Gold",
6
- "Ornate",
7
- "Pristine",
8
- "Resplendent",
9
- "Ornamental",
10
- "Ivory",
11
- "Magnificent",
12
- "Prime"
13
- ]
1
+ ["Jade", "Golden", "Cold", "Gold", "Ornate", "Pristine", "Resplendent", "Ornamental", "Ivory", "Magnificent", "Prime"]
@@ -1,5 +1 @@
1
- [
2
- "Void",
3
- "Tower",
4
- "Weave"
5
- ]
1
+ ["Void", "Tower", "Weave"]
@@ -1 +1,13 @@
1
- ["Battalyst", "Conculyst", "Eradicyst", "Mimic", "Oculyst", "Vomvalyst", "Teralyst", "Hydrolyst", "Hunhow", "Natah", "Gantulyst"]
1
+ [
2
+ "Battalyst",
3
+ "Conculyst",
4
+ "Eradicyst",
5
+ "Mimic",
6
+ "Oculyst",
7
+ "Vomvalyst",
8
+ "Teralyst",
9
+ "Hydrolyst",
10
+ "Hunhow",
11
+ "Natah",
12
+ "Gantulyst"
13
+ ]
@@ -1,7 +1 @@
1
- [
2
- "Zariman Ten-Zero",
3
- "Reservoir",
4
- "Orbiter",
5
- "Mantis",
6
- "Liset"
7
- ]
1
+ ["Zariman Ten-Zero", "Reservoir", "Orbiter", "Mantis", "Liset"]
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "warframe-name-generator",
3
- "version": "2.0.2",
3
+ "version": "2.0.5",
4
4
  "description": "Name Generator for Warframe",
5
+ "keywords": [
6
+ "warframe",
7
+ "name generator",
8
+ "warframe name generator"
9
+ ],
10
+ "repository": "https://github.com/WFCD/warframe-name-generator",
11
+ "license": "Apache-2.0",
12
+ "author": "TobiTenno",
13
+ "type": "module",
5
14
  "exports": {
6
15
  ".": {
7
16
  "import": "./lib/Generator.js"
@@ -10,62 +19,29 @@
10
19
  "import": "./lib/data.js"
11
20
  }
12
21
  },
13
- "type": "module",
14
22
  "scripts": {
15
- "test": "c8 mocha",
23
+ "fmt": "npx prettier --check .",
24
+ "fmt:fix": "npx prettier --write .",
16
25
  "lint": "eslint .",
17
26
  "lint:fix": "eslint . --fix",
18
- "postinstall": "npx install-peerdeps @wfcd/eslint-config@latest -S"
19
- },
20
- "keywords": [
21
- "warframe",
22
- "name generator",
23
- "warframe name generator"
24
- ],
25
- "author": "TobiTenno",
26
- "license": "Apache-2.0",
27
- "engines": {
28
- "node": ">=18.19.1",
29
- "npm": ">=10.2.4"
27
+ "prepare": "husky && npx install-peerdeps @wfcd/eslint-config@latest -S",
28
+ "test": "c8 mocha"
30
29
  },
31
30
  "devDependencies": {
31
+ "@commitlint/cli": "^20.0.0",
32
+ "@commitlint/config-conventional": "^20.0.0",
32
33
  "c8": "^10.1.2",
33
- "chai": "^5.1.0",
34
- "mocha": "^10.3.0",
35
- "sinon": "^19.0.2"
36
- },
37
- "c8": {
38
- "reporter": [
39
- "lcov",
40
- "text"
41
- ],
42
- "skip-full": true
34
+ "chai": "^6.0.1",
35
+ "husky": "^9.1.7",
36
+ "lint-staged": "^16.0.0",
37
+ "mocha": "^11.1.0",
38
+ "sinon": "^21.0.0"
43
39
  },
44
- "mocha": {
45
- "exit": true,
46
- "check-leaks": true,
47
- "diff": true,
48
- "color": true,
49
- "spec": "test/**/*.spec.js"
50
- },
51
- "eslintIgnore": [],
52
- "eslintConfig": {
53
- "extends": [
54
- "@wfcd/eslint-config/esm"
55
- ],
56
- "parserOptions": {
57
- "sourceType": "module",
58
- "parser": "@babel/eslint-parser"
59
- }
60
- },
61
- "babel": {
62
- "presets": [
63
- "@babel/preset-env"
64
- ],
65
- "plugins": [
66
- "@babel/plugin-transform-class-properties",
67
- "@babel/plugin-transform-private-methods"
68
- ]
40
+ "engines": {
41
+ "node": ">=18.19.1",
42
+ "npm": ">=10.2.4"
69
43
  },
70
- "prettier": "@wfcd/eslint-config/prettier"
44
+ "publishConfig": {
45
+ "provenance": true
46
+ }
71
47
  }