package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/helper-optimise-call-expression@^7.27.1",
  3. "_id": "@babel/helper-optimise-call-expression@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  6. "_location": "/@babel/helper-optimise-call-expression",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-optimise-call-expression@^7.27.1",
  12. "name": "@babel/helper-optimise-call-expression",
  13. "escapedName": "@babel%2fhelper-optimise-call-expression",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-create-class-features-plugin",
  21. "/@babel/helper-replace-supers"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  24. "_shasum": "c65221b61a643f3e62705e5dd2b5f115e35f9200",
  25. "_spec": "@babel/helper-optimise-call-expression@^7.27.1",
  26. "_where": "E:\\vue_project\\el-table-column\\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/types": "^7.27.1"
  37. },
  38. "deprecated": false,
  39. "description": "Helper function to optimise call expression",
  40. "devDependencies": {
  41. "@babel/generator": "^7.27.1",
  42. "@babel/parser": "^7.27.1"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
  48. "license": "MIT",
  49. "main": "./lib/index.js",
  50. "name": "@babel/helper-optimise-call-expression",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/babel/babel.git",
  57. "directory": "packages/babel-helper-optimise-call-expression"
  58. },
  59. "type": "commonjs",
  60. "version": "7.27.1"
  61. }