source: imaps-frontend/node_modules/@babel/plugin-transform-regexp-modifiers/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "@babel/plugin-transform-regexp-modifiers",
3 "version": "7.26.0",
4 "description": "Compile inline regular expression modifiers",
5 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regexp-modifiers",
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-regexp-modifiers"
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.26.0"
32 },
33 "engines": {
34 "node": ">=6.9.0"
35 },
36 "author": "The Babel Team (https://babel.dev/team)",
37 "exports": {
38 ".": {
39 "types": "./lib/index.d.ts",
40 "default": "./lib/index.js"
41 },
42 "./package.json": "./package.json"
43 },
44 "type": "commonjs"
45}
Note: See TracBrowser for help on using the repository browser.