package.json 3.6 KB

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