123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- {
- "_from": "stylelint@^14.1.0",
- "_id": "stylelint@14.6.1",
- "_inBundle": false,
- "_integrity": "sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q==",
- "_location": "/stylelint",
- "_phantomChildren": {
- "@babel/code-frame": "7.16.7",
- "@types/minimist": "1.2.2",
- "@types/parse-json": "4.0.0",
- "camelcase-keys": "6.2.2",
- "decamelize": "1.2.0",
- "decamelize-keys": "1.1.0",
- "error-ex": "1.3.2",
- "hard-rejection": "2.1.0",
- "imurmurhash": "0.1.4",
- "json-parse-even-better-errors": "2.3.1",
- "lines-and-columns": "1.2.4",
- "minimist-options": "4.1.0",
- "nanoid": "3.3.2",
- "normalize-package-data": "3.0.3",
- "parent-module": "1.0.1",
- "path-type": "4.0.0",
- "picocolors": "1.0.0",
- "picomatch": "2.3.1",
- "read-pkg-up": "7.0.1",
- "redent": "3.0.0",
- "signal-exit": "3.0.7",
- "source-map-js": "1.0.2",
- "trim-newlines": "3.0.1",
- "yaml": "1.10.2",
- "yargs-parser": "20.2.9"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stylelint@^14.1.0",
- "name": "stylelint",
- "escapedName": "stylelint",
- "rawSpec": "^14.1.0",
- "saveSpec": null,
- "fetchSpec": "^14.1.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.1.tgz",
- "_shasum": "aff137b0254515fc36b91921d88a3eb2edc194bf",
- "_spec": "stylelint@^14.1.0",
- "_where": "H:\\gs_nuxt",
- "author": {
- "name": "stylelint"
- },
- "bin": {
- "stylelint": "bin/stylelint.js"
- },
- "bugs": {
- "url": "https://github.com/stylelint/stylelint/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "balanced-match": "^2.0.0",
- "colord": "^2.9.2",
- "cosmiconfig": "^7.0.1",
- "css-functions-list": "^3.0.1",
- "debug": "^4.3.4",
- "execall": "^2.0.0",
- "fast-glob": "^3.2.11",
- "fastest-levenshtein": "^1.0.12",
- "file-entry-cache": "^6.0.1",
- "get-stdin": "^8.0.0",
- "global-modules": "^2.0.0",
- "globby": "^11.1.0",
- "globjoin": "^0.1.4",
- "html-tags": "^3.1.0",
- "ignore": "^5.2.0",
- "import-lazy": "^4.0.0",
- "imurmurhash": "^0.1.4",
- "is-plain-object": "^5.0.0",
- "known-css-properties": "^0.24.0",
- "mathml-tag-names": "^2.1.3",
- "meow": "^9.0.0",
- "micromatch": "^4.0.4",
- "normalize-path": "^3.0.0",
- "normalize-selector": "^0.2.0",
- "picocolors": "^1.0.0",
- "postcss": "^8.4.12",
- "postcss-media-query-parser": "^0.2.3",
- "postcss-resolve-nested-selector": "^0.1.1",
- "postcss-safe-parser": "^6.0.0",
- "postcss-selector-parser": "^6.0.9",
- "postcss-value-parser": "^4.2.0",
- "resolve-from": "^5.0.0",
- "specificity": "^0.4.1",
- "string-width": "^4.2.3",
- "strip-ansi": "^6.0.1",
- "style-search": "^0.1.0",
- "supports-hyperlinks": "^2.2.0",
- "svg-tags": "^1.0.0",
- "table": "^6.8.0",
- "v8-compile-cache": "^2.3.0",
- "write-file-atomic": "^4.0.1"
- },
- "deprecated": false,
- "description": "A mighty, modern CSS linter.",
- "devDependencies": {
- "@stylelint/prettier-config": "^2.0.0",
- "@stylelint/remark-preset": "^3.0.0",
- "@types/balanced-match": "^1.0.2",
- "@types/debug": "^4.1.7",
- "@types/file-entry-cache": "^5.0.2",
- "@types/global-modules": "^2.0.0",
- "@types/globjoin": "^0.1.0",
- "@types/imurmurhash": "^0.1.1",
- "@types/micromatch": "^4.0.2",
- "@types/normalize-path": "^3.0.0",
- "@types/postcss-less": "^4.0.2",
- "@types/postcss-safe-parser": "^5.0.1",
- "@types/style-search": "^0.1.3",
- "@types/svg-tags": "^1.0.0",
- "@types/write-file-atomic": "^4.0.0",
- "benchmark": "^2.1.4",
- "common-tags": "^1.8.2",
- "deepmerge": "^4.2.2",
- "eslint": "^8.11.0",
- "eslint-config-stylelint": "^15.0.0",
- "eslint-plugin-jest": "^26.1.2",
- "husky": "^7.0.4",
- "jest": "^27.5.1",
- "jest-preset-stylelint": "^5.0.1",
- "jest-watch-typeahead": "^1.0.0",
- "lint-staged": "^12.3.7",
- "node-fetch": "^3.2.3",
- "np": "^7.6.1",
- "npm-run-all": "^4.1.5",
- "postcss-html": "^1.3.0",
- "postcss-import": "^14.0.2",
- "postcss-less": "^6.0.0",
- "postcss-sass": "^0.5.0",
- "postcss-scss": "^4.0.3",
- "prettier": "2.6.0",
- "remark-cli": "^10.0.1",
- "sugarss": "^4.0.1",
- "typescript": "^4.6.2"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "eslintConfig": {
- "extends": [
- "stylelint"
- ],
- "globals": {
- "__dirname": true,
- "module": true,
- "require": true,
- "testRule": true
- },
- "root": true
- },
- "files": [
- "bin/**/*.js",
- "lib/**/*.js",
- "!**/__tests__/**",
- "!lib/testUtils/**",
- "types/stylelint/index.d.ts"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/stylelint"
- },
- "homepage": "https://stylelint.io",
- "jest": {
- "clearMocks": true,
- "collectCoverage": false,
- "collectCoverageFrom": [
- "lib/**/*.js",
- "!lib/**/{__tests__,testUtils}/**/*.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$",
- "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.mjs",
- "format": "prettier . --write",
- "jest": "jest",
- "lint": "npm-run-all --parallel --continue-on-error lint:*",
- "lint:formatting": "prettier . --check",
- "lint:js": "eslint . --cache --max-warnings=0",
- "lint:md": "remark . --quiet --frail",
- "lint:types": "tsc",
- "prepare": "husky install",
- "pretest": "npm run lint",
- "release": "np",
- "test": "jest --coverage",
- "watch": "jest --watch"
- },
- "types": "types/stylelint/index.d.ts",
- "version": "14.6.1"
- }
|