FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"name": "buble",
|
|
"version": "0.16.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://gitlab.com/Rich-Harris/buble.git"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"transpilation",
|
|
"compilation",
|
|
"esnext",
|
|
"es2015",
|
|
"es2017",
|
|
"es6",
|
|
"es7"
|
|
],
|
|
"author": "Rich Harris",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/Rich-Harris/buble/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/Rich-Harris/buble#README",
|
|
"devDependencies": {
|
|
"buble": "0.8.2",
|
|
"console-group": "^0.2.1",
|
|
"eslint": "^2.10.1",
|
|
"glob": "^7.0.3",
|
|
"mocha": "^2.4.5",
|
|
"regexpu-core": "^2.0.0",
|
|
"rimraf": "^2.5.2",
|
|
"rollup": "^0.50.0",
|
|
"rollup-plugin-buble": "^0.8.0",
|
|
"rollup-plugin-commonjs": "^2.2.1",
|
|
"rollup-plugin-json": "^2.0.0",
|
|
"rollup-plugin-node-resolve": "^1.5.0",
|
|
"source-map": "^0.5.6",
|
|
"source-map-support": "^0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"acorn": "^3.3.0",
|
|
"acorn-jsx": "^3.0.1",
|
|
"acorn-object-spread": "^1.0.0",
|
|
"chalk": "^1.1.3",
|
|
"vlq": "0.2.1",
|
|
"magic-string": "^0.14.0",
|
|
"minimist": "^1.2.0",
|
|
"os-homedir": "^1.0.1",
|
|
"vlq": "^0.2.2"
|
|
}
|
|
}
|