package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "@babel/helper-module-imports@7.0.0-beta.35",
  3. "_id": "@babel/helper-module-imports@7.0.0-beta.35",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vaC1KyIZSuyWb3Lj277fX0pxivyHwuDU4xZsofqgYAbkDxNieMg2vuhzP5AgMweMY7fCQUMTi+BgPqTLjkxXFg==",
  6. "_location": "/@babel/helper-module-imports",
  7. "_phantomChildren": {
  8. "esutils": "2.0.3",
  9. "lodash": "4.17.21",
  10. "to-fast-properties": "2.0.0"
  11. },
  12. "_requested": {
  13. "type": "version",
  14. "registry": true,
  15. "raw": "@babel/helper-module-imports@7.0.0-beta.35",
  16. "name": "@babel/helper-module-imports",
  17. "escapedName": "@babel%2fhelper-module-imports",
  18. "scope": "@babel",
  19. "rawSpec": "7.0.0-beta.35",
  20. "saveSpec": null,
  21. "fetchSpec": "7.0.0-beta.35"
  22. },
  23. "_requiredBy": [
  24. "/babel-plugin-component"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.35.tgz",
  27. "_shasum": "308e350e731752cdb4d0f058df1d704925c64e0a",
  28. "_spec": "@babel/helper-module-imports@7.0.0-beta.35",
  29. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\babel-plugin-component",
  30. "author": {
  31. "name": "Logan Smyth",
  32. "email": "loganfsmyth@gmail.com"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/types": "7.0.0-beta.35",
  37. "lodash": "^4.2.0"
  38. },
  39. "deprecated": false,
  40. "description": "Babel helper functions for inserting module loads",
  41. "devDependencies": {
  42. "@babel/core": "7.0.0-beta.35"
  43. },
  44. "homepage": "https://babeljs.io/",
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "@babel/helper-module-imports",
  48. "repository": {
  49. "type": "git",
  50. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports"
  51. },
  52. "version": "7.0.0-beta.35"
  53. }