Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e494f9724843be7a3bc2bb48960dbb6f59982956
[aai/esr-gui.git]
/
1
{
2
"name": "ipaddr.js",
3
"version": "1.1.1",
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
}