- babel-cli@7.0.0-alpha.2 - babel-core@7.0.0-alpha.2 - babel-helper-plugin-test-runner@7.0.0-alpha.2 - babel-helper-transform-fixture-test-runner@7.0.0-alpha.2 - babel-register@7.0.0-alpha.2
22 lines
564 B
JSON
22 lines
564 B
JSON
{
|
|
"name": "babel-register",
|
|
"version": "7.0.0-alpha.2",
|
|
"description": "babel require hook",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"main": "lib/node.js",
|
|
"browser": "lib/browser.js",
|
|
"dependencies": {
|
|
"babel-core": "7.0.0-alpha.2",
|
|
"core-js": "^2.4.0",
|
|
"home-or-tmp": "^3.0.0",
|
|
"lodash": "^4.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"source-map-support": "^0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"decache": "^4.1.0"
|
|
}
|
|
}
|