File tree Expand file tree Collapse file tree 1 file changed +24
-13
lines changed Expand file tree Collapse file tree 1 file changed +24
-13
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @cldn/ip" ,
3
3
"version" : " 0.0.0-dev" ,
4
4
"description" : " A modern, object-oriented TypeScript library for representing and performing arithmetic on IP addresses and subnets." ,
5
- "main" : " dist/index.js" ,
5
+ "homepage" : " https://ip.cldn.pro" ,
6
+ "author" : " Cloudnode" ,
7
+ "license" : " LGPL-3.0" ,
6
8
"type" : " module" ,
9
+ "main" : " dist/index.js" ,
7
10
"files" : [
8
11
" dist/**.js" ,
9
12
" dist/**.d.ts"
22
25
"type" : " git" ,
23
26
"url" : " git+https://github.com/cloudnode-pro/ip.git"
24
27
},
28
+ "bugs" : {
29
+ "url" : " https://github.com/cloudnode-pro/ip/issues"
30
+ },
25
31
"keywords" : [
32
+ " network" ,
26
33
" ip" ,
27
- " cidr" ,
34
+ " ipv4" ,
35
+ " ipv6" ,
28
36
" subnet" ,
29
- " network" ,
30
- " net" ,
31
- " ipcalc" ,
37
+ " cidr" ,
32
38
" netmask" ,
33
- " ipv4" ,
34
- " ipv6"
39
+ " subnet-mask" ,
40
+ " cidr-range" ,
41
+ " cidr-ranges" ,
42
+ " cidr-subnet" ,
43
+ " cidr-list" ,
44
+ " cidr-calculator" ,
45
+ " subnet-calculator" ,
46
+ " ipcalc" ,
47
+ " ip-calc" ,
48
+ " ip-calculator" ,
49
+ " ip-address" ,
50
+ " net" ,
51
+ " library"
35
52
],
36
- "author" : " Cloudnode" ,
37
- "license" : " LGPL-3.0" ,
38
- "bugs" : {
39
- "url" : " https://github.com/cloudnode-pro/ip/issues"
40
- },
41
- "homepage" : " https://github.com/cloudnode-pro/ip#readme" ,
42
53
"devDependencies" : {
43
54
"@vitest/coverage-v8" : " ^3.2.4" ,
44
55
"@vitest/ui" : " ^3.2.4" ,
You can’t perform that action at this time.
0 commit comments