package.json 954 B

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