ac-file-extensions 2.0.13 → 2.0.15
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/CHANGELOG.md +18 -0
- package/package.json +2 -2
- package/sources/3.json +30 -25
- package/sources/d.json +5 -0
- package/sources/i.json +80 -70
- package/sources/s.json +155 -145
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
|
|
2
|
+
## [2.0.15](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.14..v2.0.15) (2025-11-12 16:47:25)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fix
|
|
6
|
+
|
|
7
|
+
* **App:** add more cad file mimetypes | VD | [09a90420e85205edec7eb03cd99d6d650fa11417](https://github.com/admiralcloud/ac-file-extensions/commit/09a90420e85205edec7eb03cd99d6d650fa11417)
|
|
8
|
+
add more cad file mimetypes
|
|
9
|
+
Related issues:
|
|
10
|
+
|
|
11
|
+
## [2.0.14](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.13..v2.0.14) (2025-10-17 07:07:24)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fix
|
|
15
|
+
|
|
16
|
+
* **App:** add step/dxf file extensions | VD | [a9dd73eb0fc08988e5be61b8c4c3aefd58b202a9](https://github.com/admiralcloud/ac-file-extensions/commit/a9dd73eb0fc08988e5be61b8c4c3aefd58b202a9)
|
|
17
|
+
add step/dxf file extensions
|
|
18
|
+
Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
|
|
19
|
+
|
|
2
20
|
## [2.0.13](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.12..v2.0.13) (2025-09-19 05:12:00)
|
|
3
21
|
|
|
4
22
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ac-file-extensions",
|
|
3
3
|
"repository": "https://github.com/AdmiralCloud/ac-file-extensions",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.15",
|
|
5
5
|
"description": "Creates a list of file extensions and their \"real\" names",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"lodash": "^4.17.21"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"eslint": "^9.
|
|
21
|
+
"eslint": "^9.37.0"
|
|
22
22
|
},
|
|
23
23
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
24
24
|
}
|
package/sources/3.json
CHANGED
|
@@ -1,27 +1,32 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
2
|
+
{
|
|
3
|
+
"ext": "3fr",
|
|
4
|
+
"name": "Hasselblad 3F RAW Image",
|
|
5
|
+
"mimetype": "image/x-hasselblad-3fr"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"ext": "3g2",
|
|
9
|
+
"name": "3GPP2 Multimedia",
|
|
10
|
+
"mimetype": "video/3gpp2"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"ext": "3gp",
|
|
14
|
+
"name": "3GPP Multimedia",
|
|
15
|
+
"mimetype": "video/3gpp"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"ext": "3gp2",
|
|
19
|
+
"name": "3GPP Multimedia",
|
|
20
|
+
"mimetype": "video/3gpp2"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"ext": "3gpp",
|
|
24
|
+
"name": "3GPP Media",
|
|
25
|
+
"mimetype": "video/3gpp"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"ext": "3mf",
|
|
29
|
+
"name": "3D Manufacturing Format",
|
|
30
|
+
"mimetype": "model/3mf"
|
|
31
|
+
}
|
|
27
32
|
]
|
package/sources/d.json
CHANGED
package/sources/i.json
CHANGED
|
@@ -1,72 +1,82 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
{
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
2
|
+
{
|
|
3
|
+
"ext": "ics",
|
|
4
|
+
"name": "ICalendar-File",
|
|
5
|
+
"mimetype": "text/calendar"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"ext": "ico",
|
|
9
|
+
"name": "Icon",
|
|
10
|
+
"mimetype": "image/vnd.microsoft.icon"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"ext": "indd",
|
|
14
|
+
"name": "InDesign Document",
|
|
15
|
+
"mimetype": "application/x-indesign"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"ext": "idml",
|
|
19
|
+
"name": "InDesign Document",
|
|
20
|
+
"mimetype": "application/vnd.adobe.indesign-idml-package"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"ext": "ipa",
|
|
24
|
+
"name": "iPhone Application",
|
|
25
|
+
"mimetype": "application/x-itunes-ipa"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"ext": "ipg",
|
|
29
|
+
"name": "iPod Game",
|
|
30
|
+
"mimetype": "application/x-itunes-ipg"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"ext": "ipsw",
|
|
34
|
+
"name": "iPod and iPhone Software Update",
|
|
35
|
+
"mimetype": "application/x-itunes-ipsw"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"ext": "iqy",
|
|
39
|
+
"name": "Internet Query",
|
|
40
|
+
"mimetype": "text/x-ms-iqy"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"ext": "iss",
|
|
44
|
+
"name": "Inno Setup Script",
|
|
45
|
+
"mimetype": "text/plain"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"ext": "ite",
|
|
49
|
+
"name": "iTunes Extras",
|
|
50
|
+
"mimetype": "application/x-itunes-ite"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"ext": "itlp",
|
|
54
|
+
"name": "iTunes LP Album",
|
|
55
|
+
"mimetype": "application/x-itunes-itlp"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"ext": "itls",
|
|
59
|
+
"name": "iTunes Live Stream Format",
|
|
60
|
+
"mimetype": "application/x-itunes-itls"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"ext": "itms",
|
|
64
|
+
"name": "iTunes Music Store Format",
|
|
65
|
+
"mimetype": "application/x-itunes-itms"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"ext": "itpc",
|
|
69
|
+
"name": "iTunes Podcast Subscription Format",
|
|
70
|
+
"mimetype": "application/x-itunes-itpc"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"ext": "iges",
|
|
74
|
+
"name": "3D CAD Model",
|
|
75
|
+
"mimetype": "model/iges"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"ext": "igs",
|
|
79
|
+
"name": "3D CAD Model",
|
|
80
|
+
"mimetype": "model/iges"
|
|
81
|
+
}
|
|
72
82
|
]
|
package/sources/s.json
CHANGED
|
@@ -1,147 +1,157 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
2
|
+
{
|
|
3
|
+
"ext": "sct",
|
|
4
|
+
"name": "Windows Scriptlet",
|
|
5
|
+
"mimetype": "text/scriptlet"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"ext": "settings",
|
|
9
|
+
"name": "Visual Studio Settings",
|
|
10
|
+
"mimetype": "application/xml"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"ext": "shtml",
|
|
14
|
+
"name": "Server Side Include HTML",
|
|
15
|
+
"mimetype": "text/html"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"ext": "sit",
|
|
19
|
+
"name": "StuffIt Archive",
|
|
20
|
+
"mimetype": "application/x-stuffit"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"ext": "sitemap",
|
|
24
|
+
"name": "ASP.NET Site Map",
|
|
25
|
+
"mimetype": "application/xml"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"ext": "skin",
|
|
29
|
+
"name": "ASP.NET Skin",
|
|
30
|
+
"mimetype": "application/xml"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"ext": "sldm",
|
|
34
|
+
"name": "Microsoft PowerPoint Slide",
|
|
35
|
+
"mimetype": "application/vnd.ms-powerpoint.slide.macroEnabled.12"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"ext": "sldx",
|
|
39
|
+
"name": "Microsoft PowerPoint 2007/2010 Open XML Slide with Macros",
|
|
40
|
+
"mimetype": "application/vnd.openxmlformats-officedocument.presentationml.slide"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"ext": "slk",
|
|
44
|
+
"name": "Symbolic Link",
|
|
45
|
+
"mimetype": "application/vnd.ms-excel"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"ext": "sln",
|
|
49
|
+
"name": "Visual Studio Solution",
|
|
50
|
+
"mimetype": "text/plain"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"ext": "slupkg-ms",
|
|
54
|
+
"name": "XrML Digital License Package",
|
|
55
|
+
"mimetype": "application/x-ms-license"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"ext": "snd",
|
|
59
|
+
"name": "Sound resource",
|
|
60
|
+
"mimetype": "audio/basic"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"ext": "snippet",
|
|
64
|
+
"name": "Visual Studio IntelliSense Code Snippet",
|
|
65
|
+
"mimetype": "application/xml"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"ext": "spc",
|
|
69
|
+
"name": "Software Publisher Certificate",
|
|
70
|
+
"mimetype": "application/x-pkcs7-certificates"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"ext": "srw",
|
|
74
|
+
"name": "Samsung RAW Image",
|
|
75
|
+
"mimetype": "application/octet-stream"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"ext": "sr2",
|
|
79
|
+
"name": "Sony RAW Image File",
|
|
80
|
+
"mimetype": "image/x-sony-sr2"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"ext": "sst",
|
|
84
|
+
"name": "Serialized Certificate Store",
|
|
85
|
+
"mimetype": "application/vnd.ms-pki.certstore"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"ext": "stc",
|
|
89
|
+
"name": "Spreadsheet Template",
|
|
90
|
+
"mimetype": "application/vnd.sun.xml.calc.template"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"ext": "std",
|
|
94
|
+
"name": "Staroffice Template Drawing",
|
|
95
|
+
"mimetype": "application/vnd.sun.xml.draw.template"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"ext": "stl",
|
|
99
|
+
"name": "Stereolithography",
|
|
100
|
+
"mimetype": "application/vnd.ms-pki.stl"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"ext": "stw",
|
|
104
|
+
"name": "StarOffice Document Template",
|
|
105
|
+
"mimetype": "application/vnd.sun.xml.writer.template"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"ext": "svg",
|
|
109
|
+
"name": "Scalable Vector Graphics",
|
|
110
|
+
"mimetype": "image/svg+xml"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"ext": "swf",
|
|
114
|
+
"name": "Small Web Format",
|
|
115
|
+
"mimetype": "application/x-shockwave-flash"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"ext": "sxc",
|
|
119
|
+
"name": "StarOffice Calc Spreadsheet",
|
|
120
|
+
"mimetype": "application/vnd.sun.xml.calc"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"ext": "sxd",
|
|
124
|
+
"name": "ArcScene Document",
|
|
125
|
+
"mimetype": "application/vnd.sun.xml.draw"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"ext": "sxg",
|
|
129
|
+
"name": "Apache OpenOffice Master Document",
|
|
130
|
+
"mimetype": "application/vnd.sun.xml.writer.global"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"ext": "sxw",
|
|
134
|
+
"name": "StarOffice Writer Document",
|
|
135
|
+
"mimetype": "application/vnd.sun.xml.writer"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"ext": "svg",
|
|
139
|
+
"name": "Scalable Vector Graphics",
|
|
140
|
+
"mimetype": "image/svg+xml"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"ext": "srt",
|
|
144
|
+
"name": "SubRipper Subtitle Information",
|
|
145
|
+
"mimetype": "text/plain"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"ext": "step",
|
|
149
|
+
"name": "3D CAD Model",
|
|
150
|
+
"mimetype": "model/step"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"ext": "stp",
|
|
154
|
+
"name": "3D CAD Model",
|
|
155
|
+
"mimetype": "model/step"
|
|
156
|
+
}
|
|
147
157
|
]
|