{
  "_from": "stylelint-config-standard",
  "_id": "stylelint-config-standard@18.0.0",
  "_inBundle": false,
  "_integrity": "sha1-DYcrQPr9zdz0GI+1tk3bOIforvw=",
  "_location": "/stylelint-config-standard",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "stylelint-config-standard",
    "name": "stylelint-config-standard",
    "escapedName": "stylelint-config-standard",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "http://registry.npm.taobao.org/stylelint-config-standard/download/stylelint-config-standard-18.0.0.tgz",
  "_shasum": "0d872b40fafdcddcf4188fb5b64ddb3887e8aefc",
  "_spec": "stylelint-config-standard",
  "_where": "/Users/godfery/GitRepo/rsuite-theme",
  "author": {
    "name": "stylelint"
  },
  "bugs": {
    "url": "https://github.com/stylelint/stylelint-config-standard/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "stylelint-config-recommended": "^2.0.0"
  },
  "deprecated": false,
  "description": "Standard shareable config for stylelint",
  "devDependencies": {
    "eslint": "^4.1.0",
    "eslint-config-stylelint": "^8.0.0",
    "jest": "^21.0.0",
    "npm-run-all": "^4.0.0",
    "npmpub": "^3.0.1",
    "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-standard#readme",
  "jest": {
    "testEnvironment": "node",
    "verbose": true
  },
  "keywords": [
    "stylelint",
    "stylelint-config",
    "standard"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stylelint-config-standard",
  "peerDependencies": {
    "stylelint": "^8.3.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.0.0"
}
