package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@babel/plugin-transform-modules-amd@7.22.5",
  3. "_id": "@babel/plugin-transform-modules-amd@7.22.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
  6. "_location": "/@babel/plugin-transform-modules-amd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-amd@7.22.5",
  12. "name": "@babel/plugin-transform-modules-amd",
  13. "escapedName": "@babel%2fplugin-transform-modules-amd",
  14. "scope": "@babel",
  15. "rawSpec": "7.22.5",
  16. "saveSpec": null,
  17. "fetchSpec": "7.22.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
  24. "_shasum": "4e045f55dcf98afd00f85691a68fc0780704f526",
  25. "_spec": "@babel/plugin-transform-modules-amd@7.22.5",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/helper-module-transforms": "^7.22.5",
  37. "@babel/helper-plugin-utils": "^7.22.5"
  38. },
  39. "deprecated": false,
  40. "description": "This plugin transforms ES2015 modules to AMD",
  41. "devDependencies": {
  42. "@babel/core": "^7.22.5",
  43. "@babel/helper-plugin-test-runner": "^7.22.5",
  44. "@babel/plugin-external-helpers": "^7.22.5"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd",
  50. "keywords": [
  51. "babel-plugin"
  52. ],
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "@babel/plugin-transform-modules-amd",
  56. "peerDependencies": {
  57. "@babel/core": "^7.0.0-0"
  58. },
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-plugin-transform-modules-amd"
  66. },
  67. "type": "commonjs",
  68. "version": "7.22.5"
  69. }