2 Star 0 Fork 0

mirrors_babel/babelify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
Logan Smyth 提交于 2018-09-06 17:08 . 10.0.0
{
"name": "babelify",
"description": "Babel browserify transform",
"version": "10.0.0",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/babel/babelify",
"engines": {
"node": ">=6.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babelify.git"
},
"bugs": {
"url": "https://github.com/babel/babelify/issues"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-property-literals": "^7.0.0",
"@babel/plugin-transform-react-display-name": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-transform-node-env-inline": "^0.4.3",
"browserify": "^16.2.2",
"convert-source-map": "^1.5.1",
"lodash.zipobject": "^4.1.3",
"tap": "^12.0.1"
},
"scripts": {
"test": "tap test/*.js"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_babel/babelify.git
git@gitee.com:mirrors_babel/babelify.git
mirrors_babel
babelify
babelify
master

搜索帮助