UNPKG

1.65 kBJSONView Raw
1{
2 "name": "buble",
3 "version": "0.16.0",
4 "description": "The blazing fast, batteries-included ES2015 compiler",
5 "main": "dist/buble.umd.js",
6 "module": "dist/buble.es.js",
7 "browser": "dist/buble.deps.js",
8 "files": [
9 "bin",
10 "src",
11 "dist",
12 "register.js",
13 "README.md"
14 ],
15 "scripts": {
16 "build": "rollup -c",
17 "test": "mocha test/test.js",
18 "pretest": "npm run build",
19 "prepublish": "npm test",
20 "lint": "eslint src"
21 },
22 "bin": {
23 "buble": "./bin/buble"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://gitlab.com/Rich-Harris/buble.git"
28 },
29 "keywords": [
30 "javascript",
31 "transpilation",
32 "compilation",
33 "esnext",
34 "es2015",
35 "es2017",
36 "es6",
37 "es7"
38 ],
39 "author": "Rich Harris",
40 "license": "MIT",
41 "bugs": {
42 "url": "https://gitlab.com/Rich-Harris/buble/issues"
43 },
44 "homepage": "https://gitlab.com/Rich-Harris/buble#README",
45 "devDependencies": {
46 "buble": "0.8.2",
47 "console-group": "^0.2.1",
48 "eslint": "^2.10.1",
49 "glob": "^7.0.3",
50 "mocha": "^2.4.5",
51 "regexpu-core": "^2.0.0",
52 "rimraf": "^2.5.2",
53 "rollup": "^0.50.0",
54 "rollup-plugin-buble": "^0.8.0",
55 "rollup-plugin-commonjs": "^2.2.1",
56 "rollup-plugin-json": "^2.0.0",
57 "rollup-plugin-node-resolve": "^1.5.0",
58 "source-map": "^0.5.6",
59 "source-map-support": "^0.4.0"
60 },
61 "dependencies": {
62 "acorn": "^3.3.0",
63 "acorn-jsx": "^3.0.1",
64 "acorn-object-spread": "^1.0.0",
65 "chalk": "^1.1.3",
66 "vlq": "0.2.1",
67 "magic-string": "^0.14.0",
68 "minimist": "^1.2.0",
69 "os-homedir": "^1.0.1",
70 "vlq": "^0.2.2"
71 }
72}