36 lines
897 B
JSON
36 lines
897 B
JSON
{
|
|
"name": "@babel/plugin-transform-dotall-regex",
|
|
"version": "7.4.0",
|
|
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin",
|
|
"regex",
|
|
"regexp",
|
|
"regular expressions",
|
|
"dotall"
|
|
],
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex",
|
|
"bugs": "https://github.com/babel/babel/issues",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/helper-regex": "^7.0.0",
|
|
"regexpu-core": "^4.5.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/helper-plugin-test-runner": "^7.0.0"
|
|
}
|
|
}
|