{ "_from": "stylelint-declaration-block-no-ignored-properties@^2.1.0", "_id": "stylelint-declaration-block-no-ignored-properties@2.3.0", "_inBundle": false, "_integrity": "sha512-0Ly/mKc3prAhxBSY5TbmMMDAkUHYMOxdmUu/mNcFvB6A53C24x5Rsu1Vtrik9bKPKwgd75sZUhV9ZsWerPbuJQ==", "_location": "/stylelint-declaration-block-no-ignored-properties", "_phantomChildren": { "chalk": "2.4.2", "has-flag": "3.0.0" }, "_requested": { "type": "range", "registry": true, "raw": "stylelint-declaration-block-no-ignored-properties@^2.1.0", "name": "stylelint-declaration-block-no-ignored-properties", "escapedName": "stylelint-declaration-block-no-ignored-properties", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "/@umijs/fabric" ], "_resolved": "https://registry.npmjs.org/stylelint-declaration-block-no-ignored-properties/-/stylelint-declaration-block-no-ignored-properties-2.3.0.tgz", "_shasum": "98a641a137bf057c97ef3d3c4a848cd339e736da", "_spec": "stylelint-declaration-block-no-ignored-properties@^2.1.0", "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/@umijs/fabric", "author": { "name": "Krister Kari", "url": "https://github.com/kristerkari/" }, "bugs": { "url": "https://github.com/kristerkari/stylelint-declaration-block-no-ignored-properties/issues" }, "bundleDependencies": false, "dependencies": { "postcss": "^7.0.27" }, "deprecated": false, "description": "Disallow property values that are ignored due to another property value in the same rule.", "devDependencies": { "babel-eslint": "^10.0.3", "eslint": "^6.8.0", "eslint-plugin-sort-requires": "^2.1.0", "jest-cli": "^24.9.0", "lint-staged": "^9.5.0", "lodash": "^4.17.15", "npmpub": "^4.1.0", "prettier": "^1.19.1", "stylelint": "^13.2.0" }, "engines": { "node": ">=6" }, "eslintConfig": { "parser": "babel-eslint", "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 6 }, "env": { "es6": true, "jest": true, "node": true }, "plugins": [ "sort-requires" ], "globals": { "testRule": true }, "rules": { "eqeqeq": "error", "no-use-before-define": [ "error", "nofunc" ], "sort-requires/sort-requires": "error", "strict": [ "error", "global" ], "arrow-spacing": "error", "no-var": "error", "object-shorthand": "error", "prefer-const": "error", "template-curly-spacing": "error" } }, "files": [ "index.js", "utils", "CHANGELOG.md", "README.md" ], "homepage": "https://github.com/kristerkari/stylelint-declaration-block-no-ignored-properties#readme", "jest": { "clearMocks": true, "collectCoverage": false, "collectCoverageFrom": [ "index.js" ], "coverageDirectory": "./coverage/", "coverageReporters": [ "lcov", "text" ], "coverageThreshold": { "global": { "branches": 75, "functions": 75, "lines": 75, "statements": 75 } }, "testEnvironment": "node", "setupFiles": [ "./jest-setup.js" ] }, "keywords": [ "css", "less", "lint", "linter", "scss", "stylelint", "stylelint-plugin", "sugarss" ], "license": "MIT", "lint-staged": { "**/*.{js,json}": [ "prettier --write", "git add" ] }, "main": "index.js", "name": "stylelint-declaration-block-no-ignored-properties", "peerDependencies": { "stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/kristerkari/stylelint-declaration-block-no-ignored-properties.git" }, "scripts": { "jest": "jest", "lint": "eslint . --ignore-path .gitignore", "precommit": "lint-staged", "pretest": "npm run lint", "prettify": "prettier --write '**/*.{js,json}'", "release": "npmpub", "test": "jest --coverage" }, "version": "2.3.0" }