37 lines
964 B
JSON
37 lines
964 B
JSON
{
|
|
"name": "@babel/plugin-proposal-unicode-property-regex",
|
|
"version": "7.7.7",
|
|
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"type": "commonjs",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin",
|
|
"regex",
|
|
"regexp",
|
|
"regular expressions",
|
|
"unicode properties",
|
|
"unicode"
|
|
],
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex",
|
|
"bugs": "https://github.com/babel/babel/issues",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.7.4",
|
|
"@babel/helper-plugin-utils": "^7.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/helper-plugin-test-runner": "^7.7.4"
|
|
}
|
|
}
|