package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@babel/plugin-transform-runtime",
  3. "version": "7.4.4",
  4. "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "keywords": [
  12. "babel-plugin"
  13. ],
  14. "dependencies": {
  15. "@babel/helper-module-imports": "^7.0.0",
  16. "@babel/helper-plugin-utils": "^7.0.0",
  17. "resolve": "^1.8.1",
  18. "semver": "^5.5.1"
  19. },
  20. "peerDependencies": {
  21. "@babel/core": "^7.0.0-0"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "^7.4.4",
  25. "@babel/helper-plugin-test-runner": "^7.0.0",
  26. "@babel/helpers": "^7.4.4",
  27. "@babel/plugin-transform-runtime": "^7.4.4",
  28. "@babel/preset-env": "^7.4.4",
  29. "@babel/runtime": "^7.4.4",
  30. "@babel/template": "^7.4.4",
  31. "@babel/types": "7.0.0-beta.53"
  32. },
  33. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
  34. }