mime-types-lite 1.5.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 +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -171,7 +171,21 @@ app.listen(3000, () => console.log('Server running on port 3000'));
|
|
|
171
171
|
|
|
172
172
|
## License
|
|
173
173
|
|
|
174
|
-
|
|
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/).
|
|
175
189
|
|
|
176
190
|
---
|
|
177
191
|
|