blob: 4c4030080569b732feb3356f3b6f2a22640189c3 [file] [log] [blame]
{
"_args": [
[
"stylelint@10.1.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "stylelint@10.1.0",
"_id": "stylelint@10.1.0",
"_inBundle": false,
"_integrity": "sha512-OmlUXrgzEMLQYj1JPTpyZPR9G4bl0StidfHnGJEMpdiQ0JyTq0MPg1xkHk1/xVJ2rTPESyJCDWjG8Kbpoo7Kuw==",
"_location": "/stylelint",
"_phantomChildren": {
"color-convert": "1.9.3",
"decamelize-keys": "1.1.0",
"dot-prop": "4.2.0",
"error-ex": "1.3.1",
"escape-string-regexp": "1.0.5",
"graceful-fs": "4.1.11",
"indexes-of": "1.0.1",
"ini": "1.3.5",
"isexe": "2.0.0",
"json-parse-better-errors": "1.0.2",
"loud-rejection": "1.6.0",
"minimist-options": "3.0.2",
"normalize-package-data": "2.4.0",
"picomatch": "2.0.7",
"quick-lru": "1.1.0",
"uniq": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "stylelint@10.1.0",
"name": "stylelint",
"escapedName": "stylelint",
"rawSpec": "10.1.0",
"saveSpec": null,
"fetchSpec": "10.1.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/stylelint/-/stylelint-10.1.0.tgz",
"_spec": "10.1.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"authors": [
"David Clark",
"Maxime Thirouin",
"Richard Hallows"
],
"bin": {
"stylelint": "bin/stylelint.js"
},
"bugs": {
"url": "https://github.com/stylelint/stylelint/issues"
},
"dependencies": {
"autoprefixer": "^9.5.1",
"balanced-match": "^1.0.0",
"chalk": "^2.4.2",
"cosmiconfig": "^5.2.0",
"debug": "^4.1.1",
"execall": "^2.0.0",
"file-entry-cache": "^5.0.1",
"get-stdin": "^7.0.0",
"global-modules": "^2.0.0",
"globby": "^9.2.0",
"globjoin": "^0.1.4",
"html-tags": "^3.0.0",
"ignore": "^5.0.6",
"import-lazy": "^4.0.0",
"imurmurhash": "^0.1.4",
"known-css-properties": "^0.14.0",
"leven": "^3.1.0",
"lodash": "^4.17.11",
"log-symbols": "^3.0.0",
"mathml-tag-names": "^2.1.0",
"meow": "^5.0.0",
"micromatch": "^4.0.0",
"normalize-selector": "^0.2.0",
"pify": "^4.0.1",
"postcss": "^7.0.14",
"postcss-html": "^0.36.0",
"postcss-jsx": "^0.36.1",
"postcss-less": "^3.1.4",
"postcss-markdown": "^0.36.0",
"postcss-media-query-parser": "^0.2.3",
"postcss-reporter": "^6.0.1",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^4.0.1",
"postcss-sass": "^0.3.5",
"postcss-scss": "^2.0.0",
"postcss-selector-parser": "^3.1.0",
"postcss-syntax": "^0.36.2",
"postcss-value-parser": "^3.3.1",
"resolve-from": "^5.0.0",
"signal-exit": "^3.0.2",
"slash": "^3.0.0",
"specificity": "^0.4.1",
"string-width": "^4.1.0",
"strip-ansi": "^5.2.0",
"style-search": "^0.1.0",
"sugarss": "^2.0.0",
"svg-tags": "^1.0.0",
"table": "^5.2.3"
},
"description": "A mighty, modern CSS linter.",
"devDependencies": {
"benchmark": "^2.1.4",
"common-tags": "^1.8.0",
"coveralls": "^3.0.3",
"cp-file": "^7.0.0",
"del": "^4.1.0",
"eslint": "~5.16.0",
"eslint-config-stylelint": "~11.0.0",
"file-exists-promise": "^1.0.2",
"flow-bin": "^0.98.0",
"flow-typed": "^2.5.1",
"husky": "^2.0.0",
"jest": "^24.7.1",
"jest-watch-typeahead": "^0.3.0",
"lint-staged": "^8.1.5",
"npm-run-all": "^4.1.5",
"npmpub": "^4.1.0",
"postcss-import": "^12.0.1",
"prettier": "~1.17.0",
"remark-cli": "^6.0.1",
"remark-lint-no-missing-blank-lines": "^1.0.2",
"remark-preset-lint-consistent": "^2.0.2",
"remark-preset-lint-recommended": "^3.0.2",
"remark-validate-links": "^8.0.2",
"request": "^2.88.0"
},
"engines": {
"node": ">=8.7.0"
},
"eslintConfig": {
"extends": [
"stylelint"
],
"globals": {
"testRule": true
}
},
"files": [
"bin",
"CONTRIBUTING.md",
"docs",
"lib",
"VISION.md",
"!**/__tests__",
"flow-typed",
"!flow-typed/npm"
],
"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
}
},
"setupFiles": [
"./jest-setup.js"
],
"testEnvironment": "node",
"roots": [
"lib",
"system-tests"
],
"testRegex": ".*\\.test\\.js$|rules/.*/__tests__/.*\\.js$",
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
},
"keywords": [
"css",
"less",
"sass",
"scss",
"sugarss",
"lint",
"linter",
"stylelint"
],
"license": "MIT",
"lint-staged": {
"linters": {
"*.js": [
"prettier --write",
"eslint --max-warnings=0 --fix",
"git add"
],
"*.md": [
"remark --quiet --frail"
]
},
"ignore": [
"lib/utils/parseCalcExpression/parser.js"
]
},
"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",
"flow-defs": "flow-typed install jest@24 lodash@4",
"jest": "jest",
"jest:detectleaks": "jest --detectLeaks",
"lint": "npm-run-all --parallel lint:*",
"lint:js": "eslint . --cache --max-warnings=0",
"lint:md": "remark . --quiet --frail",
"pretest": "npm-run-all --serial lint flow prettier:check",
"prettier:check": "prettier '**/*.js' --list-different",
"prettier:fix": "prettier '**/*.js' --write",
"release": "npmpub",
"test": "jest --coverage",
"watch": "jest --watch"
},
"version": "10.1.0"
}