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.

38 lines
1.0 KiB

  1. {
  2. "name": "@babel/plugin-proposal-unicode-property-regex",
  3. "version": "7.12.13",
  4. "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
  5. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "engines": {
  12. "node": ">=4"
  13. },
  14. "keywords": [
  15. "babel-plugin",
  16. "regex",
  17. "regexp",
  18. "regular expressions",
  19. "unicode properties",
  20. "unicode"
  21. ],
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/babel/babel.git",
  25. "directory": "packages/babel-plugin-proposal-unicode-property-regex"
  26. },
  27. "bugs": "https://github.com/babel/babel/issues",
  28. "dependencies": {
  29. "@babel/helper-create-regexp-features-plugin": "^7.12.13",
  30. "@babel/helper-plugin-utils": "^7.12.13"
  31. },
  32. "peerDependencies": {
  33. "@babel/core": "^7.0.0-0"
  34. },
  35. "devDependencies": {
  36. "@babel/core": "7.12.13",
  37. "@babel/helper-plugin-test-runner": "7.12.13"
  38. }
  39. }