|
1 | 1 | { |
2 | | - "name": "ip2proxy-nodejs", |
3 | | - "version": "1.0.0", |
4 | | - "description": "IP2Proxy proxy detection component", |
5 | | - "keywords": ["ip2proxy", "proxy detection"], |
6 | | - "homepage": "http://www.ip2location.com/ip2proxy/developers/nodejs", |
7 | | - "author": { |
8 | | - "name": "IP2Location.com", |
9 | | - |
10 | | - "url": "http://www.ip2location.com/" |
11 | | - }, |
12 | | - "files": ["src/ip2proxy.js","src/test.js","./README.md"], |
13 | | - "main": "src/ip2proxy.js", |
14 | | - "license" : "LGPL", |
15 | | - "dependencies" : { |
16 | | - "big-integer" : ">=1.6.8" |
17 | | - }, |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "https://github.com/ip2location/ip2proxy-nodejs" |
21 | | - } |
| 2 | + "name": "ip2proxy-nodejs", |
| 3 | + "version": "1.0.1", |
| 4 | + "description": "IP2Proxy proxy detection component", |
| 5 | + "keywords": [ |
| 6 | + "ip2proxy", |
| 7 | + "proxy detection" |
| 8 | + ], |
| 9 | + "homepage": "http://www.ip2location.com/ip2proxy/developers/nodejs", |
| 10 | + "author": { |
| 11 | + "name": "IP2Location.com", |
| 12 | + |
| 13 | + "url": "http://www.ip2location.com/" |
| 14 | + }, |
| 15 | + "files": [ |
| 16 | + "src/ip2proxy.js", |
| 17 | + "src/test.js", |
| 18 | + "./README.md" |
| 19 | + ], |
| 20 | + "main": "src/ip2proxy.js", |
| 21 | + "license": "LGPL", |
| 22 | + "dependencies": { |
| 23 | + "big-integer": ">=1.6.8" |
| 24 | + }, |
| 25 | + "repository": { |
| 26 | + "type": "git", |
| 27 | + "url": "https://github.com/ip2location/ip2proxy-nodejs" |
| 28 | + } |
22 | 29 | } |
0 commit comments