package.json 678 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@babel/helper-validator-identifier",
  3. "version": "7.22.20",
  4. "description": "Validate identifier/keywords name",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-validator-identifier"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "./lib/index.js",
  15. "exports": {
  16. ".": "./lib/index.js",
  17. "./package.json": "./package.json"
  18. },
  19. "devDependencies": {
  20. "@unicode/unicode-15.1.0": "^1.5.2",
  21. "charcodes": "^0.2.0"
  22. },
  23. "engines": {
  24. "node": ">=6.9.0"
  25. },
  26. "author": "The Babel Team (https://babel.dev/team)",
  27. "type": "commonjs"
  28. }