This reverts commit e8dac621de9dba27b47646169562c0a0c2e02c96. Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
36 lines
942 B
JSON
36 lines
942 B
JSON
{
|
|
"name": "@babel/plugin-proposal-unicode-property-regex",
|
|
"version": "7.8.0",
|
|
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"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.8.0",
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.0",
|
|
"@babel/helper-plugin-test-runner": "^7.8.0"
|
|
}
|
|
}
|