package.json 3.6 KB

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