package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "worker-plugin@3.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "worker-plugin@3.2.0",
  10. "_id": "worker-plugin@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-W5nRkw7+HlbsEt3qRP6MczwDDISjiRj2GYt9+bpe8A2La00TmJdwzG5bpdMXhRt1qcWmwAvl1TiKaHRa+XDS9Q==",
  13. "_location": "/worker-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "worker-plugin@3.2.0",
  19. "name": "worker-plugin",
  20. "escapedName": "worker-plugin",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "The Chromium Authors"
  33. },
  34. "babel": {
  35. "plugins": [
  36. "transform-es2015-modules-commonjs"
  37. ]
  38. },
  39. "bugs": {
  40. "url": "https://github.com/GoogleChromeLabs/worker-plugin/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jason Miller",
  45. "email": "developit@google.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "loader-utils": "^1.1.0"
  50. },
  51. "description": "Webpack plugin to bundle Workers automagically.",
  52. "devDependencies": {
  53. "@file-services/memory": "^1.0.3",
  54. "@file-services/node": "^1.0.3",
  55. "@file-services/overlay": "^1.0.3",
  56. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  57. "clean-webpack-plugin": "^1.0.0",
  58. "eslint": "^5.9.0",
  59. "eslint-config-standard": "^12.0.0",
  60. "eslint-plugin-import": "^2.14.0",
  61. "eslint-plugin-node": "^8.0.0",
  62. "eslint-plugin-promise": "^4.0.1",
  63. "eslint-plugin-standard": "^4.0.0",
  64. "jest": "^23.6.0",
  65. "memory-fs": "^0.4.1",
  66. "microbundle": "^0.8.2",
  67. "puppeteer": "^1.11.0",
  68. "serve-handler": "^5.0.7",
  69. "terser-webpack-plugin": "^1.1.0",
  70. "webpack": "^4.26.1"
  71. },
  72. "eslintConfig": {
  73. "extends": "eslint-config-standard",
  74. "env": {
  75. "browser": true,
  76. "jest": true
  77. },
  78. "rules": {
  79. "indent": [
  80. "error",
  81. 2
  82. ],
  83. "semi": [
  84. "error",
  85. "always"
  86. ]
  87. }
  88. },
  89. "files": [
  90. "src",
  91. "dist"
  92. ],
  93. "homepage": "https://github.com/GoogleChromeLabs/worker-plugin#readme",
  94. "jest": {
  95. "watchPathIgnorePatterns": [
  96. "<rootDir>/node_modules/",
  97. "<rootDir>/test/fixtures/"
  98. ]
  99. },
  100. "keywords": [
  101. "webpack",
  102. "plugin",
  103. "worker",
  104. "web worker",
  105. "thread"
  106. ],
  107. "license": "Apache-2.0",
  108. "main": "dist/worker-plugin.js",
  109. "name": "worker-plugin",
  110. "peerDependencies": {
  111. "webpack": ">= 4"
  112. },
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/GoogleChromeLabs/worker-plugin.git"
  116. },
  117. "scripts": {
  118. "build": "microbundle --inline none --format cjs --no-compress src/*.js",
  119. "dev": "jest --verbose --watchAll",
  120. "prepack": "npm run build",
  121. "release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
  122. "test": "npm run build && jest --verbose"
  123. },
  124. "version": "3.2.0"
  125. }