-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
37 lines (37 loc) · 865 Bytes
/
package.json
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
34
35
36
37
{
"name": "ip2proxy-nodejs",
"version": "4.3.2",
"description": "IP2Proxy proxy detection component",
"keywords": [
"vpn-detection",
"proxy-detection",
"anonymous-proxy",
"ip2proxy",
"proxy-database",
"vpn",
"tor",
"proxy"
],
"homepage": "https://www.ip2location.com/development-libraries/ip2proxy/nodejs",
"author": {
"name": "IP2Location.com",
"email": "sales@ip2location.com",
"url": "https://www.ip2location.com/"
},
"files": [
"src/ip2proxy.js",
"src/test.js",
"src/ip2proxy.d.ts",
"./README.md"
],
"main": "src/ip2proxy.js",
"types": "src/ip2proxy.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ip2location/ip2proxy-nodejs.git"
},
"devDependencies": {
"prettier": "2.4.0"
}
}