package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "@babel/helper-hoist-variables@^7.8.3",
  3. "_id": "@babel/helper-hoist-variables@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg==",
  6. "_location": "/@babel/helper-hoist-variables",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-hoist-variables@^7.8.3",
  12. "name": "@babel/helper-hoist-variables",
  13. "escapedName": "@babel%2fhelper-hoist-variables",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-transform-modules-systemjs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz",
  23. "_shasum": "1dbe9b6b55d78c9b4183fc8cdc6e30ceb83b7134",
  24. "_spec": "@babel/helper-hoist-variables@^7.8.3",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\plugin-transform-modules-systemjs",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/types": "^7.8.3"
  29. },
  30. "deprecated": false,
  31. "description": "Helper function to hoist variables",
  32. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  33. "license": "MIT",
  34. "main": "lib/index.js",
  35. "name": "@babel/helper-hoist-variables",
  36. "publishConfig": {
  37. "access": "public"
  38. },
  39. "repository": {
  40. "type": "git",
  41. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables"
  42. },
  43. "version": "7.8.3"
  44. }