package.json 600 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@babel/helper-validator-identifier",
  3. "version": "7.15.7",
  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": "./lib/index.js",
  16. "devDependencies": {
  17. "@unicode/unicode-14.0.0": "^1.2.1",
  18. "charcodes": "^0.2.0"
  19. },
  20. "engines": {
  21. "node": ">=6.9.0"
  22. },
  23. "author": "The Babel Team (https://babel.dev/team)"
  24. }