47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "@babel/helper-create-regexp-features-plugin",
|
|
"version": "7.16.0",
|
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
"license": "MIT",
|
|
"description": "Compile ESNext Regular Expressions to ES5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-create-regexp-features-plugin"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "workspace:^",
|
|
"regexpu-core": "^4.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "workspace:^",
|
|
"@babel/helper-plugin-test-runner": "workspace:^"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"conditions": {
|
|
"BABEL_8_BREAKING": [
|
|
null,
|
|
{
|
|
"exports": null
|
|
}
|
|
]
|
|
},
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./package.json": "./package.json"
|
|
}
|
|
}
|