package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@babel/plugin-transform-modules-systemjs@^7.16.7",
  3. "_id": "@babel/plugin-transform-modules-systemjs@7.17.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==",
  6. "_location": "/@babel/plugin-transform-modules-systemjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-systemjs@^7.16.7",
  12. "name": "@babel/plugin-transform-modules-systemjs",
  13. "escapedName": "@babel%2fplugin-transform-modules-systemjs",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz",
  23. "_shasum": "81fd834024fae14ea78fbe34168b042f38703859",
  24. "_spec": "@babel/plugin-transform-modules-systemjs@^7.16.7",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-hoist-variables": "^7.16.7",
  36. "@babel/helper-module-transforms": "^7.17.7",
  37. "@babel/helper-plugin-utils": "^7.16.7",
  38. "@babel/helper-validator-identifier": "^7.16.7",
  39. "babel-plugin-dynamic-import-node": "^2.3.3"
  40. },
  41. "deprecated": false,
  42. "description": "This plugin transforms ES2015 modules to SystemJS",
  43. "devDependencies": {
  44. "@babel/core": "^7.17.8",
  45. "@babel/helper-plugin-test-runner": "^7.16.7",
  46. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
  52. "keywords": [
  53. "babel-plugin"
  54. ],
  55. "license": "MIT",
  56. "main": "./lib/index.js",
  57. "name": "@babel/plugin-transform-modules-systemjs",
  58. "peerDependencies": {
  59. "@babel/core": "^7.0.0-0"
  60. },
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/babel/babel.git",
  67. "directory": "packages/babel-plugin-transform-modules-systemjs"
  68. },
  69. "version": "7.17.8"
  70. }