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
|
{
"name": "free-google-images",
"version": "1.2.1",
"description": "Reverse Engineered Google Image Search API",
"main": "init.js",
"scripts": {
"test": "node test.js astolfo images"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliasFleckenstein03/google_images.git"
},
"keywords": [
"google",
"images",
"google images",
"image search"
],
"author": "EliasFleckenstein03",
"license": "MIT",
"bugs": {
"url": "https://github.com/EliasFleckenstein03/google_images/issues"
},
"homepage": "https://github.com/EliasFleckenstein03/google_images#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"jsonic": "^1.0.1",
"node-fetch": "^2.0.0"
}
}
|