123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_from": "stylelint-config-standard@^24.0.0",
- "_id": "stylelint-config-standard@24.0.0",
- "_inBundle": false,
- "_integrity": "sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==",
- "_location": "/stylelint-config-standard",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stylelint-config-standard@^24.0.0",
- "name": "stylelint-config-standard",
- "escapedName": "stylelint-config-standard",
- "rawSpec": "^24.0.0",
- "saveSpec": null,
- "fetchSpec": "^24.0.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz",
- "_shasum": "6823f207ab997ae0b641f9a636d007cc44d77541",
- "_spec": "stylelint-config-standard@^24.0.0",
- "_where": "H:\\gs_nuxt",
- "author": {
- "name": "Stylelint"
- },
- "bugs": {
- "url": "https://github.com/stylelint/stylelint-config-standard/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "stylelint-config-recommended": "^6.0.0"
- },
- "deprecated": false,
- "description": "Standard shareable config for Stylelint",
- "devDependencies": {
- "@stylelint/prettier-config": "^2.0.0",
- "@stylelint/remark-preset": "^3.0.0",
- "eslint": "^8.2.0",
- "eslint-config-stylelint": "^15.0.0",
- "husky": "^7.0.4",
- "jest": "^27.3.1",
- "lint-staged": "^12.0.2",
- "np": "^7.5.0",
- "npm-run-all": "^4.1.5",
- "prettier": "^2.4.1",
- "remark-cli": "^10.0.0",
- "stylelint": "^14.1.0"
- },
- "eslintConfig": {
- "extends": [
- "stylelint"
- ],
- "globals": {
- "module": true,
- "require": true
- }
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/stylelint/stylelint-config-standard#readme",
- "keywords": [
- "stylelint",
- "stylelint-config",
- "standard"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": "eslint --cache --fix",
- "*.{js,md,yml}": "prettier --write"
- },
- "main": "index.js",
- "name": "stylelint-config-standard",
- "peerDependencies": {
- "stylelint": "^14.0.0"
- },
- "prettier": "@stylelint/prettier-config",
- "remarkConfig": {
- "plugins": [
- "@stylelint/remark-preset"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stylelint/stylelint-config-standard.git"
- },
- "scripts": {
- "format": "prettier . --write",
- "lint": "npm-run-all --parallel lint:*",
- "lint:formatting": "prettier . --check",
- "lint:js": "eslint . --ignore-path .gitignore",
- "lint:md": "remark . --quiet --frail --ignore-path .gitignore",
- "prepare": "husky install",
- "release": "np",
- "test": "jest",
- "watch": "jest --watch"
- },
- "version": "24.0.0"
- }
|