These are the opensource npm modules that I currently maintain:
python-enum
homepage: https://github.com/arcman7/python-enum
npm: https://www.npmjs.com/package/python-enum
An implementation of python-like enums in JavaScript.
NOTE: This package should not be considered as a performant extension of javascript nor should int-enums be considered a good language feature in a scripting language. I created this package because I have need of bringing over existing repositories from python to javascript.
s2clientprotocol
homepage: https://github.com/arcman7/s2clientprotocol
npm: https://www.npmjs.com/package/s2clientprotocol
NPM/Javascript implementation of the python sc2clientprotocol package used in the deepmind/pysc2 project.