{ "_from": "broccoli-babel-transpiler@^6.1.2", "_id": "broccoli-babel-transpiler@6.1.2", "_inBundle": false, "_integrity": "sha512-o1OUe5RZ5EP5+QICEmRNvWlhMvIciMisVACHu6qUPt6dE0Q0UnI5lUpWTmuXg/X+QuznqD/s1PApIpahv/QMZw==", "_location": "/broccoli-babel-transpiler", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "broccoli-babel-transpiler@^6.1.2", "name": "broccoli-babel-transpiler", "escapedName": "broccoli-babel-transpiler", "rawSpec": "^6.1.2", "saveSpec": null, "fetchSpec": "^6.1.2" }, "_requiredBy": [ "/ember-cli", "/ember-cli-babel", "/ember-data" ], "_resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-6.1.2.tgz", "_shasum": "26019c045b5ea3e44cfef62821302f9bd483cabd", "_spec": "broccoli-babel-transpiler@^6.1.2", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli-babel", "author": { "name": "nightire", "email": "nightire@very-geek.com", "url": "http://very-geek.com/" }, "bugs": { "url": "https://github.com/babel/broccoli-babel-transpiler/issues" }, "bundleDependencies": false, "dependencies": { "babel-core": "^6.14.0", "broccoli-funnel": "^1.0.0", "broccoli-merge-trees": "^1.0.0", "broccoli-persistent-filter": "^1.4.0", "clone": "^2.0.0", "hash-for-dep": "^1.0.2", "heimdalljs-logger": "^0.1.7", "json-stable-stringify": "^1.0.0", "rsvp": "^3.5.0", "workerpool": "^2.2.1" }, "deprecated": false, "description": "A Broccoli plugin which transpile ES6 to readable ES5 by using babel.", "devDependencies": { "amd-name-resolver": "0.0.6", "babel-plugin-transform-es2015-block-scoping": "^6.4.0", "babel-plugin-transform-es2015-classes": "^6.9.0", "babel-plugin-transform-es2015-modules-amd": "^6.4.3", "babel-plugin-transform-strict-mode": "^6.3.13", "broccoli": "^0.16.3", "broccoli-test-helpers": "0.0.8", "chai": "^3.5.0", "mkdirp": "^0.5.1", "mocha": "^3.0.2" }, "engines": { "node": ">= 4" }, "files": [ "index.js", "lib" ], "homepage": "https://github.com/babel/broccoli-babel-transpiler", "keywords": [ "broccoli-plugin", "transpiler", "es6", "ecmascript", "ecmascript6", "harmony", "javascript", "js" ], "license": "MIT", "main": "index.js", "name": "broccoli-babel-transpiler", "repository": { "type": "git", "url": "git+https://github.com/babel/broccoli-babel-transpiler.git" }, "scripts": { "test": "mocha test.js", "test:all": "mocha test.js test_slow.js", "test:debug": "mocha debug test.js", "test:slow": "mocha test_slow.js" }, "version": "6.1.2" }