@ip-location-db/asn 2.3.0 → 2.3.2023022318
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DBIP-LICENSE +5 -5
- package/MODIFICATIONS +7 -7
- package/README.md +142 -0
- package/ROUTEVIEWS-LICENSE +2 -2
- package/asn-ipv4-num.csv +1222 -1696
- package/asn-ipv4.csv +1222 -1696
- package/asn-ipv6-num.csv +238 -155
- package/asn-ipv6.csv +238 -155
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ip-location-db/asn",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": "Ip to location database",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"ip",
|
|
7
|
-
"ip-location",
|
|
8
|
-
"ip-location-db",
|
|
9
|
-
"ipv4",
|
|
10
|
-
"ipv6",
|
|
11
|
-
"location",
|
|
12
|
-
"asn",
|
|
13
|
-
"autonomous"
|
|
14
|
-
],
|
|
15
|
-
"license": "SEE LICENSE IN ROUTEVIEWS-LICENSE and DBIP-LICENSE (CC-BY-4.0)",
|
|
16
|
-
"author": "sapics",
|
|
17
|
-
"publishConfig": {
|
|
18
|
-
"access": "public"
|
|
19
|
-
},
|
|
20
|
-
"repository": {
|
|
21
|
-
"type": "git",
|
|
22
|
-
"url": "https://github.com/sapics/ip-location-db"
|
|
23
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ip-location-db/asn",
|
|
3
|
+
"version": "2.3.2023022318",
|
|
4
|
+
"description": "Ip to location database",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ip",
|
|
7
|
+
"ip-location",
|
|
8
|
+
"ip-location-db",
|
|
9
|
+
"ipv4",
|
|
10
|
+
"ipv6",
|
|
11
|
+
"location",
|
|
12
|
+
"asn",
|
|
13
|
+
"autonomous"
|
|
14
|
+
],
|
|
15
|
+
"license": "SEE LICENSE IN ROUTEVIEWS-LICENSE and DBIP-LICENSE (CC-BY-4.0)",
|
|
16
|
+
"author": "sapics",
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://github.com/sapics/ip-location-db"
|
|
23
|
+
}
|
|
24
24
|
}
|