package.json 3.6 KB

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