2 Star 0 Fork 0

mirrors_jprichardson/electron-ipc-stream

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
JP Richardson 提交于 2016-03-19 14:51 . 0.2.0
{
"name": "electron-ipc-stream",
"version": "0.2.0",
"description": "Duplex stream over IPC for main/renderer to communicate with each other.",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/electron-ipc-stream.git"
},
"keywords": [
"electron",
"electron-component",
"ipc",
"stream",
"streams",
"duplex",
"readable",
"writeable"
],
"author": "JP Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jprichardson/electron-ipc-stream/issues"
},
"homepage": "https://github.com/jprichardson/electron-ipc-stream#readme",
"devDependencies": {
"electron-window": "^0.6.2"
},
"dependencies": {
"buffer-json": "^1.0.0",
"is-electron-renderer": "^2.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jprichardson/electron-ipc-stream.git
git@gitee.com:mirrors_jprichardson/electron-ipc-stream.git
mirrors_jprichardson
electron-ipc-stream
electron-ipc-stream
master

搜索帮助