package.json 2.0 KB

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