rsuite-theme
Version:
The suite theme for pagurian
91 lines (90 loc) • 2.52 kB
JSON
{
"_from": "stylelint-config-recommended@^2.0.0",
"_id": "stylelint-config-recommended@2.0.1",
"_inBundle": false,
"_integrity": "sha1-R0YRnshfX0Zjx7UQfAXBPtDiqw0=",
"_location": "/stylelint-config-recommended",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stylelint-config-recommended@^2.0.0",
"name": "stylelint-config-recommended",
"escapedName": "stylelint-config-recommended",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/stylelint-config-standard"
],
"_resolved": "http://registry.npm.taobao.org/stylelint-config-recommended/download/stylelint-config-recommended-2.0.1.tgz",
"_shasum": "4746119ec85f5f4663c7b5107c05c13ed0e2ab0d",
"_spec": "stylelint-config-recommended@^2.0.0",
"_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/stylelint-config-standard",
"author": {
"name": "stylelint"
},
"bugs": {
"url": "https://github.com/stylelint/stylelint-config-recommended/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Recommended shareable config for stylelint",
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-stylelint": "^8.0.0",
"jest": "^22.0.0",
"npm-run-all": "^4.0.2",
"npmpub": "^3.1.0",
"remark-cli": "^4.0.0",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"stylelint": "^8.3.0"
},
"eslintConfig": {
"extends": [
"stylelint"
]
},
"files": [
"index.js"
],
"homepage": "https://github.com/stylelint/stylelint-config-recommended#readme",
"jest": {
"testEnvironment": "node",
"verbose": true
},
"keywords": [
"stylelint",
"stylelint-config",
"recommended"
],
"license": "MIT",
"main": "index.js",
"name": "stylelint-config-recommended",
"peerDependencies": {
"stylelint": "^8.3.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.0.1"
}