root / HServer / 00.Server / 00.Program / node_modules / ipaddr.js / bower.json
이력 | 보기 | 이력해설 | 다운로드 (543 Bytes)
1 |
{ |
---|---|
2 |
"name": "ipaddr.js", |
3 |
"version": "1.6.0", |
4 |
"homepage": "https://github.com/whitequark/ipaddr.js", |
5 |
"authors": [
|
6 |
"whitequark <whitequark@whitequark.org>"
|
7 |
], |
8 |
"description": "IP address manipulation library in JavaScript (CoffeeScript, actually)", |
9 |
"main": "lib/ipaddr.js", |
10 |
"moduleType": [
|
11 |
"globals",
|
12 |
"node"
|
13 |
], |
14 |
"keywords": [
|
15 |
"javscript",
|
16 |
"ip",
|
17 |
"address",
|
18 |
"ipv4",
|
19 |
"ipv6"
|
20 |
], |
21 |
"license": "MIT", |
22 |
"ignore": [
|
23 |
"**/.*",
|
24 |
"node_modules",
|
25 |
"bower_components",
|
26 |
"test",
|
27 |
"tests"
|
28 |
] |
29 |
} |