@apiverve/meteorites 1.1.5 → 1.1.7

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 +25 -25
  2. package/package.json +31 -31
package/README.md CHANGED
@@ -69,31 +69,31 @@ api.execute(query, function (error, data) {
69
69
  ###### Example Response
70
70
 
71
71
  ```
72
- {
73
- "status": "ok",
74
- "error": null,
75
- "data": {
76
- "count": 1,
77
- "filteredOn": [
78
- "name"
79
- ],
80
- "meteors": [
81
- {
82
- "name": "Allende",
83
- "recclass": "CV3",
84
- "mass": "2000000",
85
- "year": "1969",
86
- "geolocation": {
87
- "type": "Point",
88
- "coordinates": [
89
- -105.31667,
90
- 26.96667
91
- ]
92
- }
93
- }
94
- ]
95
- },
96
- "code": 200
72
+ {
73
+ "status": "ok",
74
+ "error": null,
75
+ "data": {
76
+ "count": 1,
77
+ "filteredOn": [
78
+ "name"
79
+ ],
80
+ "meteors": [
81
+ {
82
+ "name": "Allende",
83
+ "recclass": "CV3",
84
+ "mass": "2000000",
85
+ "year": "1969",
86
+ "geolocation": {
87
+ "type": "Point",
88
+ "coordinates": [
89
+ -105.31667,
90
+ 26.96667
91
+ ]
92
+ }
93
+ }
94
+ ]
95
+ },
96
+ "code": 200
97
97
  }
98
98
  ```
99
99
 
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "name": "@apiverve/meteorites",
3
- "version": "1.1.5",
4
- "description": "Meteorites is a simple tool for getting meteorite data. It returns a list of meteorites that have fallen to Earth.",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "mocha"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/apiverve/meteorites-API.git"
12
- },
13
- "keywords": [
14
- "meteorites","meteorite data","meteorites api","meteorite data api","meteorites tool"
15
- ],
16
- "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
- "license": "MIT",
18
- "bugs": {
19
- "url": "https://github.com/apiverve/meteorites-API/issues"
20
- },
21
- "homepage": "https://apiverve.com/marketplace/api/meteorites?utm_source=npm",
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.7"
31
- }
1
+ {
2
+ "name": "@apiverve/meteorites",
3
+ "version": "1.1.7",
4
+ "description": "Meteorites is a simple tool for getting meteorite data. It returns a list of meteorites that have fallen to Earth.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "mocha"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/apiverve/meteorites-API.git"
12
+ },
13
+ "keywords": [
14
+ "meteorites","meteorite data","meteorites api","meteorite data api","meteorites tool"
15
+ ],
16
+ "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
+ "license": "MIT",
18
+ "bugs": {
19
+ "url": "https://github.com/apiverve/meteorites-API/issues"
20
+ },
21
+ "homepage": "https://apiverve.com/marketplace/api/meteorites?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
  }