package.json 3.9 KB

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