package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "@babel/plugin-transform-dotall-regex@^7.28.6",
  3. "_id": "@babel/plugin-transform-dotall-regex@7.28.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==",
  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.28.6",
  12. "name": "@babel/plugin-transform-dotall-regex",
  13. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.28.6.tgz",
  23. "_shasum": "def31ed84e0fb6e25c71e53c124e7b76a4ab8e61",
  24. "_spec": "@babel/plugin-transform-dotall-regex@^7.28.6",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-create-regexp-features-plugin": "^7.28.5",
  36. "@babel/helper-plugin-utils": "^7.28.6"
  37. },
  38. "deprecated": false,
  39. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  40. "devDependencies": {
  41. "@babel/core": "^7.28.6",
  42. "@babel/helper-plugin-test-runner": "^7.27.1"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
  48. "keywords": [
  49. "babel-plugin",
  50. "regex",
  51. "regexp",
  52. "regular expressions",
  53. "dotall"
  54. ],
  55. "license": "MIT",
  56. "main": "./lib/index.js",
  57. "name": "@babel/plugin-transform-dotall-regex",
  58. "peerDependencies": {
  59. "@babel/core": "^7.0.0-0"
  60. },
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/babel/babel.git",
  67. "directory": "packages/babel-plugin-transform-dotall-regex"
  68. },
  69. "type": "commonjs",
  70. "version": "7.28.6"
  71. }