package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "less-loader@11.1.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "less-loader@11.1.3",
  9. "_id": "less-loader@11.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw==",
  12. "_location": "/less-loader",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "less-loader@11.1.3",
  18. "name": "less-loader",
  19. "escapedName": "less-loader",
  20. "rawSpec": "11.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "11.1.3"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-11.1.3.tgz",
  28. "_spec": "11.1.3",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "author": {
  31. "name": "Johannes Ewald @jhnns"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/less-loader/issues"
  35. },
  36. "description": "A Less loader for webpack. Compiles Less to CSS.",
  37. "devDependencies": {
  38. "@babel/cli": "^7.21.5",
  39. "@babel/core": "^7.22.1",
  40. "@babel/preset-env": "^7.22.4",
  41. "@commitlint/cli": "^17.6.5",
  42. "@commitlint/config-conventional": "^17.6.5",
  43. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  44. "babel-jest": "^29.5.0",
  45. "cross-env": "^7.0.3",
  46. "cspell": "^6.31.1",
  47. "del": "^6.1.1",
  48. "del-cli": "^4.0.1",
  49. "eslint": "^8.41.0",
  50. "eslint-config-prettier": "^8.8.0",
  51. "eslint-plugin-import": "^2.27.5",
  52. "husky": "^8.0.3",
  53. "jest": "^29.5.0",
  54. "less": "^4.1.3",
  55. "less-plugin-glob": "^2.0.2",
  56. "lint-staged": "^13.2.2",
  57. "memfs": "^3.5.1",
  58. "npm-run-all": "^4.1.5",
  59. "prettier": "^2.8.8",
  60. "standard-version": "^9.3.1",
  61. "strip-ansi": "^7.1.0",
  62. "webpack": "^5.85.0"
  63. },
  64. "engines": {
  65. "node": ">= 14.15.0"
  66. },
  67. "files": [
  68. "dist"
  69. ],
  70. "funding": {
  71. "type": "opencollective",
  72. "url": "https://opencollective.com/webpack"
  73. },
  74. "homepage": "https://github.com/webpack-contrib/less-loader",
  75. "keywords": [
  76. "webpack",
  77. "loader",
  78. "less",
  79. "lesscss",
  80. "less.js",
  81. "css",
  82. "preprocessor"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/cjs.js",
  86. "name": "less-loader",
  87. "peerDependencies": {
  88. "less": "^3.5.0 || ^4.0.0",
  89. "webpack": "^5.0.0"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/webpack-contrib/less-loader.git"
  94. },
  95. "scripts": {
  96. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  97. "clean": "del-cli dist",
  98. "commitlint": "commitlint --from=master",
  99. "fix": "npm-run-all -l fix:js fix:prettier",
  100. "fix:js": "npm run lint:js -- --fix",
  101. "fix:prettier": "npm run lint:prettier -- --write",
  102. "lint": "npm-run-all -l -p \"lint:**\"",
  103. "lint:js": "eslint --cache .",
  104. "lint:prettier": "prettier --list-different .",
  105. "lint:spelling": "cspell \"**/*.*\"",
  106. "prebuild": "npm run clean",
  107. "prepare": "husky install && npm run build",
  108. "pretest": "npm run lint",
  109. "release": "standard-version",
  110. "security": "npm audit --production",
  111. "start": "npm run build -- -w",
  112. "test": "npm run test:coverage",
  113. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  114. "test:only": "cross-env NODE_ENV=test jest",
  115. "test:watch": "npm run test:only -- --watch"
  116. },
  117. "version": "11.1.3"
  118. }