{ "_from": "stylelint-config-standard@^18.3.0", "_id": "stylelint-config-standard@18.3.0", "_inBundle": false, "_integrity": "sha512-Tdc/TFeddjjy64LvjPau9SsfVRexmTFqUhnMBrzz07J4p2dVQtmpncRF/o8yZn8ugA3Ut43E6o1GtjX80TFytw==", "_location": "/stylelint-config-standard", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "stylelint-config-standard@^18.3.0", "name": "stylelint-config-standard", "escapedName": "stylelint-config-standard", "rawSpec": "^18.3.0", "saveSpec": null, "fetchSpec": "^18.3.0" }, "_requiredBy": [ "/@umijs/fabric" ], "_resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.3.0.tgz", "_shasum": "a2a1b788d2cf876c013feaff8ae276117a1befa7", "_spec": "stylelint-config-standard@^18.3.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/@umijs/fabric", "author": { "name": "stylelint" }, "bugs": { "url": "https://github.com/stylelint/stylelint-config-standard/issues" }, "bundleDependencies": false, "dependencies": { "stylelint-config-recommended": "^2.2.0" }, "deprecated": false, "description": "Standard shareable config for stylelint", "devDependencies": { "eslint": "^5.0.0", "eslint-config-stylelint": "^11.0.0", "jest": "^23.4.1", "jest-preset-stylelint": "^1.3.0", "npm-run-all": "^4.1.5", "npmpub": "^4.1.0", "remark-cli": "^6.0.0", "remark-preset-lint-consistent": "^2.0.0", "remark-preset-lint-recommended": "^3.0.0", "stylelint": "^10.0.0" }, "eslintConfig": { "extends": [ "stylelint" ] }, "files": [ "index.js" ], "homepage": "https://github.com/stylelint/stylelint-config-standard#readme", "jest": { "preset": "jest-preset-stylelint" }, "keywords": [ "stylelint", "stylelint-config", "standard" ], "license": "MIT", "main": "index.js", "name": "stylelint-config-standard", "peerDependencies": { "stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0" }, "remarkConfig": { "plugins": [ "preset-lint-recommended", "preset-lint-consistent" ] }, "repository": { "type": "git", "url": "git+https://github.com/stylelint/stylelint-config-standard.git" }, "scripts": { "dry-release": "npmpub --dry --verbose", "lint": "npm-run-all --parallel lint:*", "lint:js": "eslint . --ignore-path .gitignore", "lint:md": "remark . --quiet --frail", "pretest": "npm run lint", "release": "npmpub", "test": "jest", "watch": "jest --watch" }, "version": "18.3.0" }