package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/plugin-transform-dotall-regex@^7.12.13",
  3. "_id": "@babel/plugin-transform-dotall-regex@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PxYBzCmQW/y2f1ORDxl66v67Ja0=",
  6. "_location": "/@babel/plugin-transform-dotall-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-dotall-regex@^7.12.13",
  12. "name": "@babel/plugin-transform-dotall-regex",
  13. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env",
  21. "/@babel/preset-modules"
  22. ],
  23. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz?cache=0&sync_timestamp=1612315581050&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-dotall-regex%2Fdownload%2F%40babel%2Fplugin-transform-dotall-regex-7.12.13.tgz",
  24. "_shasum": "3f1601cc29905bfcb67f53910f197aeafebb25ad",
  25. "_spec": "@babel/plugin-transform-dotall-regex@^7.12.13",
  26. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\preset-env",
  27. "bugs": {
  28. "url": "https://github.com/babel/babel/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/helper-create-regexp-features-plugin": "^7.12.13",
  33. "@babel/helper-plugin-utils": "^7.12.13"
  34. },
  35. "deprecated": false,
  36. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  37. "devDependencies": {
  38. "@babel/core": "7.12.13",
  39. "@babel/helper-plugin-test-runner": "7.12.13"
  40. },
  41. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
  42. "keywords": [
  43. "babel-plugin",
  44. "regex",
  45. "regexp",
  46. "regular expressions",
  47. "dotall"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "@babel/plugin-transform-dotall-regex",
  52. "peerDependencies": {
  53. "@babel/core": "^7.0.0-0"
  54. },
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-plugin-transform-dotall-regex"
  62. },
  63. "version": "7.12.13"
  64. }