package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "script-ext-html-webpack-plugin@2.1.5",
  3. "_id": "script-ext-html-webpack-plugin@2.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1KV+Q7BKr1MfZ1yTVojDlxv6/Gw=",
  6. "_location": "/script-ext-html-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "script-ext-html-webpack-plugin@2.1.5",
  12. "name": "script-ext-html-webpack-plugin",
  13. "escapedName": "script-ext-html-webpack-plugin",
  14. "rawSpec": "2.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.5"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/script-ext-html-webpack-plugin/download/script-ext-html-webpack-plugin-2.1.5.tgz",
  22. "_shasum": "d4a57e43b04aaf531f675c935688c3971bfafc6c",
  23. "_spec": "script-ext-html-webpack-plugin@2.1.5",
  24. "_where": "D:\\bomanss\\ruoyi-ui",
  25. "author": {
  26. "name": "Mike Evans",
  27. "email": "mike.evans@numical.com",
  28. "url": "https://github.com/numical"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/numical/script-ext-html-webpack-plugin/issues"
  32. },
  33. "bundleDependencies": false,
  34. "css-loader": "^1.0.1",
  35. "dependencies": {
  36. "debug": "^4.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",
  40. "devDependencies": {
  41. "cross-env": "^7.0.2",
  42. "dynavers": "^0.3.1",
  43. "handlebars": "^4.7.6",
  44. "handlebars-loader": "1.7.1",
  45. "jasmine": "^3.6.2",
  46. "jasmine-spec-reporter": "^6.0.0",
  47. "jasmine2-custom-message": "^0.9.3",
  48. "rimraf": "^3.0.2",
  49. "semistandard": "^14.2.3",
  50. "uglifyjs-webpack-plugin": "^2.2.0",
  51. "webpack-config": "7.5.0"
  52. },
  53. "engines": {
  54. "node": ">=6.11.5"
  55. },
  56. "files": [
  57. "index.js",
  58. "lib/"
  59. ],
  60. "homepage": "https://github.com/numical/script-ext-html-webpack-plugin",
  61. "keywords": [
  62. "webpack",
  63. "plugin",
  64. "html-webpack-plugin",
  65. "async",
  66. "defer",
  67. "inline",
  68. "script",
  69. "module",
  70. "resource hints",
  71. "prefetch",
  72. "preload",
  73. "dynamic script",
  74. "async script"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "script-ext-html-webpack-plugin",
  79. "peerDependencies": {
  80. "webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
  81. "html-webpack-plugin": "^3.0.0 || ^4.0.0"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/numical/script-ext-html-webpack-plugin.git"
  86. },
  87. "scripts": {
  88. "debug": "cross-env DEBUG=ScriptExt VERSION=webpack4 HWP_VERSION=hwp4 jasmine",
  89. "node-debug": "cross-env DEBUG=ScriptExt VERSION=webpack4 HWP_VERSION=hwp4 node-debug jasmine",
  90. "pretest": "semistandard & install-module-versions dynavers.json",
  91. "test": "npm run test:webpack1 && npm run test:webpack2 && npm run test:webpack3 && npm run test:webpack4 && npm run test:webpack4htmlPlugin4",
  92. "test:webpack1": "cross-env VERSION=webpack1 HWP_VERSION=hwp3 jasmine",
  93. "test:webpack2": "cross-env VERSION=webpack2 HWP_VERSION=hwp3 jasmine",
  94. "test:webpack3": "cross-env VERSION=webpack3 HWP_VERSION=hwp3 jasmine",
  95. "test:webpack4": "cross-env VERSION=webpack4 HWP_VERSION=hwp3 jasmine",
  96. "test:webpack4htmlPlugin4": "cross-env VERSION=webpack4 HWP_VERSION=hwp4 jasmine"
  97. },
  98. "version": "2.1.5"
  99. }