This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
@@ -2,7 +2,7 @@
> Compile regular expressions using named groups to ES5.
See our website [@babel/plugin-transform-named-capturing-groups-regex](https://babeljs.io/docs/en/next/babel-plugin-transform-named-capturing-groups-regex.html) for more information.
See our website [@babel/plugin-transform-named-capturing-groups-regex](https://babeljs.io/docs/en/babel-plugin-transform-named-capturing-groups-regex) for more information.
## Install
@@ -3,11 +3,13 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
exports.default = void 0;
var _helperCreateRegexpFeaturesPlugin = require("@babel/helper-create-regexp-features-plugin");
function _default(core, options) {
var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _default = (0, _helperPluginUtils.declare)((api, options) => {
const {
runtime = true
} = options;
@@ -23,4 +25,6 @@ function _default(core, options) {
runtime
}
});
}
});
exports.default = _default;
@@ -1,48 +1,54 @@
{
"_args": [
[
"@babel/plugin-transform-named-capturing-groups-regex@7.10.4",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
"@babel/plugin-transform-named-capturing-groups-regex@7.18.6",
"/home/node/nuxt"
]
],
"_from": "@babel/plugin-transform-named-capturing-groups-regex@7.10.4",
"_id": "@babel/plugin-transform-named-capturing-groups-regex@7.10.4",
"_from": "@babel/plugin-transform-named-capturing-groups-regex@7.18.6",
"_id": "@babel/plugin-transform-named-capturing-groups-regex@7.18.6",
"_inBundle": false,
"_integrity": "sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA==",
"_integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==",
"_location": "/@babel/plugin-transform-named-capturing-groups-regex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/plugin-transform-named-capturing-groups-regex@7.10.4",
"raw": "@babel/plugin-transform-named-capturing-groups-regex@7.18.6",
"name": "@babel/plugin-transform-named-capturing-groups-regex",
"escapedName": "@babel%2fplugin-transform-named-capturing-groups-regex",
"scope": "@babel",
"rawSpec": "7.10.4",
"rawSpec": "7.18.6",
"saveSpec": null,
"fetchSpec": "7.10.4"
"fetchSpec": "7.18.6"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz",
"_spec": "7.10.4",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz",
"_spec": "7.18.6",
"_where": "/home/node/nuxt",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.10.4"
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
"@babel/helper-plugin-utils": "^7.18.6"
},
"description": "Compile regular expressions using named groups to ES5.",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/helper-plugin-test-runner": "^7.10.4",
"core-js": "^3.2.1",
"core-js-pure": "^3.2.1"
"@babel/core": "^7.18.6",
"@babel/helper-plugin-test-runner": "^7.18.6",
"core-js": "^3.22.1"
},
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
"homepage": "https://babeljs.io/",
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
"keywords": [
"babel-plugin",
"regex",
@@ -50,7 +56,7 @@
"regular expressions"
],
"license": "MIT",
"main": "lib/index.js",
"main": "./lib/index.js",
"name": "@babel/plugin-transform-named-capturing-groups-regex",
"peerDependencies": {
"@babel/core": "^7.0.0"
@@ -63,5 +69,6 @@
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
},
"version": "7.10.4"
"type": "commonjs",
"version": "7.18.6"
}