package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/plugin-transform-modules-amd@^7.14.2",
  3. "_id": "@babel/plugin-transform-modules-amd@7.14.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZiKAb+GnwHoTiERCIu+VNfLKF7A=",
  6. "_location": "/@babel/plugin-transform-modules-amd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-amd@^7.14.2",
  12. "name": "@babel/plugin-transform-modules-amd",
  13. "escapedName": "@babel%2fplugin-transform-modules-amd",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.2"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.nlark.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.14.2.tgz?cache=0&sync_timestamp=1620839930209&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-modules-amd%2Fdownload%2F%40babel%2Fplugin-transform-modules-amd-7.14.2.tgz",
  23. "_shasum": "6622806fe1a7c07a1388444222ef9535f2ca17b0",
  24. "_spec": "@babel/plugin-transform-modules-amd@^7.14.2",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\preset-env",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-module-transforms": "^7.14.2",
  32. "@babel/helper-plugin-utils": "^7.13.0",
  33. "babel-plugin-dynamic-import-node": "^2.3.3"
  34. },
  35. "deprecated": false,
  36. "description": "This plugin transforms ES2015 modules to AMD",
  37. "devDependencies": {
  38. "@babel/core": "7.14.2",
  39. "@babel/helper-plugin-test-runner": "7.13.10",
  40. "@babel/plugin-external-helpers": "7.12.13"
  41. },
  42. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd",
  43. "keywords": [
  44. "babel-plugin"
  45. ],
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@babel/plugin-transform-modules-amd",
  49. "peerDependencies": {
  50. "@babel/core": "^7.0.0-0"
  51. },
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/babel/babel.git",
  58. "directory": "packages/babel-plugin-transform-modules-amd"
  59. },
  60. "version": "7.14.2"
  61. }