@apiverve/usernamegenerator 1.1.4 → 1.1.6

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.
Files changed (2) hide show
  1. package/README.md +20 -20
  2. package/package.json +31 -31
package/README.md CHANGED
@@ -68,26 +68,26 @@ api.execute(query, function (error, data) {
68
68
  ###### Example Response
69
69
 
70
70
  ```
71
- {
72
- "status": "ok",
73
- "error": null,
74
- "data": {
75
- "count": 10,
76
- "suggestions": [
77
- "seancleave",
78
- "sean",
79
- "egomismsean",
80
- "seanmausoleum",
81
- "seanjewel",
82
- "seanunregenerate",
83
- "seanbrachyural",
84
- "millenarismsean",
85
- "seanyardstick",
86
- "seanlachrymiform"
87
- ],
88
- "email": "sean@mail.com"
89
- },
90
- "code": 200
71
+ {
72
+ "status": "ok",
73
+ "error": null,
74
+ "data": {
75
+ "count": 10,
76
+ "suggestions": [
77
+ "restagnationsean",
78
+ "irisedsean",
79
+ "seaninconstance",
80
+ "sean",
81
+ "seancomportable",
82
+ "seanextuberant",
83
+ "seanwallaba",
84
+ "seanproduct",
85
+ "seanuprighteously",
86
+ "seanpsychiatry"
87
+ ],
88
+ "email": "sean@mail.com"
89
+ },
90
+ "code": 200
91
91
  }
92
92
  ```
93
93
 
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "name": "@apiverve/usernamegenerator",
3
- "version": "1.1.4",
4
- "description": "Username Generator is a simple tool for generating usernames. It returns a list of usernames based on the specified criteria.",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "mocha"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/apiverve/usernamegenerator-API.git"
12
- },
13
- "keywords": [
14
- "username generator","username generator api","username generator tool","username generator software","username generator service"
15
- ],
16
- "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
- "license": "MIT",
18
- "bugs": {
19
- "url": "https://github.com/apiverve/usernamegenerator-API/issues"
20
- },
21
- "homepage": "https://apiverve.com/marketplace/api/usernamegenerator",
22
- "devDependencies": {
23
- "mocha": "^10.7.3",
24
- "chai": "^5.1.1",
25
- "dotenv": "^16.4.5"
26
- },
27
- "dependencies": {
28
- "node-fetch": "^3.3.2",
29
- "promise": "^8.3.0",
30
- "axios": "1.7.4"
31
- }
1
+ {
2
+ "name": "@apiverve/usernamegenerator",
3
+ "version": "1.1.6",
4
+ "description": "Username Generator is a simple tool for generating usernames. It returns a list of usernames based on the specified criteria.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "mocha"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/apiverve/usernamegenerator-API.git"
12
+ },
13
+ "keywords": [
14
+ "username generator","username generator api","username generator tool","username generator software","username generator service"
15
+ ],
16
+ "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
+ "license": "MIT",
18
+ "bugs": {
19
+ "url": "https://github.com/apiverve/usernamegenerator-API/issues"
20
+ },
21
+ "homepage": "https://apiverve.com/marketplace/api/usernamegenerator?utm_source=npm",
22
+ "devDependencies": {
23
+ "mocha": "^11.0.1",
24
+ "chai": "^5.1.2",
25
+ "dotenv": "^16.4.7"
26
+ },
27
+ "dependencies": {
28
+ "node-fetch": "^3.3.2",
29
+ "promise": "^8.3.0",
30
+ "axios": "1.7.9"
31
+ }
32
32
  }