1057f5cbd4489a1f672e6f89933547c89a51b9df7bc81402f3e6f7057613020474d75ee1864b17fd746f6cae4046f7229e7edd6821f69fee4b3021c8f8e853 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@babel/types",
  3. "version": "7.27.1",
  4. "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  5. "author": "The Babel Team (https://babel.dev/team)",
  6. "homepage": "https://babel.dev/docs/en/next/babel-types",
  7. "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen",
  8. "license": "MIT",
  9. "publishConfig": {
  10. "access": "public"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/babel/babel.git",
  15. "directory": "packages/babel-types"
  16. },
  17. "main": "./lib/index.js",
  18. "dependencies": {
  19. "@babel/helper-string-parser": "^7.27.1",
  20. "@babel/helper-validator-identifier": "^7.27.1"
  21. },
  22. "devDependencies": {
  23. "@babel/generator": "^7.27.1",
  24. "@babel/parser": "^7.27.1",
  25. "glob": "^7.2.0"
  26. },
  27. "engines": {
  28. "node": ">=6.9.0"
  29. },
  30. "type": "commonjs",
  31. "types": "./lib/index-legacy.d.ts",
  32. "typesVersions": {
  33. ">=4.1": {
  34. "lib/index-legacy.d.ts": [
  35. "lib/index.d.ts"
  36. ]
  37. }
  38. }
  39. }