commit
This commit is contained in:
parent
be4fd23bcf
commit
0bd53741af
728 changed files with 86573 additions and 0 deletions
61
node_modules/googlethis/package.json
generated
vendored
Normal file
61
node_modules/googlethis/package.json
generated
vendored
Normal file
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"name": "googlethis",
|
||||
"version": "1.6.0",
|
||||
"description": "A simple yet powerful module to retrieve organic search results and much more from Google.",
|
||||
"main": "lib/index.js",
|
||||
"author": "LuanRT <luan.lrt4@gmail.com> (https://github.com/LuanRT)",
|
||||
"funding": "https://ko-fi.com/luanrt",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "eslint ./",
|
||||
"lint:fix": "eslint --fix ./",
|
||||
"build:types": "npx tsc"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
"types": "./typings/index.d.ts",
|
||||
"directories": {
|
||||
"test": "./test",
|
||||
"typings": "./typings",
|
||||
"examples": "./examples",
|
||||
"lib": "./lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"cheerio": "1.0.0-rc.10",
|
||||
"form-data": "^4.0.0",
|
||||
"unraw": "^2.0.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/LuanRT/google-this.git"
|
||||
},
|
||||
"keywords": [
|
||||
"search",
|
||||
"google",
|
||||
"google-this",
|
||||
"google-search",
|
||||
"google-scraper",
|
||||
"google-image-search",
|
||||
"reverse-image-search",
|
||||
"search-results",
|
||||
"web-scraping",
|
||||
"image-search",
|
||||
"image",
|
||||
"scraper",
|
||||
"serp",
|
||||
"gis"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/LuanRT/google-this/issues"
|
||||
},
|
||||
"homepage": "https://github.com/LuanRT/google-this#readme",
|
||||
"devDependencies": {
|
||||
"@types/node": "^17.0.31",
|
||||
"eslint": "^8.16.0",
|
||||
"jest": "^28.1.0",
|
||||
"typescript": "^4.6.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue