rsuite-theme
Version:
The suite theme for pagurian
240 lines (239 loc) • 5.77 kB
JSON
{
"_from": "stylelint",
"_id": "stylelint@8.4.0",
"_inBundle": false,
"_integrity": "sha1-wtuusXI2kXgZ+SBuHA31/d9vg8M=",
"_location": "/stylelint",
"_phantomChildren": {
"argparse": "1.0.9",
"color-convert": "1.9.1",
"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",
"has-flag": "2.0.0",
"indexes-of": "1.0.1",
"is-directory": "0.3.1",
"json-parse-better-errors": "1.0.1",
"locate-path": "2.0.0",
"loud-rejection": "1.6.0",
"minimist-options": "3.0.2",
"ms": "2.0.0",
"normalize-package-data": "2.4.0",
"quick-lru": "1.1.0",
"uniq": "1.0.1"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "stylelint",
"name": "stylelint",
"escapedName": "stylelint",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "http://registry.npm.taobao.org/stylelint/download/stylelint-8.4.0.tgz",
"_shasum": "c2dbaeb17236917819f9206e1c0df5fddf6f83c3",
"_spec": "stylelint",
"_where": "/Users/godfery/GitRepo/rsuite-theme",
"authors": [
"David Clark",
"Maxime Thirouin",
"Richard Hallows"
],
"bin": {
"stylelint": "bin/stylelint.js"
},
"bugs": {
"url": "https://github.com/stylelint/stylelint/issues"
},
"bundleDependencies": false,
"dependencies": {
"autoprefixer": "^7.1.2",
"balanced-match": "^1.0.0",
"chalk": "^2.0.1",
"cosmiconfig": "^3.1.0",
"debug": "^3.0.0",
"execall": "^1.0.0",
"file-entry-cache": "^2.0.0",
"get-stdin": "^5.0.1",
"globby": "^7.0.0",
"globjoin": "^0.1.4",
"html-tags": "^2.0.0",
"ignore": "^3.3.3",
"imurmurhash": "^0.1.4",
"known-css-properties": "^0.5.0",
"lodash": "^4.17.4",
"log-symbols": "^2.0.0",
"mathml-tag-names": "^2.0.1",
"meow": "^4.0.0",
"micromatch": "^2.3.11",
"normalize-selector": "^0.2.0",
"pify": "^3.0.0",
"postcss": "^6.0.6",
"postcss-html": "^0.12.0",
"postcss-less": "^1.1.0",
"postcss-media-query-parser": "^0.2.3",
"postcss-reporter": "^5.0.0",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^3.0.1",
"postcss-sass": "^0.2.0",
"postcss-scss": "^1.0.2",
"postcss-selector-parser": "^3.1.0",
"postcss-value-parser": "^3.3.0",
"resolve-from": "^4.0.0",
"specificity": "^0.3.1",
"string-width": "^2.1.0",
"style-search": "^0.1.0",
"sugarss": "^1.0.0",
"svg-tags": "^1.0.0",
"table": "^4.0.1"
},
"deprecated": false,
"description": "A mighty, modern CSS linter.",
"devDependencies": {
"benchmark": "^2.1.4",
"common-tags": "^1.4.0",
"coveralls": "^3.0.0",
"cp-file": "^5.0.0",
"d3-queue": "^3.0.7",
"del": "^3.0.0",
"eslint": "~4.13.0",
"eslint-config-stylelint": "^8.0.0",
"file-exists-promise": "^1.0.2",
"flow-bin": "^0.61.0",
"husky": "^0.14.3",
"jest": "^21.1.0",
"lint-staged": "^6.0.0",
"npm-run-all": "^4.0.2",
"npmpub": "^3.1.0",
"postcss-import": "^11.0.0",
"prettier": "^1.8.2",
"remark-cli": "^4.0.0",
"remark-lint-no-missing-blank-lines": "^1.0.1",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
"remark-validate-links": "^7.0.0",
"request": "^2.81.0",
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=4.2.1"
},
"eslintConfig": {
"extends": [
"stylelint"
],
"globals": {
"testRule": true
}
},
"files": [
"bin",
"CONTRIBUTING.md",
"decls/*.js",
"docs",
"lib",
"VISION.md",
"!**/__tests__"
],
"greenkeeper": {
"label": "PR: review needed",
"ignore": [
"micromatch"
]
},
"homepage": "https://stylelint.io",
"jest": {
"clearMocks": true,
"collectCoverage": false,
"collectCoverageFrom": [
"lib/**/*.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$"
},
"keywords": [
"css",
"less",
"scss",
"sugarss",
"lint",
"linter",
"stylelint"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
},
"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",
"jest": "jest",
"lint": "npm-run-all --parallel lint:*",
"lint:js": "eslint . --cache",
"lint:md": "remark . --quiet --frail",
"precommit": "lint-staged",
"pretest": "npm-run-all --serial lint flow",
"prettier:check": "prettier '**/*.js' --list-different",
"prettier:fix": "prettier '**/*.js' --write",
"release": "npmpub",
"test": "jest --coverage",
"watch": "jest --watch"
},
"version": "8.4.0"
}