We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e5345 commit 05f6c47Copy full SHA for 05f6c47
bower.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "ip2proxy-nodejs",
3
+ "description": "This Node.js module provides a fast lookup of proxy information from IP address by using IP2Proxy BIN database.",
4
+ "main": "src/ip2proxy.js",
5
+ "keywords": [
6
+ "vpn-detection",
7
+ "proxy-detection",
8
+ "anonymous-proxy",
9
+ "ip2proxy",
10
+ "proxy-database",
11
+ "vpn",
12
+ "tor",
13
+ "proxy"
14
+ ],
15
+ "authors": [
16
+ "IP2Location.com <[email protected]> (https://www.ip2location.com/)"
17
18
+ "license": "MIT",
19
+ "homepage": "https://www.ip2location.com/",
20
+ "dependencies": {
21
+ "big-integer": ">=1.6.8"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git://github.com/ip2location/ip2proxy-nodejs"
26
+ }
27
+}
0 commit comments