package.json 2.2 KB

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