{ "_from": "stylelint@^8.4.0", "_id": "stylelint@8.4.0", "_inBundle": false, "_integrity": "sha512-56hPH5mTFnk8LzlEuTWq0epa34fHuS54UFYQidBOFt563RJBNi1nz1F2HK2MoT1X1waq47milvRsRahFCCJs/Q==", "_location": "/stylelint", "_phantomChildren": { "arr-flatten": "1.1.0", "array-union": "1.0.2", "caniuse-lite": "1.0.30001739", "color-convert": "1.9.3", "decamelize-keys": "1.1.1", "dir-glob": "2.2.2", "dot-prop": "5.3.0", "electron-to-chromium": "1.5.214", "error-ex": "1.3.2", "escape-string-regexp": "1.0.5", "expand-range": "1.8.2", "filename-regex": "2.0.1", "glob": "7.2.3", "graceful-fs": "4.2.11", "has-flag": "3.0.0", "ignore": "3.3.10", "indexes-of": "1.0.1", "is-directory": "0.3.1", "is-posix-bracket": "0.1.1", "js-yaml": "3.14.1", "json-parse-better-errors": "1.0.2", "kind-of": "3.2.2", "loud-rejection": "1.6.0", "minimist": "1.2.8", "minimist-options": "3.0.2", "normalize-package-data": "2.5.0", "normalize-range": "0.1.2", "num2fraction": "1.2.2", "object.omit": "2.0.1", "parse-glob": "3.0.4", "path-type": "3.0.0", "preserve": "0.2.0", "quick-lru": "1.1.0", "regex-cache": "0.4.4", "remove-trailing-separator": "1.1.0", "repeat-element": "1.1.4", "require-from-string": "2.0.2", "slash": "1.0.0", "strip-bom": "3.0.0", "uniq": "1.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "stylelint@^8.4.0", "name": "stylelint", "escapedName": "stylelint", "rawSpec": "^8.4.0", "saveSpec": null, "fetchSpec": "^8.4.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/stylelint/-/stylelint-8.4.0.tgz", "_shasum": "c2dbaeb17236917819f9206e1c0df5fddf6f83c3", "_spec": "stylelint@^8.4.0", "_where": "/data/jenkins/workspace/front-v5-web", "authors": [ "David Clark", "Maxime Thirouin", "Richard Hallows" ], "bin": { "stylelint": "bin/stylelint.js" }, "bugs": { "url": "https://github.com/stylelint/stylelint/issues" }, "bundleDependencies": false, "dependencies": { "autoprefixer": "^7.1.2", "balanced-match": "^1.0.0", "chalk": "^2.0.1", "cosmiconfig": "^3.1.0", "debug": "^3.0.0", "execall": "^1.0.0", "file-entry-cache": "^2.0.0", "get-stdin": "^5.0.1", "globby": "^7.0.0", "globjoin": "^0.1.4", "html-tags": "^2.0.0", "ignore": "^3.3.3", "imurmurhash": "^0.1.4", "known-css-properties": "^0.5.0", "lodash": "^4.17.4", "log-symbols": "^2.0.0", "mathml-tag-names": "^2.0.1", "meow": "^4.0.0", "micromatch": "^2.3.11", "normalize-selector": "^0.2.0", "pify": "^3.0.0", "postcss": "^6.0.6", "postcss-html": "^0.12.0", "postcss-less": "^1.1.0", "postcss-media-query-parser": "^0.2.3", "postcss-reporter": "^5.0.0", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^3.0.1", "postcss-sass": "^0.2.0", "postcss-scss": "^1.0.2", "postcss-selector-parser": "^3.1.0", "postcss-value-parser": "^3.3.0", "resolve-from": "^4.0.0", "specificity": "^0.3.1", "string-width": "^2.1.0", "style-search": "^0.1.0", "sugarss": "^1.0.0", "svg-tags": "^1.0.0", "table": "^4.0.1" }, "deprecated": false, "description": "A mighty, modern CSS linter.", "devDependencies": { "benchmark": "^2.1.4", "common-tags": "^1.4.0", "coveralls": "^3.0.0", "cp-file": "^5.0.0", "d3-queue": "^3.0.7", "del": "^3.0.0", "eslint": "~4.13.0", "eslint-config-stylelint": "^8.0.0", "file-exists-promise": "^1.0.2", "flow-bin": "^0.61.0", "husky": "^0.14.3", "jest": "^21.1.0", "lint-staged": "^6.0.0", "npm-run-all": "^4.0.2", "npmpub": "^3.1.0", "postcss-import": "^11.0.0", "prettier": "^1.8.2", "remark-cli": "^4.0.0", "remark-lint-no-missing-blank-lines": "^1.0.1", "remark-preset-lint-consistent": "^2.0.0", "remark-preset-lint-recommended": "^3.0.0", "remark-validate-links": "^7.0.0", "request": "^2.81.0", "strip-ansi": "^4.0.0" }, "engines": { "node": ">=4.2.1" }, "eslintConfig": { "extends": [ "stylelint" ], "globals": { "testRule": true } }, "files": [ "bin", "CONTRIBUTING.md", "decls/*.js", "docs", "lib", "VISION.md", "!**/__tests__" ], "greenkeeper": { "label": "PR: review needed", "ignore": [ "micromatch" ] }, "homepage": "https://stylelint.io", "jest": { "clearMocks": true, "collectCoverage": false, "collectCoverageFrom": [ "lib/**/*.js" ], "coverageDirectory": "./.coverage/", "coverageReporters": [ "lcov", "text-summary" ], "coverageThreshold": { "global": { "branches": 75, "functions": 75, "lines": 75, "statements": 75 } }, "setupFiles": [ "./jest-setup.js" ], "testEnvironment": "node", "roots": [ "lib", "system-tests" ], "testRegex": ".*\\.test\\.js$|rules/.*/__tests__/.*\\.js$" }, "keywords": [ "css", "less", "scss", "sugarss", "lint", "linter", "stylelint" ], "license": "MIT", "lint-staged": { "*.js": [ "prettier --write", "git add" ] }, "main": "lib/index.js", "name": "stylelint", "remarkConfig": { "plugins": [ "preset-lint-recommended", "preset-lint-consistent", [ "lint-no-missing-blank-lines", { "exceptTightLists": true } ], [ "validate-links", { "repository": "stylelint/stylelint" } ] ] }, "repository": { "type": "git", "url": "git+https://github.com/stylelint/stylelint.git" }, "scripts": { "benchmark-rule": "node scripts/benchmark-rule.js", "dry-release": "npmpub --dry --verbose", "flow": "flow", "jest": "jest", "lint": "npm-run-all --parallel lint:*", "lint:js": "eslint . --cache", "lint:md": "remark . --quiet --frail", "precommit": "lint-staged", "pretest": "npm-run-all --serial lint flow", "prettier:check": "prettier '**/*.js' --list-different", "prettier:fix": "prettier '**/*.js' --write", "release": "npmpub", "test": "jest --coverage", "watch": "jest --watch" }, "version": "8.4.0" }