2 Star 0 Fork 0

mirrors_babel/phabricator-to-github

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
Daniel Tschinder 提交于 2016-08-26 00:11 . Send old issues to GitHub (#5)
{
"name": "phabricator-to-github",
"version": "1.0.0",
"private": true,
"description": "A tool to migrate phabricator issues to github",
"bin": {
"phaway": "./bin/phaway.js"
},
"scripts": {
"check": "npm run lint && npm test",
"lint": "eslint src/ bin/",
"precommit": "npm run check",
"preversion": "npm run check",
"test": "ava tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/phabricator-to-github.git"
},
"keywords": [
"phabricator"
],
"author": "Daniel Tschinder <daniel@tschinder.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/babel/phabricator-to-github/issues"
},
"engines": {
"node": ">=6.3.0"
},
"homepage": "https://github.com/babel/phabricator-to-github#readme",
"dependencies": {
"async": "^2.0.1",
"byline": "^5.0.0",
"commander": "^2.9.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"sqlite3": "^3.1.4",
"winston": "^2.2.0"
},
"devDependencies": {
"ava": "^0.16.0",
"babel-eslint": "^6.1.2",
"eslint": "^3.1.1",
"eslint-config-airbnb-base": "^5.0.0",
"eslint-plugin-import": "^1.11.1",
"husky": "^0.11.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_babel/phabricator-to-github.git
git@gitee.com:mirrors_babel/phabricator-to-github.git
mirrors_babel
phabricator-to-github
phabricator-to-github
master

搜索帮助