@stroncium/procfs
Zero dependency library for reading and parsing various files from `procfs` for Node.js, implemented in pure JS.
react-iframe-comm
A React component for communicating between a parent window and an iframe.
@milkt/rainbow
1. [npm官网](https://www.npmjs.com/) 注册自己的账户,或者从bash里注册
```bash
npm adduser
Username: your name
Password: your password
Email: yourmail
```
可以通过以下命令查看npm当前使用的用户
```bash
npm whoami
```