package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "@babel/helper-function-name@^7.8.3",
  3. "_id": "@babel/helper-function-name@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==",
  6. "_location": "/@babel/helper-function-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-function-name@^7.8.3",
  12. "name": "@babel/helper-function-name",
  13. "escapedName": "@babel%2fhelper-function-name",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-define-map",
  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.8.3.tgz",
  27. "_shasum": "eeeb665a01b1f11068e9fb86ad56a1cb1a824cca",
  28. "_spec": "@babel/helper-function-name@^7.8.3",
  29. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\traverse",
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/helper-get-function-arity": "^7.8.3",
  33. "@babel/template": "^7.8.3",
  34. "@babel/types": "^7.8.3"
  35. },
  36. "deprecated": false,
  37. "description": "Helper function to change the property 'name' of every function",
  38. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  39. "license": "MIT",
  40. "main": "lib/index.js",
  41. "name": "@babel/helper-function-name",
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "repository": {
  46. "type": "git",
  47. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name"
  48. },
  49. "version": "7.8.3"
  50. }