package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@babel/helper-member-expression-to-functions@^7.28.5",
  3. "_id": "@babel/helper-member-expression-to-functions@7.28.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  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.28.5",
  12. "name": "@babel/helper-member-expression-to-functions",
  13. "escapedName": "@babel%2fhelper-member-expression-to-functions",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-create-class-features-plugin",
  21. "/@babel/helper-replace-supers"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  24. "_shasum": "f3e07a10be37ed7a63461c63e6929575945a6150",
  25. "_spec": "@babel/helper-member-expression-to-functions@^7.28.5",
  26. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\helper-create-class-features-plugin",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/traverse": "^7.28.5",
  37. "@babel/types": "^7.28.5"
  38. },
  39. "deprecated": false,
  40. "description": "Helper function to replace certain member expressions with function calls",
  41. "engines": {
  42. "node": ">=6.9.0"
  43. },
  44. "homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
  45. "license": "MIT",
  46. "main": "./lib/index.js",
  47. "name": "@babel/helper-member-expression-to-functions",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/babel/babel.git",
  54. "directory": "packages/babel-helper-member-expression-to-functions"
  55. },
  56. "type": "commonjs",
  57. "version": "7.28.5"
  58. }