package.json 3.2 KB

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