package.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "script-ext-html-webpack-plugin@2.0.1",
  3. "_id": "script-ext-html-webpack-plugin@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kUH+XhpjG95ABMnWeKCguM7NCOqSrGlYEnJQKgvPIyq5+FzQuACMLzWOB/Lp7t0sKqKLWNLu8i6MmLRKRo1IUw==",
  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.0.1",
  12. "name": "script-ext-html-webpack-plugin",
  13. "escapedName": "script-ext-html-webpack-plugin",
  14. "rawSpec": "2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/script-ext-html-webpack-plugin/-/script-ext-html-webpack-plugin-2.0.1.tgz",
  22. "_shasum": "90ac3d77f1892ad9054c3752f0e4673607f6d9a3",
  23. "_spec": "script-ext-html-webpack-plugin@2.0.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  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": "^3.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",
  39. "devDependencies": {
  40. "css-loader": "^0.28.10",
  41. "dynavers": "^0.2.0",
  42. "handlebars": "^4.0.11",
  43. "handlebars-loader": "1.6.0",
  44. "html-webpack-plugin": "^3.0.6",
  45. "jasmine": "^3.1.0",
  46. "jasmine-spec-reporter": "^4.2.1",
  47. "jasmine2-custom-message": "^0.9.0",
  48. "rimraf": "^2.6.2",
  49. "semistandard": "^12.0.1",
  50. "uglifyjs-webpack-plugin": "^1.2.2",
  51. "webpack-config": "7.0.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"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/numical/script-ext-html-webpack-plugin.git"
  86. },
  87. "scripts": {
  88. "debug": "DEBUG=ScriptExt VERSION=webpack4 jasmine",
  89. "node-debug": "DEBUG=ScriptExt VERSION=webpack4 node-debug jasmine",
  90. "pretest": "semistandard & install-module-versions dynavers.json",
  91. "test": "VERSION=webpack1 jasmine && VERSION=webpack2 jasmine && VERSION=webpack3 jasmine && VERSION=webpack4 jasmine",
  92. "test:webpack1": "VERSION=webpack1 jasmine",
  93. "test:webpack2": "VERSION=webpack2 jasmine",
  94. "test:webpack3": "VERSION=webpack3 jasmine",
  95. "test:webpack4": "VERSION=webpack4 jasmine"
  96. },
  97. "version": "2.0.1"
  98. }