UNPKG

@mapbox/stylelint-processor-markdown

Version:
43 lines (42 loc) 1.1 kB
{ "name": "@mapbox/stylelint-processor-markdown", "version": "0.5.0", "description": "A stylelint processor for markdown", "main": "index.js", "scripts": { "lint": "eslint .", "tap": "tap test/test.js test/**.test.js", "test": "npm run tap && npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/mapbox/stylelint-processor-markdown.git" }, "keywords": [ "stylelint", "processor", "stylelint-processor", "markdown", "lint" ], "author": "Mapbox", "license": "MIT", "bugs": { "url": "https://github.com/mapbox/stylelint-processor-markdown/issues" }, "homepage": "https://github.com/mapbox/stylelint-processor-markdown#readme", "devDependencies": { "eslint": "^7.23.0", "eslint-config-davidtheclark-node": "^0.2.1", "eslint-plugin-node": "^11.1.0", "lodash": "^4.17.21", "stylelint": "^13.12.0", "tap": "^14.11.0" }, "dependencies": { "remark": "^13.0.0", "split-lines": "^2.1.0", "unist-util-find-all-after": "^3.0.2", "unist-util-source": "^3.0.0" } }