package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/helper-member-expression-to-functions@^7.27.1",
  3. "_id": "@babel/helper-member-expression-to-functions@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
  6. "_location": "/@babel/helper-member-expression-to-functions",
  7. "_phantomChildren": {
  8. "@babel/helper-globals": "7.28.0",
  9. "@babel/helper-string-parser": "7.27.1",
  10. "@babel/helper-validator-identifier": "7.27.1",
  11. "@babel/parser": "7.28.4",
  12. "@jridgewell/gen-mapping": "0.3.13",
  13. "@jridgewell/trace-mapping": "0.3.31"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "@babel/helper-member-expression-to-functions@^7.27.1",
  19. "name": "@babel/helper-member-expression-to-functions",
  20. "escapedName": "@babel%2fhelper-member-expression-to-functions",
  21. "scope": "@babel",
  22. "rawSpec": "^7.27.1",
  23. "saveSpec": null,
  24. "fetchSpec": "^7.27.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-create-class-features-plugin",
  28. "/@babel/helper-replace-supers"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
  31. "_shasum": "ea1211276be93e798ce19037da6f06fbb994fa44",
  32. "_spec": "@babel/helper-member-expression-to-functions@^7.27.1",
  33. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\helper-create-class-features-plugin",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "@babel/traverse": "^7.27.1",
  44. "@babel/types": "^7.27.1"
  45. },
  46. "deprecated": false,
  47. "description": "Helper function to replace certain member expressions with function calls",
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helper-member-expression-to-functions",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helper-member-expression-to-functions"
  62. },
  63. "type": "commonjs",
  64. "version": "7.27.1"
  65. }