mime-types-lite 1.4.0 → 1.5.1
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/README.md +16 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,6 +107,7 @@ app.listen(3000, () => console.log('Server running on port 3000'));
|
|
|
107
107
|
- `HEIC`: `image/heic`
|
|
108
108
|
- `WEBP`: `image/webp`
|
|
109
109
|
- `JPG`: `image/jpeg`
|
|
110
|
+
- `JPEG`: `image/jpeg`
|
|
110
111
|
- `PNG`: `image/png`
|
|
111
112
|
- `ICO`: `image/x-icon`
|
|
112
113
|
- `GIF`: `image/gif`
|
|
@@ -170,7 +171,21 @@ app.listen(3000, () => console.log('Server running on port 3000'));
|
|
|
170
171
|
|
|
171
172
|
## License
|
|
172
173
|
|
|
173
|
-
|
|
174
|
+
[](https://creativecommons.org/licenses/by-nc-nd/4.0/)
|
|
175
|
+
|
|
176
|
+
This project is licensed under the **Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)**.
|
|
177
|
+
|
|
178
|
+
### You are free to:
|
|
179
|
+
|
|
180
|
+
- **Share** — Copy and redistribute the material in any medium or format.
|
|
181
|
+
|
|
182
|
+
### Under the following terms:
|
|
183
|
+
|
|
184
|
+
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
|
|
185
|
+
- **NonCommercial** — You may not use the material for commercial purposes.
|
|
186
|
+
- **NoDerivatives** — If you remix, transform, or build upon the material, you may not distribute the modified material.
|
|
187
|
+
|
|
188
|
+
For more details, please visit the [Creative Commons License Page](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
|
174
189
|
|
|
175
190
|
---
|
|
176
191
|
|