package.json 814 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@babel/helper-globals",
  3. "version": "7.28.0",
  4. "author": "The Babel Team (https://babel.dev/team)",
  5. "license": "MIT",
  6. "description": "A collection of JavaScript globals for Babel internal usage",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/babel/babel.git",
  10. "directory": "packages/babel-helper-globals"
  11. },
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "exports": {
  16. "./data/browser-upper.json": "./data/browser-upper.json",
  17. "./data/builtin-lower.json": "./data/builtin-lower.json",
  18. "./data/builtin-upper.json": "./data/builtin-upper.json",
  19. "./package.json": "./package.json"
  20. },
  21. "keywords": [
  22. "babel",
  23. "globals"
  24. ],
  25. "devDependencies": {
  26. "globals": "^16.1.0"
  27. },
  28. "engines": {
  29. "node": ">=6.9.0"
  30. },
  31. "type": "commonjs"
  32. }