package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/helper-module-imports@^7.14.5",
  3. "_id": "@babel/helper-module-imports@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==",
  6. "_location": "/@babel/helper-module-imports",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-module-imports@^7.14.5",
  12. "name": "@babel/helper-module-imports",
  13. "escapedName": "@babel%2fhelper-module-imports",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-define-polyfill-provider",
  21. "/@babel/helper-module-transforms",
  22. "/@babel/plugin-transform-async-to-generator",
  23. "/@babel/plugin-transform-react-jsx",
  24. "/@babel/plugin-transform-runtime",
  25. "/babel-preset-react-app/@babel/preset-env",
  26. "/rollup-plugin-babel"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz",
  29. "_shasum": "6d1a44df6a38c957aa7c312da076429f11b422f3",
  30. "_spec": "@babel/helper-module-imports@^7.14.5",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\helper-module-transforms",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@babel/types": "^7.14.5"
  42. },
  43. "deprecated": false,
  44. "description": "Babel helper functions for inserting module loads",
  45. "devDependencies": {
  46. "@babel/core": "7.14.5",
  47. "@babel/traverse": "7.14.5"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "@babel/helper-module-imports",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-helper-module-imports"
  63. },
  64. "version": "7.14.5"
  65. }