package.json 1.5 KB

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