package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-dotall-regex@7.12.13",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-dotall-regex@7.12.13",
  10. "_id": "@babel/plugin-transform-dotall-regex@7.12.13",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PxYBzCmQW/y2f1ORDxl66v67Ja0=",
  13. "_location": "/@babel/plugin-transform-dotall-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-dotall-regex@7.12.13",
  19. "name": "@babel/plugin-transform-dotall-regex",
  20. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.13",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.13"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env",
  28. "/@babel/preset-modules"
  29. ],
  30. "_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",
  31. "_spec": "7.12.13",
  32. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "dependencies": {
  37. "@babel/helper-create-regexp-features-plugin": "^7.12.13",
  38. "@babel/helper-plugin-utils": "^7.12.13"
  39. },
  40. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  41. "devDependencies": {
  42. "@babel/core": "7.12.13",
  43. "@babel/helper-plugin-test-runner": "7.12.13"
  44. },
  45. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
  46. "keywords": [
  47. "babel-plugin",
  48. "regex",
  49. "regexp",
  50. "regular expressions",
  51. "dotall"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/index.js",
  55. "name": "@babel/plugin-transform-dotall-regex",
  56. "peerDependencies": {
  57. "@babel/core": "^7.0.0-0"
  58. },
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-plugin-transform-dotall-regex"
  66. },
  67. "version": "7.12.13"
  68. }