package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13",
  3. "_id": "@babel/plugin-transform-named-capturing-groups-regex@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IhNyWl9bu+NktQw7pZmMlZnFydk=",
  6. "_location": "/@babel/plugin-transform-named-capturing-groups-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13",
  12. "name": "@babel/plugin-transform-named-capturing-groups-regex",
  13. "escapedName": "@babel%2fplugin-transform-named-capturing-groups-regex",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz?cache=0&sync_timestamp=1612314730683&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-named-capturing-groups-regex%2Fdownload%2F%40babel%2Fplugin-transform-named-capturing-groups-regex-7.12.13.tgz",
  23. "_shasum": "2213725a5f5bbbe364b50c3ba5998c9599c5c9d9",
  24. "_spec": "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13",
  25. "_where": "D:\\bomanss\\ruoyi-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. },
  33. "deprecated": false,
  34. "description": "Compile regular expressions using named groups to ES5.",
  35. "devDependencies": {
  36. "@babel/core": "7.12.13",
  37. "@babel/helper-plugin-test-runner": "7.12.13",
  38. "core-js": "^3.2.1"
  39. },
  40. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
  41. "keywords": [
  42. "babel-plugin",
  43. "regex",
  44. "regexp",
  45. "regular expressions"
  46. ],
  47. "license": "MIT",
  48. "main": "lib/index.js",
  49. "name": "@babel/plugin-transform-named-capturing-groups-regex",
  50. "peerDependencies": {
  51. "@babel/core": "^7.0.0"
  52. },
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
  60. },
  61. "version": "7.12.13"
  62. }