google-parser
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "google-parser", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "구글에서 이미지, 일반 검색결과를 가져옵니다.", | ||
"main": "index.js", | ||
"main": "google_parser.js", | ||
"scripts": { | ||
"test": "node ./test.js" | ||
"test": "node ./test.js --trace-sync-io" | ||
}, | ||
"author": "trusty_people", | ||
"author": "trusty_people <jioo0224@naver.com>", | ||
"license": "MIT", | ||
@@ -15,3 +15,15 @@ "dependencies": { | ||
"request": "^2.81.0" | ||
} | ||
}, | ||
"keywords": [ | ||
"google", "google search", "google serach without api" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/trustypeople/google-parser.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/trustypeople/google-parser/issues" | ||
}, | ||
"homepage": "https://github.com/trustypeople/google-parser#readme" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4391
0