Npm is an amazing tool if you use it with typescript or javascript. But as far as I know, It looks like it is possible to distribute any kind of project or language via node / npm.
For example, imagine that i created a php phar file that contains some library. Could i use npm to distribute it as a package?
Or imagine that i have a css file containing a library of visual styles. Would it be accepted to distribute all those css files via npm, knowing that no javascript code would be present in the package?
The main question is this: Is it allowed to distribute non javascript projects via npm?
thanks