package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "@babel/helper-function-name@^7.17.9",
  3. "_id": "@babel/helper-function-name@7.17.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==",
  6. "_location": "/@babel/helper-function-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-function-name@^7.17.9",
  12. "name": "@babel/helper-function-name",
  13. "escapedName": "@babel%2fhelper-function-name",
  14. "scope": "@babel",
  15. "rawSpec": "^7.17.9",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.17.9"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-create-class-features-plugin",
  21. "/@babel/helper-wrap-function",
  22. "/@babel/plugin-transform-classes",
  23. "/@babel/plugin-transform-function-name",
  24. "/@babel/traverse"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz",
  27. "_shasum": "136fcd54bc1da82fcb47565cf16fd8e444b1ff12",
  28. "_spec": "@babel/helper-function-name@^7.17.9",
  29. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\traverse",
  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/template": "^7.16.7",
  40. "@babel/types": "^7.17.0"
  41. },
  42. "deprecated": false,
  43. "description": "Helper function to change the property 'name' of every function",
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name",
  48. "license": "MIT",
  49. "main": "./lib/index.js",
  50. "name": "@babel/helper-function-name",
  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-function-name"
  58. },
  59. "version": "7.17.9"
  60. }