1 Star 0 Fork 0

fuyb/buble

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
Rich Harris 提交于 2017-11-19 00:20 +08:00 . -> v0.18.0
{
"name": "buble",
"version": "0.18.0",
"description": "The blazing fast, batteries-included ES2015 compiler",
"main": "dist/buble.umd.js",
"module": "dist/buble.es.js",
"browser": "dist/buble.deps.js",
"files": [
"bin",
"src",
"dist",
"register.js",
"README.md"
],
"scripts": {
"build": "rollup -c",
"test": "mocha test/test.js",
"pretest": "npm run build",
"prepublish": "npm test",
"lint": "eslint src"
},
"bin": {
"buble": "./bin/buble"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rich-Harris/buble.git"
},
"keywords": [
"javascript",
"transpilation",
"compilation",
"esnext",
"es2015",
"es2017",
"es6",
"es7"
],
"author": "Rich Harris",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rich-Harris/buble/issues"
},
"homepage": "https://github.com/Rich-Harris/buble#README",
"devDependencies": {
"buble": "0.8.2",
"console-group": "^0.3.3",
"eslint": "^4.7.2",
"glob": "^7.0.3",
"mocha": "^4.0.1",
"regexpu-core": "^4.1.3",
"rimraf": "^2.5.2",
"rollup": "^0.51.3",
"rollup-plugin-buble": "^0.8.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-json": "^2.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.0"
},
"dependencies": {
"acorn": "^5.1.2",
"acorn-jsx": "^3.0.1",
"acorn5-object-spread": "^4.0.0",
"chalk": "^2.1.0",
"magic-string": "^0.22.4",
"minimist": "^1.2.0",
"os-homedir": "^1.0.1",
"vlq": "^0.2.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HALOBING/buble.git
git@gitee.com:HALOBING/buble.git
HALOBING
buble
buble
master

搜索帮助