web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
955 B

  1. {
  2. "name": "@babel/plugin-transform-named-capturing-groups-regex",
  3. "version": "7.12.13",
  4. "description": "Compile regular expressions using named groups to ES5.",
  5. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "keywords": [
  12. "babel-plugin",
  13. "regex",
  14. "regexp",
  15. "regular expressions"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/babel/babel.git",
  20. "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
  21. },
  22. "bugs": "https://github.com/babel/babel/issues",
  23. "dependencies": {
  24. "@babel/helper-create-regexp-features-plugin": "^7.12.13"
  25. },
  26. "peerDependencies": {
  27. "@babel/core": "^7.0.0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "7.12.13",
  31. "@babel/helper-plugin-test-runner": "7.12.13",
  32. "core-js": "^3.2.1"
  33. }
  34. }