package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@babel/plugin-syntax-unicode-sets-regex",
  3. "version": "7.18.6",
  4. "description": "Parse regular expressions' unicodeSets (v) flag.",
  5. "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-unicode-sets-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. "unicode",
  16. "sets",
  17. "properties",
  18. "property",
  19. "string",
  20. "strings",
  21. "regular expressions"
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/babel/babel.git",
  26. "directory": "packages/babel-plugin-syntax-unicode-sets-regex"
  27. },
  28. "bugs": "https://github.com/babel/babel/issues",
  29. "dependencies": {
  30. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  31. "@babel/helper-plugin-utils": "^7.18.6"
  32. },
  33. "peerDependencies": {
  34. "@babel/core": "^7.0.0"
  35. },
  36. "devDependencies": {
  37. "@babel/core": "^7.18.6",
  38. "@babel/helper-plugin-test-runner": "^7.18.6"
  39. },
  40. "author": "The Babel Team (https://babel.dev/team)",
  41. "exports": {
  42. ".": "./lib/index.js",
  43. "./package.json": "./package.json"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "type": "commonjs"
  49. }