package.json 1.0 KB

12345678910111213141516171819202122
  1. {
  2. "name": "@babel/helper-member-expression-to-functions",
  3. "version": "7.12.7",
  4. "description": "Helper function to replace certain member expressions with function calls",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-member-expression-to-functions"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "author": "Justin Ridgewell <justin@ridgewell.name>",
  16. "dependencies": {
  17. "@babel/types": "^7.12.7"
  18. },
  19. "__npminstall_done": "Thu Dec 24 2020 20:20:36 GMT+0800 (CST)",
  20. "_from": "@babel/helper-member-expression-to-functions@7.12.7",
  21. "_resolved": "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.12.7.tgz?cache=0&sync_timestamp=1605907140281&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-member-expression-to-functions%2Fdownload%2F%40babel%2Fhelper-member-expression-to-functions-7.12.7.tgz"
  22. }