package.json 850 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@babel/helpers",
  3. "version": "7.12.5",
  4. "description": "Collection of helper functions used by Babel transforms.",
  5. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  6. "homepage": "https://babeljs.io/",
  7. "license": "MIT",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/babel/babel.git",
  14. "directory": "packages/babel-helpers"
  15. },
  16. "main": "lib/index.js",
  17. "dependencies": {
  18. "@babel/template": "^7.10.4",
  19. "@babel/traverse": "^7.12.5",
  20. "@babel/types": "^7.12.5"
  21. },
  22. "devDependencies": {
  23. "@babel/helper-plugin-test-runner": "7.10.4"
  24. },
  25. "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
  26. "_from": "@babel/helpers@7.12.5",
  27. "_resolved": "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.5.tgz"
  28. }