{"name":"markdownlint","version":"0.25.1","keywords":["markdown","lint","md","CommonMark","markdownlint"],"author":{"url":"https://dlaa.me/","name":"David Anson"},"license":"MIT","_id":"markdownlint@0.25.1","maintainers":[{"name":"davidanson","email":"david@dlaa.me"}],"homepage":"https://github.com/DavidAnson/markdownlint","bugs":{"url":"https://github.com/DavidAnson/markdownlint/issues"},"dist":{"shasum":"df04536607ebeeda5ccd5e4f38138823ed623788","tarball":"https://registry.npmjs.org/markdownlint/-/markdownlint-0.25.1.tgz","fileCount":69,"integrity":"sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==","signatures":[{"sig":"MEUCIQC6nNedQrGAHLOgPC0WSEe4OQlaCtjdmjhiXKJfvqJrgQIgL2GBG9Vd9t6gFw5YOGC6/GKhHsXH4XsRvNuGHTZXr2k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":495505,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4RqxCRA9TVsSAnZWagAAls0P/1cHTYLmGTF97YdXPA7x\nPJOA56yn7cbse2NLdUOAZzIGO4u7oRGhC7QNFHCgefP5kYEz+jgPgEv/oaai\n1UIacbqTC+Jpo7BTEgklLHdqx4pQf+3Axkz63kGi5OCtK42DBMbk+/DF/n0u\ntOzePByHLU++q4zR+EIWvUP3NlG20Gs6DgcrC89i3BZR/R8GNRayRVSrzwna\nx3qmaGFvXZCIF4XtguevY4WBX0PJuD+tWSuGKmfv8qmQeKbuYrVFPQx3vbcT\noSMMdSLH1h/6woXMzR/gK1rN0uo/L68jb7Z8F4S+F8OQhnmhSoKXUMXtOsan\nF4dheH8OpSJsUUciuy7D+mo3I8wM1lykEUaRV5iBeb1ysmto3G92AMPFjqjm\nesxsXLaY7LAiPMozcRYXNVFEDUb7+ak4qnI5VX8q1D5I96K7XYGfQejh0WzS\nwR/y/q686eAXMrpnsxK0ck/l7J11WyS+aeZ17++0/s1iFveZ1PYjIftljWTR\nE8kxtqfBgaK80nNOJsrMQKZvmVt76rjBnjJUNV2C28W6kPpKThEGnfks9F4D\nt9ne7Bv+jBVyaKpLLvX4Nd345PU0VYVBrv0Fzwa40lzQy8pbuTxdg5wLrd7w\nmLm67BJ9TvUM986+sXrQ90i1PuD6uPn6ioaW8nXloQxSE5LM7sgjzEYJzJ/p\n/LBa\r\n=rr1d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/markdownlint.js","types":"lib/markdownlint.d.ts","engines":{"node":">=12"},"gitHead":"2d19c0685bfa98dce87f493a8fcffbb5939af2c3","scripts":{"ci":"npm-run-all --continue-on-error --parallel build-config lint serial-declaration-demo test-cover && git diff --exit-code","lint":"eslint --max-warnings 0 .","test":"ava test/markdownlint-test.js test/markdownlint-test-config.js test/markdownlint-test-custom-rules.js test/markdownlint-test-helpers.js test/markdownlint-test-result-object.js test/markdownlint-test-scenarios.js","example":"cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint","upgrade":"npx --yes npm-check-updates --upgrade","build-demo":"node scripts copy node_modules/markdown-it/dist/markdown-it.min.js demo/markdown-it.min.js && cd demo && webpack --no-stats","test-cover":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 npm test","test-extra":"ava --timeout=5m test/markdownlint-test-extra-parse.js test/markdownlint-test-extra-type.js","declaration":"npm run build-declaration && npm run test-declaration","build-config":"npm run build-config-schema && npm run build-config-example","build-example":"npm install --no-save --ignore-scripts grunt grunt-cli gulp through2","lint-test-repos":"ava --timeout=5m test/markdownlint-test-repos.js","clone-test-repos":"mkdir test-repos && cd test-repos && npm run clone-test-repos-eslint-eslint && npm run clone-test-repos-mkdocs-mkdocs && npm run clone-test-repos-mochajs-mocha && npm run clone-test-repos-pi-hole-docs && npm run clone-test-repos-webhintio-hint && npm run clone-test-repos-webpack-webpack-js-org","test-declaration":"cd example/typescript && tsc && node type-check.js","build-declaration":"tsc --allowJs --declaration --emitDeclarationOnly --resolveJsonModule lib/markdownlint.js && node scripts delete 'lib/{c,md,r}*.d.ts' 'helpers/*.d.ts'","docker-npm-install":"docker run --rm --tty --name npm-install --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm install","build-config-schema":"node schema/build-config-schema.js","build-config-example":"node schema/build-config-example.js","clone-test-repos-large":"npm run clone-test-repos && cd test-repos && npm run clone-test-repos-dotnet-docs && npm run clone-test-repos-v8-v8-dev","docker-npm-run-upgrade":"docker run --rm --tty --name npm-run-upgrade --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm run upgrade","serial-declaration-demo":"npm run build-declaration && npm-run-all --continue-on-error --parallel build-demo test-declaration","clone-test-repos-v8-v8-dev":"cd test-repos && git clone https://github.com/v8/v8.dev v8-v8-dev --depth 1 --no-tags --quiet","clone-test-repos-dotnet-docs":"cd test-repos && git clone https://github.com/dotnet/docs dotnet-docs --depth 1 --no-tags --quiet","clone-test-repos-pi-hole-docs":"cd test-repos && git clone https://github.com/pi-hole/docs pi-hole-docs --depth 1 --no-tags --quiet","clone-test-repos-eslint-eslint":"cd test-repos && git clone https://github.com/eslint/eslint eslint-eslint --depth 1 --no-tags --quiet","clone-test-repos-mkdocs-mkdocs":"cd test-repos && git clone https://github.com/mkdocs/mkdocs mkdocs-mkdocs --depth 1 --no-tags --quiet","clone-test-repos-mochajs-mocha":"cd test-repos && git clone https://github.com/mochajs/mocha mochajs-mocha --depth 1 --no-tags --quiet","clone-test-repos-webhintio-hint":"cd test-repos && git clone https://github.com/webhintio/hint webhintio-hint --depth 1 --no-tags --quiet","clone-test-repos-webpack-webpack-js-org":"cd test-repos && git clone https://github.com/webpack/webpack.js.org webpack-webpack-js-org --depth 1 --no-tags --quiet"},"_npmUser":{"name":"davidanson","email":"david@dlaa.me"},"repository":{"url":"git+https://github.com/DavidAnson/markdownlint.git","type":"git"},"_npmVersion":"7.19.1","description":"A Node.js style checker and lint tool for Markdown/CommonMark files.","directories":{},"_nodeVersion":"16.6.0","dependencies":{"markdown-it":"12.3.2"},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.10.0","ava":"3.15.0","tv4":"1.3.0","toml":"3.0.0","eslint":"8.5.0","globby":"12.0.2","js-yaml":"4.1.0","webpack":"5.65.0","ts-loader":"9.2.6","typescript":"4.5.4","npm-run-all":"4.1.5","webpack-cli":"4.9.1","markdown-it-sub":"1.0.0","markdown-it-sup":"1.0.0","eslint-plugin-node":"11.1.0","eslint-plugin-jsdoc":"37.4.0","markdown-it-texmath":"0.9.7","strip-json-comments":"4.0.0","eslint-plugin-unicorn":"39.0.0","markdown-it-for-inline":"0.1.1","markdownlint-rule-helpers":"0.15.0","markdownlint-rule-github-internal-links":"0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/markdownlint_0.25.1_1642142384977_0.8641843736497699","host":"s3://npm-registry-packages"}}