package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "_from": "@babel/helper-member-expression-to-functions@^7.8.3",
  3. "_id": "@babel/helper-member-expression-to-functions@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==",
  6. "_location": "/@babel/helper-member-expression-to-functions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-member-expression-to-functions@^7.8.3",
  12. "name": "@babel/helper-member-expression-to-functions",
  13. "escapedName": "@babel%2fhelper-member-expression-to-functions",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-replace-supers"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz",
  23. "_shasum": "659b710498ea6c1d9907e0c73f206eee7dadc24c",
  24. "_spec": "@babel/helper-member-expression-to-functions@^7.8.3",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\helper-replace-supers",
  26. "author": {
  27. "name": "Justin Ridgewell",
  28. "email": "justin@ridgewell.name"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/types": "^7.8.3"
  33. },
  34. "deprecated": false,
  35. "description": "Helper function to replace certain member expressions with function calls",
  36. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  37. "license": "MIT",
  38. "main": "lib/index.js",
  39. "name": "@babel/helper-member-expression-to-functions",
  40. "publishConfig": {
  41. "access": "public"
  42. },
  43. "repository": {
  44. "type": "git",
  45. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions"
  46. },
  47. "version": "7.8.3"
  48. }