package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "loader-runner@^4.3.1",
  3. "_id": "loader-runner@4.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==",
  6. "_location": "/loader-runner",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "loader-runner@^4.3.1",
  12. "name": "loader-runner",
  13. "escapedName": "loader-runner",
  14. "rawSpec": "^4.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.1.tgz",
  22. "_shasum": "6c76ed29b0ccce9af379208299f07f876de737e3",
  23. "_spec": "loader-runner@^4.3.1",
  24. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\webpack",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/loader-runner/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Runs (webpack) loaders",
  34. "devDependencies": {
  35. "@eslint/js": "^9.28.0",
  36. "@eslint/markdown": "^7.1.0",
  37. "@stylistic/eslint-plugin": "^5.2.3",
  38. "eslint": "^9.28.0",
  39. "eslint-config-prettier": "^10.1.5",
  40. "eslint-config-webpack": "^4.6.1",
  41. "eslint-plugin-import": "^2.31.0",
  42. "eslint-plugin-jest": "^28.12.0",
  43. "eslint-plugin-jsdoc": "^54.1.1",
  44. "eslint-plugin-n": "^17.19.0",
  45. "eslint-plugin-prettier": "^5.4.1",
  46. "eslint-plugin-unicorn": "^60.0.0",
  47. "globals": "^16.2.0",
  48. "mocha": "^3.2.0",
  49. "nyc": "^14.1.1",
  50. "prettier": "^3.5.3",
  51. "should": "^8.0.2"
  52. },
  53. "engines": {
  54. "node": ">=6.11.5"
  55. },
  56. "files": [
  57. "lib/",
  58. "bin/",
  59. "hot/",
  60. "web_modules/",
  61. "schemas/"
  62. ],
  63. "funding": {
  64. "type": "opencollective",
  65. "url": "https://opencollective.com/webpack"
  66. },
  67. "homepage": "https://github.com/webpack/loader-runner#readme",
  68. "keywords": [
  69. "webpack",
  70. "loader"
  71. ],
  72. "license": "MIT",
  73. "main": "lib/LoaderRunner.js",
  74. "name": "loader-runner",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/webpack/loader-runner.git"
  78. },
  79. "scripts": {
  80. "fix": "npm run fix:code && npm run fmt",
  81. "fix:code": "npm run lint:code -- --fix",
  82. "fmt": "npm run fmt:base -- --log-level warn --write",
  83. "fmt:base": "prettier --cache --ignore-unknown .",
  84. "fmt:check": "npm run fmt:base -- --check",
  85. "lint": "npm run lint:code && npm run fmt:check",
  86. "lint:code": "eslint --cache .",
  87. "pretest": "npm run lint",
  88. "test": "npm run test:basic",
  89. "test:basic": "mocha --reporter spec",
  90. "test:cover": "nyc --reporter=lcov npm run test:basic"
  91. },
  92. "version": "4.3.1"
  93. }