package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@babel/plugin-transform-dotall-regex",
  3. "version": "7.12.1",
  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. "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.12.1",
  26. "@babel/helper-plugin-utils": "^7.10.4"
  27. },
  28. "peerDependencies": {
  29. "@babel/core": "^7.0.0-0"
  30. },
  31. "devDependencies": {
  32. "@babel/core": "^7.12.1",
  33. "@babel/helper-plugin-test-runner": "7.10.4"
  34. },
  35. "__npminstall_done": "Thu Dec 24 2020 20:20:39 GMT+0800 (CST)",
  36. "_from": "@babel/plugin-transform-dotall-regex@7.12.1",
  37. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.1.tgz?cache=0&sync_timestamp=1602800305467&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-dotall-regex%2Fdownload%2F%40babel%2Fplugin-transform-dotall-regex-7.12.1.tgz"
  38. }