UNPKG

1.8 kBJSONView Raw
1{
2 "name": "broccoli-babel-transpiler",
3 "version": "6.5.0",
4 "description": "A Broccoli plugin which transpile ES6 to readable ES5 by using babel.",
5 "main": "index.js",
6 "files": [
7 "index.js",
8 "lib"
9 ],
10 "scripts": {
11 "test": "mocha tests/test.js",
12 "test:debug": "mocha debug tests/test.js",
13 "test:slow": "mocha tests/test-slow.js",
14 "test:slow:debug": "mocha debug tests/test-slow.js",
15 "test:all": "mocha tests/test.js tests/test-slow.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/babel/broccoli-babel-transpiler.git"
20 },
21 "keywords": [
22 "broccoli-plugin",
23 "transpiler",
24 "es6",
25 "ecmascript",
26 "ecmascript6",
27 "harmony",
28 "javascript",
29 "js"
30 ],
31 "author": "nightire <nightire@very-geek.com> (http://very-geek.com/)",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/babel/broccoli-babel-transpiler/issues"
35 },
36 "homepage": "https://github.com/babel/broccoli-babel-transpiler",
37 "dependencies": {
38 "babel-core": "^6.26.0",
39 "broccoli-funnel": "^2.0.1",
40 "broccoli-merge-trees": "^2.0.0",
41 "broccoli-persistent-filter": "^1.4.3",
42 "clone": "^2.0.0",
43 "hash-for-dep": "^1.2.3",
44 "heimdalljs-logger": "^0.1.7",
45 "json-stable-stringify": "^1.0.0",
46 "rsvp": "^4.8.2",
47 "workerpool": "^2.3.0"
48 },
49 "devDependencies": {
50 "amd-name-resolver": "1.2.0",
51 "babel-plugin-transform-es2015-block-scoping": "^6.26.0",
52 "babel-plugin-transform-es2015-classes": "^6.9.0",
53 "babel-plugin-transform-es2015-modules-amd": "^6.4.3",
54 "babel-plugin-transform-strict-mode": "^6.3.13",
55 "broccoli-test-helpers": "0.0.9",
56 "chai": "^4.1.2",
57 "mkdirp": "^0.5.1",
58 "mocha": "^5.2.0",
59 "ps-node": "^0.1.6"
60 },
61 "engines": {
62 "node": ">= 4"
63 }
64}