package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-function-name@7.17.9",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-function-name@7.17.9",
  10. "_id": "@babel/helper-function-name@7.17.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==",
  13. "_location": "/@babel/helper-function-name",
  14. "_phantomChildren": {
  15. "to-fast-properties": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@babel/helper-function-name@7.17.9",
  21. "name": "@babel/helper-function-name",
  22. "escapedName": "@babel%2fhelper-function-name",
  23. "scope": "@babel",
  24. "rawSpec": "7.17.9",
  25. "saveSpec": null,
  26. "fetchSpec": "7.17.9"
  27. },
  28. "_requiredBy": [
  29. "/@babel/helper-create-class-features-plugin",
  30. "/@babel/helper-wrap-function",
  31. "/@babel/plugin-transform-classes",
  32. "/@babel/plugin-transform-function-name",
  33. "/@babel/traverse"
  34. ],
  35. "_resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz",
  36. "_spec": "7.17.9",
  37. "_where": "E:\\item\\newItem\\admin",
  38. "author": {
  39. "name": "The Babel Team",
  40. "url": "https://babel.dev/team"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/babel/babel/issues"
  44. },
  45. "dependencies": {
  46. "@babel/template": "^7.16.7",
  47. "@babel/types": "^7.17.0"
  48. },
  49. "description": "Helper function to change the property 'name' of every function",
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name",
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/helper-function-name",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-helper-function-name"
  64. },
  65. "version": "7.17.9"
  66. }