1 | {
|
2 | "name": "@babel/plugin-transform-dotall-regex",
|
3 | "version": "7.24.1",
|
4 | "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
|
5 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-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 | "dotall"
|
17 | ],
|
18 | "repository": {
|
19 | "type": "git",
|
20 | "url": "https://github.com/babel/babel.git",
|
21 | "directory": "packages/babel-plugin-transform-dotall-regex"
|
22 | },
|
23 | "bugs": "https://github.com/babel/babel/issues",
|
24 | "dependencies": {
|
25 | "@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
26 | "@babel/helper-plugin-utils": "^7.24.0"
|
27 | },
|
28 | "peerDependencies": {
|
29 | "@babel/core": "^7.0.0-0"
|
30 | },
|
31 | "devDependencies": {
|
32 | "@babel/core": "^7.24.1",
|
33 | "@babel/helper-plugin-test-runner": "^7.24.1"
|
34 | },
|
35 | "engines": {
|
36 | "node": ">=6.9.0"
|
37 | },
|
38 | "author": "The Babel Team (https://babel.dev/team)",
|
39 | "type": "commonjs"
|
40 | } |
\ | No newline at end of file |