package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-module-imports@7.0.0-beta.35",
  12. "name": "@babel/helper-module-imports",
  13. "escapedName": "@babel%2fhelper-module-imports",
  14. "scope": "@babel",
  15. "rawSpec": "7.0.0-beta.35",
  16. "saveSpec": null,
  17. "fetchSpec": "7.0.0-beta.35"
  18. },
  19. "_requiredBy": [
  20. "/babel-plugin-component"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.35.tgz",
  23. "_shasum": "308e350e731752cdb4d0f058df1d704925c64e0a",
  24. "_spec": "@babel/helper-module-imports@7.0.0-beta.35",
  25. "_where": "D:\\六牛项目\\nft\\NFT\\node_modules\\babel-plugin-component",
  26. "author": {
  27. "name": "Logan Smyth",
  28. "email": "loganfsmyth@gmail.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/types": "7.0.0-beta.35",
  33. "lodash": "^4.2.0"
  34. },
  35. "deprecated": false,
  36. "description": "Babel helper functions for inserting module loads",
  37. "devDependencies": {
  38. "@babel/core": "7.0.0-beta.35"
  39. },
  40. "homepage": "https://babeljs.io/",
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "name": "@babel/helper-module-imports",
  44. "repository": {
  45. "type": "git",
  46. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports"
  47. },
  48. "version": "7.0.0-beta.35"
  49. }