* Add Subsume JSON transform https://github.com/tc39/proposal-json-superset is at stage 3. This allows U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR to appear unescaped inside strings and directives. * Move to Stage 3 * Break diretive parsing * Update README * Handle multi-escape sequences * Remove babylon files after rename
28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
"name": "@babel/preset-stage-3",
|
|
"version": "7.0.0-beta.47",
|
|
"description": "Babel preset for stage 3 plugins",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-3",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "7.0.0-beta.47",
|
|
"@babel/plugin-proposal-async-generator-functions": "7.0.0-beta.47",
|
|
"@babel/plugin-proposal-class-properties": "7.0.0-beta.47",
|
|
"@babel/plugin-proposal-json-strings": "7.0.0-beta.47",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.47",
|
|
"@babel/plugin-proposal-optional-catch-binding": "7.0.0-beta.47",
|
|
"@babel/plugin-proposal-unicode-property-regex": "7.0.0-beta.47",
|
|
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.47",
|
|
"@babel/plugin-syntax-import-meta": "7.0.0-beta.47"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "7.0.0-beta.47"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.0.0-beta.47"
|
|
}
|
|
}
|