Mathias Bynens 5d4c736413 Import babel-plugin-transform-unicode-property-regex (#6499)
* Import babel-plugin-transform-unicode-property-regex

Original: https://github.com/mathiasbynens/babel-plugin-transform-unicode-property-regex

Moving it into the official Babel repository makes it easier to maintain the transform.

* Update package.json

* Update README.md

* fixup

* fixup 2
2017-10-18 13:58:44 -04:00

19 lines
774 B
JSON

{
"name": "@babel/preset-stage-3",
"version": "7.0.0-beta.3",
"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/plugin-syntax-dynamic-import": "7.0.0-beta.3",
"@babel/plugin-transform-async-generator-functions": "7.0.0-beta.3",
"@babel/plugin-transform-class-properties": "7.0.0-beta.3",
"@babel/plugin-transform-object-rest-spread": "7.0.0-beta.3",
"@babel/plugin-transform-optional-catch-binding": "7.0.0-beta.3",
"@babel/plugin-transform-unicode-property-regex": "7.0.0-beta.3"
}
}