package.json 2.2 KB

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