package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@babel/helper-function-name@^7.12.13",
  3. "_id": "@babel/helper-function-name@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
  6. "_location": "/@babel/helper-function-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-function-name@^7.12.13",
  12. "name": "@babel/helper-function-name",
  13. "escapedName": "@babel%2fhelper-function-name",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  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.12.13.tgz",
  27. "_shasum": "93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a",
  28. "_spec": "@babel/helper-function-name@^7.12.13",
  29. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\traverse",
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-get-function-arity": "^7.12.13",
  36. "@babel/template": "^7.12.13",
  37. "@babel/types": "^7.12.13"
  38. },
  39. "deprecated": false,
  40. "description": "Helper function to change the property 'name' of every function",
  41. "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name",
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/helper-function-name",
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/babel/babel.git",
  51. "directory": "packages/babel-helper-function-name"
  52. },
  53. "version": "7.12.13"
  54. }