package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@babel/plugin-proposal-unicode-property-regex",
  3. "version": "7.18.6",
  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.18.6",
  30. "@babel/helper-plugin-utils": "^7.18.6"
  31. },
  32. "peerDependencies": {
  33. "@babel/core": "^7.0.0-0"
  34. },
  35. "devDependencies": {
  36. "@babel/core": "^7.18.6",
  37. "@babel/helper-plugin-test-runner": "^7.18.6"
  38. },
  39. "author": "The Babel Team (https://babel.dev/team)",
  40. "type": "commonjs"
  41. }