12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "stylelint-config-recommended-vue@^1.1.0",
- "_id": "stylelint-config-recommended-vue@1.4.0",
- "_inBundle": false,
- "_integrity": "sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==",
- "_location": "/stylelint-config-recommended-vue",
- "_phantomChildren": {
- "lru-cache": "6.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stylelint-config-recommended-vue@^1.1.0",
- "name": "stylelint-config-recommended-vue",
- "escapedName": "stylelint-config-recommended-vue",
- "rawSpec": "^1.1.0",
- "saveSpec": null,
- "fetchSpec": "^1.1.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint-config-recommended-vue/-/stylelint-config-recommended-vue-1.4.0.tgz",
- "_shasum": "0a182da17dc9e846e4bec65a7676ccf882b35964",
- "_spec": "stylelint-config-recommended-vue@^1.1.0",
- "_where": "H:\\gs_nuxt",
- "author": {
- "name": "Yosuke Ota",
- "url": "https://github.com/ota-meshi"
- },
- "bugs": {
- "url": "https://github.com/ota-meshi/stylelint-config-recommended-vue/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "semver": "^7.3.5",
- "stylelint-config-html": ">=1.0.0",
- "stylelint-config-recommended": ">=6.0.0"
- },
- "deprecated": false,
- "description": "The recommended shareable Vue config for Stylelint.",
- "devDependencies": {
- "@ota-meshi/eslint-plugin": "^0.10.0",
- "eslint": "^8.0.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-eslint-comments": "^3.2.0",
- "eslint-plugin-json-schema-validator": "^2.0.0",
- "eslint-plugin-jsonc": "^2.0.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-regexp": "^1.5.0",
- "eslint-plugin-vue": "^8.0.0",
- "eslint-plugin-yml": "^0.14.0",
- "mocha": "^9.1.3",
- "prettier": "^2.4.1",
- "stylelint": "^14.5.0"
- },
- "engines": {
- "node": "^12 || >=14"
- },
- "files": [
- "lib",
- "scss"
- ],
- "funding": "https://github.com/sponsors/ota-meshi",
- "homepage": "https://github.com/ota-meshi/stylelint-config-recommended-vue#readme",
- "keywords": [
- "stylelint",
- "stylelint-config",
- "recommended",
- "vue"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "stylelint-config-recommended-vue",
- "peerDependencies": {
- "stylelint": ">=14.0.0",
- "postcss-html": "^1.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ota-meshi/stylelint-config-recommended-vue.git"
- },
- "scripts": {
- "eslint-fix": "eslint . --fix",
- "lint": "eslint .",
- "test": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
- "version": "npm run test && git add ."
- },
- "version": "1.4.0"
- }
|