package.json 1019 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@babel/helper-optimise-call-expression",
  3. "version": "7.12.10",
  4. "description": "Helper function to optimise call expression",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-optimise-call-expression"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "dependencies": {
  16. "@babel/types": "^7.12.10"
  17. },
  18. "devDependencies": {
  19. "@babel/generator": "7.12.10",
  20. "@babel/parser": "7.12.10"
  21. },
  22. "__npminstall_done": "Thu Dec 24 2020 20:20:36 GMT+0800 (CST)",
  23. "_from": "@babel/helper-optimise-call-expression@7.12.10",
  24. "_resolved": "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.10.tgz?cache=0&sync_timestamp=1607576934683&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.12.10.tgz"
  25. }