* Switch to pirates for babel-register. Pirates is a simple module that enables easy require hooking. It makes sure that your require hook works properly. It also makes the implimentation of babel-register a lot simpler. For more on pirates: http://ariporad.link/piratesjs * Use modified version of pirates. * Switch back to stable version * Initial tests for babel-register * Fix tests to work in new test env * Fix for new ignore behaviour * Update pirates to 3.0.1
24 lines
633 B
JSON
24 lines
633 B
JSON
{
|
|
"name": "babel-register",
|
|
"version": "7.0.0-alpha.9",
|
|
"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.9",
|
|
"core-js": "^2.4.0",
|
|
"home-or-tmp": "^3.0.0",
|
|
"lodash": "^4.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"pirates": "^3.0.1",
|
|
"source-map-support": "^0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"decache": "^4.1.0",
|
|
"default-require-extensions": "^1.0.0"
|
|
}
|
|
}
|