package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "script-ext-html-webpack-plugin@2.1.3",
  3. "_id": "script-ext-html-webpack-plugin@2.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a/gqxJFw2IAs8LK/ZFBKv1YoeFysbntdiLBVdNfgHgMKWW1mMcRGY6Hm3aihSaY9tqqhcaXuQJ4nn19loNbkuQ==",
  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.3",
  12. "name": "script-ext-html-webpack-plugin",
  13. "escapedName": "script-ext-html-webpack-plugin",
  14. "rawSpec": "2.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.3"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/script-ext-html-webpack-plugin/-/script-ext-html-webpack-plugin-2.1.3.tgz",
  22. "_shasum": "b4bf703cddbe3de2e6f483e19dfeba2b5ec4abfe",
  23. "_spec": "script-ext-html-webpack-plugin@2.1.3",
  24. "_where": "E:\\workspace\\cfd-front-admin",
  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. "dependencies": {
  35. "debug": "^4.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",
  39. "devDependencies": {
  40. "cross-env": "^5.2.0",
  41. "css-loader": "^1.0.1",
  42. "dynavers": "^0.3.1",
  43. "handlebars": "^4.0.12",
  44. "handlebars-loader": "1.7.0",
  45. "jasmine": "^3.3.0",
  46. "jasmine-spec-reporter": "^4.2.1",
  47. "jasmine2-custom-message": "^0.9.3",
  48. "rimraf": "^2.6.2",
  49. "semistandard": "^13.0.1",
  50. "uglifyjs-webpack-plugin": "^2.0.1",
  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:hwp",
  92. "test:hwp": "npm run test:hwp3 && npm run test:hwp4",
  93. "test:hwp3": "cross-env VERSION=webpack1 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack2 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack3 HWP_VERSION=hwp3 jasmine && cross-env VERSION=webpack4 HWP_VERSION=hwp3 jasmine",
  94. "test:hwp4": "cross-env VERSION=webpack4 HWP_VERSION=hwp4 jasmine",
  95. "test:webpack1": "cross-env VERSION=webpack1 jasmine",
  96. "test:webpack2": "cross-env VERSION=webpack2 jasmine",
  97. "test:webpack3": "cross-env VERSION=webpack3 jasmine",
  98. "test:webpack4": "cross-env VERSION=webpack4 jasmine"
  99. },
  100. "version": "2.1.3"
  101. }