package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "@babel/helper-string-parser": "7.27.1",
  9. "@babel/helper-validator-identifier": "7.27.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "@babel/helper-optimise-call-expression@^7.27.1",
  15. "name": "@babel/helper-optimise-call-expression",
  16. "escapedName": "@babel%2fhelper-optimise-call-expression",
  17. "scope": "@babel",
  18. "rawSpec": "^7.27.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^7.27.1"
  21. },
  22. "_requiredBy": [
  23. "/@babel/helper-create-class-features-plugin",
  24. "/@babel/helper-replace-supers"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  27. "_shasum": "c65221b61a643f3e62705e5dd2b5f115e35f9200",
  28. "_spec": "@babel/helper-optimise-call-expression@^7.27.1",
  29. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\helper-create-class-features-plugin",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/types": "^7.27.1"
  40. },
  41. "deprecated": false,
  42. "description": "Helper function to optimise call expression",
  43. "devDependencies": {
  44. "@babel/generator": "^7.27.1",
  45. "@babel/parser": "^7.27.1"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "@babel/helper-optimise-call-expression",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/babel/babel.git",
  60. "directory": "packages/babel-helper-optimise-call-expression"
  61. },
  62. "type": "commonjs",
  63. "version": "7.27.1"
  64. }