54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@babel/register",
|
|
"version": "7.16.5",
|
|
"description": "babel require hook",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-register"
|
|
},
|
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
"type": "commonjs",
|
|
"main": "./lib/index.js",
|
|
"browser": {
|
|
"./lib/index.js": "./lib/browser.js"
|
|
},
|
|
"dependencies": {
|
|
"clone-deep": "^4.0.1",
|
|
"find-cache-dir": "condition:BABEL_8_BREAKING ? ^3.3.1 : ^2.0.0",
|
|
"make-dir": "condition:BABEL_8_BREAKING ? : ^2.1.0",
|
|
"pirates": "^4.0.0",
|
|
"source-map-support": "^0.5.16"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "workspace:^",
|
|
"@babel/plugin-transform-arrow-functions": "workspace:^",
|
|
"@babel/plugin-transform-modules-commonjs": "workspace:^",
|
|
"browserify": "^16.5.2"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-register",
|
|
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20register%22+is%3Aopen",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"conditions": {
|
|
"BABEL_8_BREAKING": [
|
|
null,
|
|
{
|
|
"exports": null
|
|
}
|
|
]
|
|
},
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./package.json": "./package.json"
|
|
}
|
|
}
|