aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/plugin-transform-dotall-regex/package.json
blob: f8dced35605c7f9e389f4b86d32d20f8274555e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "@babel/plugin-transform-dotall-regex",
  "version": "7.0.0-beta.47",
  "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "main": "lib/index.js",
  "engines": {
    "node": ">=4"
  },
  "keywords": [
    "babel-plugin",
    "regex",
    "regexp",
    "regular expressions",
    "dotall"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex.git"
  },
  "bugs": "https://github.com/babel/babel/issues",
  "dependencies": {
    "@babel/helper-plugin-utils": "7.0.0-beta.47",
    "@babel/helper-regex": "7.0.0-beta.47",
    "regexpu-core": "^4.1.3"
  },
  "peerDependencies": {
    "@babel/core": "7.0.0-beta.47"
  },
  "devDependencies": {
    "@babel/core": "7.0.0-beta.47",
    "@babel/helper-plugin-test-runner": "7.0.0-beta.47"
  }
}