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 22 "name": "@cldn/ip",
33 "version": "0.0.0-dev",
44 "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",
68 "type": "module",
9+ "main": "dist/index.js",
710 "files": [
811 "dist/**.js",
912 "dist/**.d.ts"
2225 "type": "git",
2326 "url": "git+https://github.com/cloudnode-pro/ip.git"
2427 },
28+ "bugs": {
29+ "url": "https://github.com/cloudnode-pro/ip/issues"
30+ },
2531 "keywords": [
32+ "network",
2633 "ip",
27- "cidr",
34+ "ipv4",
35+ "ipv6",
2836 "subnet",
29- "network",
30- "net",
31- "ipcalc",
37+ "cidr",
3238 "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"
3552 ],
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",
4253 "devDependencies": {
4354 "@vitest/coverage-v8": "^3.2.4",
4455 "@vitest/ui": "^3.2.4",
You can’t perform that action at this time.
0 commit comments