package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "@babel/preset-modules@^0.1.4",
  3. "_id": "@babel/preset-modules@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ni8raMZihClw/bXiVP/I/BwuQV4=",
  6. "_location": "/@babel/preset-modules",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/preset-modules@^0.1.4",
  12. "name": "@babel/preset-modules",
  13. "escapedName": "@babel%2fpreset-modules",
  14. "scope": "@babel",
  15. "rawSpec": "^0.1.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.1.4"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz",
  23. "_shasum": "362f2b68c662842970fdb5e254ffc8fc1c2e415e",
  24. "_spec": "@babel/preset-modules@^0.1.4",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\preset-env",
  26. "authors": [
  27. "Jason Miller <jason@developit.ca>"
  28. ],
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-plugin-utils": "^7.0.0",
  32. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  33. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  34. "@babel/types": "^7.4.4",
  35. "esutils": "^2.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "A Babel preset that targets modern browsers by fixing engine bugs.",
  39. "devDependencies": {
  40. "@babel/cli": "^7.7.0",
  41. "@babel/core": "^7.7.2",
  42. "@babel/helper-fixtures": "^7.6.3",
  43. "@babel/helper-plugin-test-runner": "^7.1.0",
  44. "@babel/plugin-transform-modules-commonjs": "^7.5.0",
  45. "@babel/plugin-transform-react-jsx": "^7.7.0",
  46. "@babel/preset-env": "^7.9.6",
  47. "acorn-jsx": "^5.0.1",
  48. "babel-eslint": "^10.0.3",
  49. "babel-plugin-add-module-exports": "^1.0.2",
  50. "chalk": "^2.4.2",
  51. "concurrently": "^4.1.0",
  52. "eslint": "^6.6.0",
  53. "eslint-config-babel": "^9.0.0",
  54. "eslint-plugin-flowtype": "3",
  55. "eslint-plugin-import": "^2.18.2",
  56. "eslint-plugin-prettier": "^3.1.1",
  57. "gzip-size": "^5.1.1",
  58. "if-env": "^1.0.4",
  59. "jest": "^24.8.0",
  60. "karmatic": "^1.4.0",
  61. "prettier": "^1.19.1",
  62. "pretty-bytes": "^5.2.0",
  63. "rollup": "^1.16.3",
  64. "rollup-plugin-babel": "^4.3.3",
  65. "rollup-plugin-node-resolve": "^5.2.0",
  66. "terser": "^4.0.2",
  67. "webpack": "^4.35.0"
  68. },
  69. "eslintConfig": {
  70. "extends": "developit",
  71. "rules": {
  72. "no-console": 0,
  73. "new-cap": 0
  74. }
  75. },
  76. "eslintIgnore": [
  77. "test/fixtures/**/*",
  78. "test/integration/**/*"
  79. ],
  80. "files": [
  81. "src",
  82. "lib"
  83. ],
  84. "husky": {
  85. "hooks": {
  86. "pre-commit": "lint-staged"
  87. }
  88. },
  89. "jest": {
  90. "testEnvironment": "node",
  91. "roots": [
  92. "src",
  93. "test"
  94. ]
  95. },
  96. "keywords": [
  97. "babel",
  98. "preset",
  99. "preset-env",
  100. "modern",
  101. "modules",
  102. "ES Modules",
  103. "module/nomodule"
  104. ],
  105. "license": "MIT",
  106. "lint-staged": {
  107. "*.js": [
  108. "eslint --format=codeframe"
  109. ]
  110. },
  111. "main": "lib/index.js",
  112. "name": "@babel/preset-modules",
  113. "peerDependencies": {
  114. "@babel/core": "^7.0.0-0"
  115. },
  116. "scripts": {
  117. "build": "babel src -d lib --ignore '**/*.test.js'",
  118. "start": "concurrently -r 'npm:watch:* -s'",
  119. "test": "eslint src test && jest --colors",
  120. "test:browser": "cd test/browser && karmatic --no-coverage --browsers chrome:headless,sauce-chrome-61,sauce-firefox-60,sauce-safari-10,sauce-safari-11,sauce-edge-16,sauce-edge-17 '**/*.js'",
  121. "test:edge": "npm run test:local -- --browsers sauce-edge-16",
  122. "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'",
  123. "test:safari": "npm run test:local -- --browsers sauce-safari-10",
  124. "watch:build": "npm run -s build -- -w",
  125. "watch:test": "jest --watch"
  126. },
  127. "version": "0.1.4"
  128. }