Original PR: https://github.com/babel/babel/pull/8038 Ref Issue: https://github.com/babel/babel/issues/8184 Windows paths are broken so wanted to get a fix out since I don't see us fixing it correctly soon enough? I think that's more important than fixing the security warnings that don't apply to us until we can actually handle the change, otherwise need a version of the code that doesn't use the old dep but doesn't change the windows behavior or just remove the matching which will take some time.
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@babel/core",
|
|
"version": "7.0.0-beta.52",
|
|
"description": "Babel compiler core.",
|
|
"main": "lib/index.js",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
|
|
"keywords": [
|
|
"6to5",
|
|
"babel",
|
|
"classes",
|
|
"const",
|
|
"es6",
|
|
"harmony",
|
|
"let",
|
|
"modules",
|
|
"transpile",
|
|
"transpiler",
|
|
"var",
|
|
"babel-core",
|
|
"compiler"
|
|
],
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"browser": {
|
|
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
|
"./lib/transform-file.js": "./lib/transform-file-browser.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "7.0.0-beta.52",
|
|
"@babel/generator": "7.0.0-beta.52",
|
|
"@babel/helpers": "7.0.0-beta.52",
|
|
"@babel/parser": "7.0.0-beta.52",
|
|
"@babel/template": "7.0.0-beta.52",
|
|
"@babel/traverse": "7.0.0-beta.52",
|
|
"@babel/types": "7.0.0-beta.52",
|
|
"convert-source-map": "^1.1.0",
|
|
"debug": "^3.1.0",
|
|
"json5": "^0.5.0",
|
|
"lodash": "^4.17.5",
|
|
"micromatch": "^2.3.11",
|
|
"resolve": "^1.3.2",
|
|
"semver": "^5.4.1",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.52",
|
|
"@babel/register": "7.0.0-beta.52"
|
|
}
|
|
}
|