If you do, would love see experiments on that. I do wish NPM would start adding badges or some other meta data to packages that signify that a module has constraints like:
- No native code
- No module state (No multiple singletons, and easily load variants of a module)
- Pure installation, aka no build steps and is fully cacheable via hashing/immutable module patterns
- Is all pure functional
- 100% code coverage
- Etc.