package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "@nuxtjs/stylelint-module@^4.1.0",
  3. "_id": "@nuxtjs/stylelint-module@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XeUZobXlSVW5VDbZBDktB3oFkBm+4JhYlyvZqu4tD7F3Qf4IU5aFwlELbK+VLVewbGgKSEg4QaT5nZdWpgXQBw==",
  6. "_location": "/@nuxtjs/stylelint-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nuxtjs/stylelint-module@^4.1.0",
  12. "name": "@nuxtjs/stylelint-module",
  13. "escapedName": "@nuxtjs%2fstylelint-module",
  14. "scope": "@nuxtjs",
  15. "rawSpec": "^4.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.1.0"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nuxtjs/stylelint-module/-/stylelint-module-4.1.0.tgz",
  23. "_shasum": "2d69dc882a0b2b4391311c405b07d4b39a975ff5",
  24. "_spec": "@nuxtjs/stylelint-module@^4.1.0",
  25. "_where": "H:\\gs_nuxt",
  26. "bugs": {
  27. "url": "https://github.com/nuxt-community/stylelint-module/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Ricardo Gobbo de Souza",
  33. "email": "ricardogobbosouza@yahoo.com.br"
  34. }
  35. ],
  36. "dependencies": {
  37. "consola": "^2.15.3",
  38. "stylelint-webpack-plugin": "^2.3.1"
  39. },
  40. "deprecated": false,
  41. "description": "Stylelint module for Nuxt.js",
  42. "devDependencies": {
  43. "@commitlint/cli": "latest",
  44. "@commitlint/config-conventional": "latest",
  45. "@nuxtjs/eslint-config": "latest",
  46. "@nuxtjs/module-test-utils": "latest",
  47. "eslint": "latest",
  48. "husky": "latest",
  49. "jest": "latest",
  50. "nuxt-edge": "latest",
  51. "standard-version": "latest",
  52. "stylelint": "latest"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/nuxt-community/stylelint-module#readme",
  58. "license": "MIT",
  59. "main": "lib/module.js",
  60. "name": "@nuxtjs/stylelint-module",
  61. "peerDependencies": {
  62. "stylelint": "^13.0.0 || ^14.0.0",
  63. "webpack": "^4.0.0 || ^5.0.0"
  64. },
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/nuxt-community/stylelint-module.git"
  71. },
  72. "scripts": {
  73. "dev": "nuxt test/fixture",
  74. "lint": "eslint --ext .js,.vue .",
  75. "release": "yarn test && standard-version && git push --follow-tags && npm publish",
  76. "test": "yarn lint && jest"
  77. },
  78. "version": "4.1.0"
  79. }