blob: 29fbcc5853371303feaac4a40365e05f28a09041 [file] [log] [blame]
{
"_args": [
[
"stylelint-config-standard@18.3.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "stylelint-config-standard@18.3.0",
"_id": "stylelint-config-standard@18.3.0",
"_inBundle": false,
"_integrity": "sha512-Tdc/TFeddjjy64LvjPau9SsfVRexmTFqUhnMBrzz07J4p2dVQtmpncRF/o8yZn8ugA3Ut43E6o1GtjX80TFytw==",
"_location": "/stylelint-config-standard",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stylelint-config-standard@18.3.0",
"name": "stylelint-config-standard",
"escapedName": "stylelint-config-standard",
"rawSpec": "18.3.0",
"saveSpec": null,
"fetchSpec": "18.3.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.3.0.tgz",
"_spec": "18.3.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "stylelint"
},
"bugs": {
"url": "https://github.com/stylelint/stylelint-config-standard/issues"
},
"dependencies": {
"stylelint-config-recommended": "^2.2.0"
},
"description": "Standard 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-standard#readme",
"jest": {
"preset": "jest-preset-stylelint"
},
"keywords": [
"stylelint",
"stylelint-config",
"standard"
],
"license": "MIT",
"main": "index.js",
"name": "stylelint-config-standard",
"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-standard.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": "18.3.0"
}