12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "@nuxtjs/stylelint-module@^4.1.0",
- "_id": "@nuxtjs/stylelint-module@4.1.0",
- "_inBundle": false,
- "_integrity": "sha512-XeUZobXlSVW5VDbZBDktB3oFkBm+4JhYlyvZqu4tD7F3Qf4IU5aFwlELbK+VLVewbGgKSEg4QaT5nZdWpgXQBw==",
- "_location": "/@nuxtjs/stylelint-module",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@nuxtjs/stylelint-module@^4.1.0",
- "name": "@nuxtjs/stylelint-module",
- "escapedName": "@nuxtjs%2fstylelint-module",
- "scope": "@nuxtjs",
- "rawSpec": "^4.1.0",
- "saveSpec": null,
- "fetchSpec": "^4.1.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/@nuxtjs/stylelint-module/-/stylelint-module-4.1.0.tgz",
- "_shasum": "2d69dc882a0b2b4391311c405b07d4b39a975ff5",
- "_spec": "@nuxtjs/stylelint-module@^4.1.0",
- "_where": "H:\\gs_nuxt",
- "bugs": {
- "url": "https://github.com/nuxt-community/stylelint-module/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Ricardo Gobbo de Souza",
- "email": "ricardogobbosouza@yahoo.com.br"
- }
- ],
- "dependencies": {
- "consola": "^2.15.3",
- "stylelint-webpack-plugin": "^2.3.1"
- },
- "deprecated": false,
- "description": "Stylelint module for Nuxt.js",
- "devDependencies": {
- "@commitlint/cli": "latest",
- "@commitlint/config-conventional": "latest",
- "@nuxtjs/eslint-config": "latest",
- "@nuxtjs/module-test-utils": "latest",
- "eslint": "latest",
- "husky": "latest",
- "jest": "latest",
- "nuxt-edge": "latest",
- "standard-version": "latest",
- "stylelint": "latest"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/nuxt-community/stylelint-module#readme",
- "license": "MIT",
- "main": "lib/module.js",
- "name": "@nuxtjs/stylelint-module",
- "peerDependencies": {
- "stylelint": "^13.0.0 || ^14.0.0",
- "webpack": "^4.0.0 || ^5.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nuxt-community/stylelint-module.git"
- },
- "scripts": {
- "dev": "nuxt test/fixture",
- "lint": "eslint --ext .js,.vue .",
- "release": "yarn test && standard-version && git push --follow-tags && npm publish",
- "test": "yarn lint && jest"
- },
- "version": "4.1.0"
- }
|