{ "_args": [ [ "stylelint", "/Users/pmarsceill/_projects/just-the-docs" ] ], "_from": "stylelint@*", "_id": "stylelint@7.9.0", "_inCache": true, "_installable": true, "_location": "/stylelint", "_nodeVersion": "7.5.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/stylelint-7.9.0.tgz_1487499008122_0.7674054214730859" }, "_npmUser": { "email": "npm@richardhallows.com", "name": "jeddy3" }, "_npmVersion": "4.1.2", "_phantomChildren": {}, "_requested": { "name": "stylelint", "raw": "stylelint", "rawSpec": "", "scope": null, "spec": "*", "type": "range" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/stylelint/-/stylelint-7.9.0.tgz", "_shasum": "b8d9ea20f887ab351075c6aded9528de24509327", "_shrinkwrap": null, "_spec": "stylelint", "_where": "/Users/pmarsceill/_projects/just-the-docs", "authors": [ "David Clark", "Maxime Thirouin", "Richard Hallows" ], "bin": { "stylelint": "bin/stylelint.js" }, "bugs": { "url": "https://github.com/stylelint/stylelint/issues" }, "dependencies": { "autoprefixer": "^6.0.0", "balanced-match": "^0.4.0", "chalk": "^1.1.1", "colorguard": "^1.2.0", "cosmiconfig": "^2.1.1", "doiuse": "^2.4.1", "execall": "^1.0.0", "get-stdin": "^5.0.0", "globby": "^6.0.0", "globjoin": "^0.1.4", "html-tags": "^1.1.1", "ignore": "^3.2.0", "known-css-properties": "^0.0.6", "lodash": "^4.17.4", "log-symbols": "^1.0.2", "meow": "^3.3.0", "micromatch": "^2.3.11", "normalize-selector": "^0.2.0", "postcss": "^5.0.20", "postcss-less": "^0.14.0", "postcss-media-query-parser": "^0.2.0", "postcss-reporter": "^3.0.0", "postcss-resolve-nested-selector": "^0.1.1", "postcss-scss": "^0.4.0", "postcss-selector-parser": "^2.1.1", "postcss-value-parser": "^3.1.1", "resolve-from": "^2.0.0", "specificity": "^0.3.0", "string-width": "^2.0.0", "style-search": "^0.1.0", "stylehacks": "^2.3.0", "sugarss": "^0.2.0", "svg-tags": "^1.0.0", "table": "^4.0.1" }, "description": "A mighty, modern CSS linter.", "devDependencies": { "benchmark": "^2.1.0", "common-tags": "^1.3.0", "coveralls": "^2.11.9", "d3-queue": "^3.0.3", "eslint": "~3.15.0", "eslint-config-stylelint": "^6.0.0", "flow-bin": "^0.39.0", "jest": "^18.0.0", "npm-run-all": "^4.0.0", "npmpub": "^3.0.1", "postcss-import": "^9.0.0", "postcss-safe-parser": "^2.0.0", "remark-cli": "^2.0.0", "remark-preset-lint-consistent": "^1.0.0", "remark-preset-lint-recommended": "^1.0.0", "remark-validate-links": "^5.0.0", "request": "^2.69.0", "sinon": "^1.16.1", "strip-ansi": "^3.0.1" }, "directories": {}, "dist": { "shasum": "b8d9ea20f887ab351075c6aded9528de24509327", "tarball": "https://registry.npmjs.org/stylelint/-/stylelint-7.9.0.tgz" }, "engines": { "node": ">=4.2.1" }, "eslintConfig": { "extends": [ "stylelint" ], "globals": { "testRule": true } }, "files": [ "!**/__tests__", "CONTRIBUTING.md", "bin", "docs", "lib" ], "gitHead": "e3ad7016c45917d789f0e65c36f149eafc447dc3", "greenkeeper": { "label": "PR: review needed" }, "homepage": "https://stylelint.io", "jest": { "setupFiles": [ "./jest-setup.js" ], "testEnvironment": "node", "testPathDirs": [ "lib", "system-tests" ], "testRegex": ".*\\.test\\.js$|rules/.*/__tests__/.*\\.js$" }, "keywords": [ "css", "less", "lint", "linter", "scss", "stylelint", "sugarss" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "davidtheclark", "email": "david.dave.clark@gmail.com" }, { "name": "jeddy3", "email": "npm@richardhallows.com" }, { "name": "moox", "email": "m@moox.io" } ], "name": "stylelint", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "remarkConfig": { "plugins": { "validate-links": { "repository": "stylelint/stylelint" } }, "presets": [ "lint-consistent", "lint-recommended" ] }, "repository": { "type": "git", "url": "git+https://github.com/stylelint/stylelint.git" }, "scripts": { "benchmark-rule": "node scripts/benchmark-rule.js", "flow": "flow", "jest": "jest", "lint": "npm-run-all --parallel lint:*", "lint:js": "eslint . --cache", "lint:md": "remark . --quiet --frail", "pretest": "npm-run-all --serial lint flow", "release": "npmpub", "test": "jest", "watch": "jest --watch" }, "version": "7.9.0" }