package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-modules-amd@7.13.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-modules-amd@7.13.0",
  10. "_id": "@babel/plugin-transform-modules-amd@7.13.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-GfUR1g49h1PMWm1Od106UYSGbMM=",
  13. "_location": "/@babel/plugin-transform-modules-amd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-modules-amd@7.13.0",
  19. "name": "@babel/plugin-transform-modules-amd",
  20. "escapedName": "@babel%2fplugin-transform-modules-amd",
  21. "scope": "@babel",
  22. "rawSpec": "7.13.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.13.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz",
  30. "_spec": "7.13.0",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-module-transforms": "^7.13.0",
  37. "@babel/helper-plugin-utils": "^7.13.0",
  38. "babel-plugin-dynamic-import-node": "^2.3.3"
  39. },
  40. "description": "This plugin transforms ES2015 modules to AMD",
  41. "devDependencies": {
  42. "@babel/core": "7.13.0",
  43. "@babel/helper-plugin-test-runner": "7.12.13"
  44. },
  45. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd",
  46. "keywords": [
  47. "babel-plugin"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "@babel/plugin-transform-modules-amd",
  52. "peerDependencies": {
  53. "@babel/core": "^7.0.0-0"
  54. },
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-plugin-transform-modules-amd"
  62. },
  63. "version": "7.13.0"
  64. }