UNPKG

which-bot

Version:

detect which bot is from user-agent and is trustable

42 lines (41 loc) 897 B
{ "name": "which-bot", "version": "1.1.3", "description": "detect which bot is from user-agent and is trustable", "main": "dist/index.js", "files": [ "dist", "src", "package.json", "README.md", "LICENSE" ], "scripts": { "prebuild": "rm -rf dist", "build": "tsc", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/yeliex/which-bot.git" }, "keywords": [ "spider", "ua", "user-agent", "bot", "baidu-spider", "google-bot" ], "author": "yeliex<yeliex@yeliex.com>", "license": "MIT", "bugs": { "url": "https://github.com/yeliex/which-bot/issues" }, "homepage": "https://github.com/yeliex/which-bot#readme", "devDependencies": { "@types/node": "^16.9.1", "typescript": "^4.4.3" } }