-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 922 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 922 Bytes
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
31
32
33
{
"name": "crawler-user-agents",
"version": "1.0.0",
"main": "crawler-user-agents.json",
"typings": "./index.d.ts",
"exports": {
".": {
"require": {
"types": "./index.d.ts",
"default": "./crawler-user-agents.json"
},
"import": {
"types": "./index.d.mts",
"default": "./index.mjs"
}
}
},
"author": "Martin Monperrus <martin.monperrus@gnieh.org>",
"license": "MIT",
"description": "This repository contains a list of of HTTP user-agents used by robots, crawlers, and spiders as in single JSON file.",
"repository": {
"type": "git",
"url": "git+https://github.com/monperrus/crawler-user-agents.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/monperrus/crawler-user-agents/issues"
},
"homepage": "https://github.com/monperrus/crawler-user-agents#readme",
"devDependencies": {
"pacote": "21.0.4"
}
}