source: trip-planner-front/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "@babel/plugin-transform-named-capturing-groups-regex",
3 "version": "7.14.9",
4 "description": "Compile regular expressions using named groups to ES5.",
5 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "./lib/index.js",
11 "keywords": [
12 "babel-plugin",
13 "regex",
14 "regexp",
15 "regular expressions"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/babel/babel.git",
20 "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
21 },
22 "bugs": "https://github.com/babel/babel/issues",
23 "dependencies": {
24 "@babel/helper-create-regexp-features-plugin": "^7.14.5"
25 },
26 "peerDependencies": {
27 "@babel/core": "^7.0.0"
28 },
29 "devDependencies": {
30 "@babel/core": "7.14.8",
31 "@babel/helper-plugin-test-runner": "7.14.5",
32 "core-js": "^3.16.0"
33 },
34 "engines": {
35 "node": ">=6.9.0"
36 },
37 "author": "The Babel Team (https://babel.dev/team)"
38}
Note: See TracBrowser for help on using the repository browser.