main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "@babel/plugin-transform-duplicate-named-capturing-groups-regex",
|
---|
3 | "version": "7.25.9",
|
---|
4 | "description": "Compile regular expressions using duplicate named groups to index-based groups.",
|
---|
5 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-duplicate-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-duplicate-named-capturing-groups-regex"
|
---|
21 | },
|
---|
22 | "bugs": "https://github.com/babel/babel/issues",
|
---|
23 | "dependencies": {
|
---|
24 | "@babel/helper-create-regexp-features-plugin": "^7.25.9",
|
---|
25 | "@babel/helper-plugin-utils": "^7.25.9"
|
---|
26 | },
|
---|
27 | "peerDependencies": {
|
---|
28 | "@babel/core": "^7.0.0"
|
---|
29 | },
|
---|
30 | "devDependencies": {
|
---|
31 | "@babel/core": "^7.25.9",
|
---|
32 | "@babel/helper-plugin-test-runner": "^7.25.9",
|
---|
33 | "core-js": "^3.30.2"
|
---|
34 | },
|
---|
35 | "engines": {
|
---|
36 | "node": ">=6.9.0"
|
---|
37 | },
|
---|
38 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
39 | "exports": {
|
---|
40 | ".": {
|
---|
41 | "types": "./lib/index.d.ts",
|
---|
42 | "default": "./lib/index.js"
|
---|
43 | },
|
---|
44 | "./package.json": "./package.json"
|
---|
45 | },
|
---|
46 | "type": "commonjs"
|
---|
47 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.