Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "html-loader@^0.5.5",
  3. "_id": "html-loader@0.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7hIW7YinOYUpo//kSYcPB6dCKoceKLmOwjEMmhIobHuWGDVl0Nwe4l68mdG/Ru0wcUxQjVMEoZpkalZ/SE7zog==",
  6. "_location": "/html-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "html-loader@^0.5.5",
  12. "name": "html-loader",
  13. "escapedName": "html-loader",
  14. "rawSpec": "^0.5.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.5"
  17. },
  18. "_requiredBy": [
  19. "/laravel-mix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.5.5.tgz",
  22. "_shasum": "6356dbeb0c49756d8ebd5ca327f16ff06ab5faea",
  23. "_spec": "html-loader@^0.5.5",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack-contrib/html-loader/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "es6-templates": "^0.2.3",
  34. "fastparse": "^1.1.1",
  35. "html-minifier": "^3.5.8",
  36. "loader-utils": "^1.1.0",
  37. "object-assign": "^4.1.1"
  38. },
  39. "deprecated": false,
  40. "description": "html loader module for webpack",
  41. "devDependencies": {
  42. "beautify-lint": "^1.0.4",
  43. "codecov.io": "^0.1.6",
  44. "eslint": "^3.1.1",
  45. "istanbul": "^0.4.5",
  46. "js-beautify": "^1.6.3",
  47. "mocha": "^2.5.3",
  48. "should": "^10.0.0",
  49. "standard-version": "^4.3.0"
  50. },
  51. "files": [
  52. "lib"
  53. ],
  54. "homepage": "https://github.com/webpack-contrib/html-loader",
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "html-loader",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/webpack-contrib/html-loader.git"
  61. },
  62. "scripts": {
  63. "cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
  64. "lint": "eslint lib test",
  65. "pretest": "npm run lint",
  66. "release": "standard-version",
  67. "test": "mocha --harmony --full-trace --check-leaks"
  68. },
  69. "version": "0.5.5"
  70. }