package.json 2.3 KB

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