.github
1 year ago
.gitignore
1 year ago
.travis.yml
2 years ago
LICENSE
3 years ago
MANIFEST.in
2 years ago
README.md
1 year ago
__init__.py
1 year ago
composer.json
3 years ago
crawler-user-agents.json
1 year ago
format.js
1 year ago
go.mod
2 years ago
go.sum
2 years ago
index.d.ts
3 years ago
main.php
3 years ago
package-lock.json
2 years ago
package.json
2 years ago
pyproject.toml
1 year ago
test_harness.py
1 year ago
test_validation.py
3 years ago
validate.go
1 year ago
validate.php
3 years ago
validate.py
2 years ago
validate_test.go
1 year ago
package.json
22 lines
| 1 | { |
| 2 | "name": "crawler-user-agents", |
| 3 | "version": "1.0.0", |
| 4 | "main": "crawler-user-agents.json", |
| 5 | "typings": "./index.d.ts", |
| 6 | "author": "Martin Monperrus <martin.monperrus@gnieh.org>", |
| 7 | "license": "MIT", |
| 8 | "description": "This repository contains a list of of HTTP user-agents used by robots, crawlers, and spiders as in single JSON file.", |
| 9 | "repository": { |
| 10 | "type": "git", |
| 11 | "url": "git+https://github.com/monperrus/crawler-user-agents.git" |
| 12 | }, |
| 13 | "keywords": [], |
| 14 | "bugs": { |
| 15 | "url": "https://github.com/monperrus/crawler-user-agents/issues" |
| 16 | }, |
| 17 | "homepage": "https://github.com/monperrus/crawler-user-agents#readme", |
| 18 | "devDependencies": { |
| 19 | "pacote": "17.0.6" |
| 20 | } |
| 21 | } |
| 22 |