123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "@babel/plugin-transform-dotall-regex",
- "version": "7.0.0-beta.49",
- "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.49",
- "@babel/helper-regex": "7.0.0-beta.49",
- "regexpu-core": "^4.1.3"
- },
- "peerDependencies": {
- "@babel/core": "7.0.0-beta.49"
- },
- "devDependencies": {
- "@babel/core": "7.0.0-beta.49",
- "@babel/helper-plugin-test-runner": "7.0.0-beta.49"
- }
- }
|