package.json 1001 B

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