123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- {
- "_from": "stylelint@13.7.1",
- "_id": "stylelint@13.7.1",
- "_inBundle": false,
- "_integrity": "sha512-qzqazcyRxrSRdmFuO0/SZOJ+LyCxYy0pwcvaOBBnl8/2VfHSMrtNIE+AnyJoyq6uKb+mt+hlgmVrvVi6G6XHfQ==",
- "_location": "/stylelint",
- "_phantomChildren": {
- "@nodelib/fs.walk": "1.2.8",
- "@types/parse-json": "4.0.0",
- "chalk": "4.1.0",
- "fast-deep-equal": "3.1.3",
- "glob-parent": "5.1.2",
- "ini": "1.3.8",
- "is-fullwidth-code-point": "3.0.0",
- "is-unicode-supported": "0.1.0",
- "kind-of": "6.0.3",
- "lodash.truncate": "4.4.2",
- "merge2": "1.4.1",
- "parent-module": "1.0.1",
- "parse-json": "5.2.0",
- "picomatch": "2.3.1",
- "require-from-string": "2.0.2",
- "string-width": "4.2.3",
- "strip-ansi": "6.0.1",
- "uri-js": "4.4.1",
- "which": "1.3.1",
- "yaml": "1.10.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "stylelint@13.7.1",
- "name": "stylelint",
- "escapedName": "stylelint",
- "rawSpec": "13.7.1",
- "saveSpec": null,
- "fetchSpec": "13.7.1"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.7.1.tgz",
- "_shasum": "bee97ee78d778a3f1dbe3f7397b76414973e263e",
- "_spec": "stylelint@13.7.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "stylelint"
- },
- "bin": {
- "stylelint": "bin/stylelint.js"
- },
- "bugs": {
- "url": "https://github.com/stylelint/stylelint/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@stylelint/postcss-css-in-js": "^0.37.2",
- "@stylelint/postcss-markdown": "^0.36.1",
- "autoprefixer": "^9.8.6",
- "balanced-match": "^1.0.0",
- "chalk": "^4.1.0",
- "cosmiconfig": "^7.0.0",
- "debug": "^4.1.1",
- "execall": "^2.0.0",
- "fast-glob": "^3.2.4",
- "fastest-levenshtein": "^1.0.12",
- "file-entry-cache": "^5.0.1",
- "get-stdin": "^8.0.0",
- "global-modules": "^2.0.0",
- "globby": "^11.0.1",
- "globjoin": "^0.1.4",
- "html-tags": "^3.1.0",
- "ignore": "^5.1.8",
- "import-lazy": "^4.0.0",
- "imurmurhash": "^0.1.4",
- "known-css-properties": "^0.19.0",
- "lodash": "^4.17.20",
- "log-symbols": "^4.0.0",
- "mathml-tag-names": "^2.1.3",
- "meow": "^7.1.1",
- "micromatch": "^4.0.2",
- "normalize-selector": "^0.2.0",
- "postcss": "^7.0.32",
- "postcss-html": "^0.36.0",
- "postcss-less": "^3.1.4",
- "postcss-media-query-parser": "^0.2.3",
- "postcss-resolve-nested-selector": "^0.1.1",
- "postcss-safe-parser": "^4.0.2",
- "postcss-sass": "^0.4.4",
- "postcss-scss": "^2.1.1",
- "postcss-selector-parser": "^6.0.2",
- "postcss-syntax": "^0.36.2",
- "postcss-value-parser": "^4.1.0",
- "resolve-from": "^5.0.0",
- "slash": "^3.0.0",
- "specificity": "^0.4.1",
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.0",
- "style-search": "^0.1.0",
- "sugarss": "^2.0.0",
- "svg-tags": "^1.0.0",
- "table": "^6.0.1",
- "v8-compile-cache": "^2.1.1",
- "write-file-atomic": "^3.0.3"
- },
- "deprecated": false,
- "description": "A mighty, modern CSS linter.",
- "devDependencies": {
- "@stylelint/prettier-config": "^2.0.0",
- "@stylelint/remark-preset": "^1.0.0",
- "@types/balanced-match": "^1.0.1",
- "@types/browserslist": "^4.8.0",
- "@types/debug": "^4.1.5",
- "@types/file-entry-cache": "^5.0.1",
- "@types/global-modules": "^2.0.0",
- "@types/globjoin": "^0.1.0",
- "@types/imurmurhash": "^0.1.1",
- "@types/lodash": "^4.14.161",
- "@types/micromatch": "^4.0.1",
- "@types/postcss-safe-parser": "^4.0.0",
- "@types/style-search": "^0.1.1",
- "@types/svg-tags": "^1.0.0",
- "@types/table": "^5.0.0",
- "@types/write-file-atomic": "^3.0.1",
- "benchmark": "^2.1.4",
- "common-tags": "^1.8.0",
- "del": "^5.1.0",
- "eslint": "^7.7.0",
- "eslint-config-stylelint": "^12.0.0",
- "got": "^11.5.2",
- "husky": "^4.2.5",
- "jest": "^26.4.2",
- "jest-circus": "^26.4.2",
- "jest-preset-stylelint": "^3.0.0",
- "jest-watch-typeahead": "^0.6.0",
- "lint-staged": "^10.2.13",
- "np": "^6.5.0",
- "npm-run-all": "^4.1.5",
- "postcss-import": "^12.0.1",
- "prettier": "^2.1.1",
- "remark-cli": "^8.0.1",
- "typescript": "^3.9.6"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "eslintConfig": {
- "extends": [
- "stylelint"
- ],
- "globals": {
- "testRule": true
- },
- "root": true
- },
- "files": [
- "bin",
- "CONTRIBUTING.md",
- "SECURITY.md",
- "docs",
- "lib",
- "!**/__tests__",
- "!lib/testUtils"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/stylelint"
- },
- "homepage": "https://stylelint.io",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "jest": {
- "clearMocks": true,
- "collectCoverage": false,
- "collectCoverageFrom": [
- "lib/**/*.js",
- "!lib/vendor/**/*.js",
- "!lib/utils/parseCalcExpression/parser.js"
- ],
- "coverageDirectory": "./.coverage/",
- "coverageReporters": [
- "lcov",
- "text-summary"
- ],
- "coverageThreshold": {
- "global": {
- "branches": 75,
- "functions": 75,
- "lines": 75,
- "statements": 75
- }
- },
- "moduleNameMapper": {
- "^stylelint$": "<rootDir>/lib/index.js",
- "stylelint/lib/utils/getOsEol": "<rootDir>/lib/utils/getOsEol.js"
- },
- "preset": "jest-preset-stylelint",
- "roots": [
- "lib",
- "system-tests"
- ],
- "testEnvironment": "node",
- "testRegex": ".*\\.test\\.js$|rules/.*/__tests__/.*\\.js$",
- "testRunner": "jest-circus/runner",
- "watchPlugins": [
- "jest-watch-typeahead/filename",
- "jest-watch-typeahead/testname"
- ]
- },
- "keywords": [
- "css-in-js",
- "css",
- "less",
- "lint",
- "linter",
- "markdown",
- "sass",
- "scss",
- "stylelint",
- "sugarss"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": "eslint --cache --fix",
- "*.{js,json,md,ts,yml}": "prettier --write"
- },
- "main": "lib/index.js",
- "name": "stylelint",
- "prettier": "@stylelint/prettier-config",
- "remarkConfig": {
- "plugins": [
- "@stylelint/remark-preset"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stylelint/stylelint.git"
- },
- "scripts": {
- "benchmark-rule": "node scripts/benchmark-rule.js",
- "format": "prettier . --write",
- "jest": "jest",
- "lint": "npm-run-all --parallel lint:*",
- "lint:formatting": "prettier . --check",
- "lint:js": "eslint . --cache --max-warnings=0",
- "lint:md": "remark . --quiet --frail",
- "lint:types": "tsc",
- "pretest": "npm run lint",
- "release": "np",
- "test": "jest --coverage",
- "watch": "jest --watch"
- },
- "version": "13.7.1"
- }
|