@apiverve/thesaurus 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 +60 -60
  2. package/package.json +31 -31
package/README.md CHANGED
@@ -67,66 +67,66 @@ api.execute(query, function (error, data) {
67
67
  ###### Example Response
68
68
 
69
69
  ```
70
- {
71
- "status": "ok",
72
- "error": null,
73
- "data": {
74
- "word": "big",
75
- "similarCount": 50,
76
- "similarWords": [
77
- "large",
78
- "ample",
79
- "sizable",
80
- "sizeable",
81
- "astronomic",
82
- "astronomical",
83
- "galactic",
84
- "bigger",
85
- "larger",
86
- "biggest",
87
- "greatest",
88
- "largest",
89
- "biggish",
90
- "largish",
91
- "blown-up",
92
- "enlarged",
93
- "bouffant",
94
- "puffy",
95
- "bulky",
96
- "capacious",
97
- "colossal",
98
- "prodigious",
99
- "stupendous",
100
- "cosmic",
101
- "deep",
102
- "double",
103
- "elephantine",
104
- "gargantuan",
105
- "giant",
106
- "jumbo",
107
- "enormous",
108
- "tremendous",
109
- "epic",
110
- "heroic",
111
- "larger-than-life",
112
- "extensive",
113
- "extended",
114
- "gigantic",
115
- "mammoth",
116
- "great",
117
- "hulking",
118
- "hulky",
119
- "huge",
120
- "immense",
121
- "vast",
122
- "Brobdingnagian",
123
- "humongous",
124
- "banging",
125
- "thumping",
126
- "whopping"
127
- ]
128
- },
129
- "code": 200
70
+ {
71
+ "status": "ok",
72
+ "error": null,
73
+ "data": {
74
+ "word": "big",
75
+ "similarCount": 50,
76
+ "similarWords": [
77
+ "large",
78
+ "ample",
79
+ "sizable",
80
+ "sizeable",
81
+ "astronomic",
82
+ "astronomical",
83
+ "galactic",
84
+ "bigger",
85
+ "larger",
86
+ "biggest",
87
+ "greatest",
88
+ "largest",
89
+ "biggish",
90
+ "largish",
91
+ "blown-up",
92
+ "enlarged",
93
+ "bouffant",
94
+ "puffy",
95
+ "bulky",
96
+ "capacious",
97
+ "colossal",
98
+ "prodigious",
99
+ "stupendous",
100
+ "cosmic",
101
+ "deep",
102
+ "double",
103
+ "elephantine",
104
+ "gargantuan",
105
+ "giant",
106
+ "jumbo",
107
+ "enormous",
108
+ "tremendous",
109
+ "epic",
110
+ "heroic",
111
+ "larger-than-life",
112
+ "extensive",
113
+ "extended",
114
+ "gigantic",
115
+ "mammoth",
116
+ "great",
117
+ "hulking",
118
+ "hulky",
119
+ "huge",
120
+ "immense",
121
+ "vast",
122
+ "Brobdingnagian",
123
+ "humongous",
124
+ "banging",
125
+ "thumping",
126
+ "whopping"
127
+ ]
128
+ },
129
+ "code": 200
130
130
  }
131
131
  ```
132
132
 
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "name": "@apiverve/thesaurus",
3
- "version": "1.1.4",
4
- "description": "Thesaurus is a simple tool for getting word synonyms. It returns a list of synonyms.",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "mocha"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/apiverve/thesaurus-API.git"
12
- },
13
- "keywords": [
14
- "thesaurus","thesaurus api","thesaurus tool","thesaurus software","thesaurus service"
15
- ],
16
- "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
- "license": "MIT",
18
- "bugs": {
19
- "url": "https://github.com/apiverve/thesaurus-API/issues"
20
- },
21
- "homepage": "https://apiverve.com/marketplace/api/thesaurus",
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/thesaurus",
3
+ "version": "1.1.6",
4
+ "description": "Thesaurus is a simple tool for getting word synonyms. It returns a list of synonyms.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "mocha"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/apiverve/thesaurus-API.git"
12
+ },
13
+ "keywords": [
14
+ "thesaurus","thesaurus api","thesaurus tool","thesaurus software","thesaurus service"
15
+ ],
16
+ "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
+ "license": "MIT",
18
+ "bugs": {
19
+ "url": "https://github.com/apiverve/thesaurus-API/issues"
20
+ },
21
+ "homepage": "https://apiverve.com/marketplace/api/thesaurus?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
  }