package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "stylus-loader",
  3. "_id": "stylus-loader@6.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5dsDc7qVQGRoc6pvCL20eYgRUxepZ9FpeK28XhdXaIPP6kXr6nI1zAAKFQgP5OBkOfKaURp4WUpJzspg1f01Gg==",
  6. "_location": "/stylus-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "stylus-loader",
  12. "name": "stylus-loader",
  13. "escapedName": "stylus-loader",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-6.2.0.tgz",
  23. "_shasum": "0ba499e744e7fb9d9b3977784c8639728a7ced8c",
  24. "_spec": "stylus-loader",
  25. "_where": "D:\\work\\liebao-developApi",
  26. "author": {
  27. "name": "Kyle Robinson Young",
  28. "email": "kyle@dontkry.com",
  29. "url": "http://dontkry.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/webpack-contrib/stylus-loader/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "fast-glob": "^3.2.7",
  37. "klona": "^2.0.4",
  38. "normalize-path": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Stylus loader for webpack",
  42. "devDependencies": {
  43. "@babel/cli": "^7.14.5",
  44. "@babel/core": "^7.14.6",
  45. "@babel/preset-env": "^7.14.7",
  46. "@commitlint/cli": "^13.2.1",
  47. "@commitlint/config-conventional": "^13.2.0",
  48. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  49. "babel-eslint": "^10.1.0",
  50. "babel-jest": "^27.0.6",
  51. "benchmark": "^2.1.4",
  52. "bootstrap-styl": "^5.0.9",
  53. "cross-env": "^7.0.3",
  54. "css-loader": "^6.4.0",
  55. "del": "^6.0.0",
  56. "del-cli": "^3.0.1",
  57. "eslint": "^7.30.0",
  58. "eslint-config-prettier": "^8.3.0",
  59. "eslint-plugin-import": "^2.23.4",
  60. "husky": "^7.0.0",
  61. "jest": "^27.0.6",
  62. "lint-staged": "^11.0.1",
  63. "memfs": "^3.2.2",
  64. "nib": "^1.1.2",
  65. "npm-run-all": "^4.1.5",
  66. "prettier": "^2.3.2",
  67. "raw-loader": "^4.0.2",
  68. "standard-version": "^9.3.1",
  69. "style-loader": "^3.3.0",
  70. "stylus": "^0.55.0",
  71. "webpack": "^5.45.1"
  72. },
  73. "engines": {
  74. "node": ">= 12.13.0"
  75. },
  76. "files": [
  77. "dist"
  78. ],
  79. "funding": {
  80. "type": "opencollective",
  81. "url": "https://opencollective.com/webpack"
  82. },
  83. "homepage": "https://github.com/webpack-contrib/stylus-loader",
  84. "keywords": [
  85. "webpack",
  86. "loader",
  87. "stylus"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/cjs.js",
  91. "name": "stylus-loader",
  92. "peerDependencies": {
  93. "stylus": ">=0.52.4",
  94. "webpack": "^5.0.0"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/webpack-contrib/stylus-loader.git"
  99. },
  100. "scripts": {
  101. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  102. "clean": "del-cli dist",
  103. "commitlint": "commitlint --from=master",
  104. "lint": "npm-run-all -l -p \"lint:**\"",
  105. "lint:js": "eslint --cache .",
  106. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  107. "prebuild": "npm run clean",
  108. "prepare": "husky install && npm run build",
  109. "pretest": "npm run lint",
  110. "release": "standard-version",
  111. "security": "npm audit --production",
  112. "start": "npm run build -- -w",
  113. "test": "npm run test:coverage",
  114. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  115. "test:only": "cross-env NODE_ENV=test jest",
  116. "test:watch": "npm run test:only -- --watch"
  117. },
  118. "version": "6.2.0"
  119. }