blob: c2117ef16d74f1d004db23e18f5fa1413838e6bd [file] [log] [blame]
{
"_args": [
[
"stylelint-config-recommended@2.2.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "stylelint-config-recommended@2.2.0",
"_id": "stylelint-config-recommended@2.2.0",
"_inBundle": false,
"_integrity": "sha512-bZ+d4RiNEfmoR74KZtCKmsABdBJr4iXRiCso+6LtMJPw5rd/KnxUWTxht7TbafrTJK1YRjNgnN0iVZaJfc3xJA==",
"_location": "/stylelint-config-recommended",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stylelint-config-recommended@2.2.0",
"name": "stylelint-config-recommended",
"escapedName": "stylelint-config-recommended",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/stylelint-config-standard"
],
"_resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "stylelint"
},
"bugs": {
"url": "https://github.com/stylelint/stylelint-config-recommended/issues"
},
"description": "Recommended shareable config for stylelint",
"devDependencies": {
"eslint": "^5.0.0",
"eslint-config-stylelint": "^11.0.0",
"jest": "^23.4.1",
"jest-preset-stylelint": "^1.3.0",
"npm-run-all": "^4.1.5",
"npmpub": "^4.1.0",
"remark-cli": "^6.0.0",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"stylelint": "^10.0.0"
},
"eslintConfig": {
"extends": [
"stylelint"
]
},
"files": [
"index.js"
],
"homepage": "https://github.com/stylelint/stylelint-config-recommended#readme",
"jest": {
"preset": "jest-preset-stylelint"
},
"keywords": [
"stylelint",
"stylelint-config",
"recommended"
],
"license": "MIT",
"main": "index.js",
"name": "stylelint-config-recommended",
"peerDependencies": {
"stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0"
},
"remarkConfig": {
"plugins": [
"preset-lint-recommended",
"preset-lint-consistent"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/stylelint/stylelint-config-recommended.git"
},
"scripts": {
"dry-release": "npmpub --dry --verbose",
"lint": "npm-run-all --parallel lint:*",
"lint:js": "eslint . --ignore-path .gitignore",
"lint:md": "remark . --quiet --frail",
"pretest": "npm run lint",
"release": "npmpub",
"test": "jest",
"watch": "jest --watch"
},
"version": "2.2.0"
}