{"name":"markdownlint","version":"0.23.1","keywords":["markdown","lint","md","CommonMark","markdownlint"],"author":{"url":"https://dlaa.me/","name":"David Anson"},"license":"MIT","_id":"markdownlint@0.23.1","maintainers":[{"name":"davidanson","email":"david@dlaa.me"}],"homepage":"https://github.com/DavidAnson/markdownlint","bugs":{"url":"https://github.com/DavidAnson/markdownlint/issues"},"dist":{"shasum":"98292b5d340d01e9c113f3d7fb3b2ccf89628dc2","tarball":"https://registry.npmjs.org/markdownlint/-/markdownlint-0.23.1.tgz","fileCount":65,"integrity":"sha512-iOEwhDfNmq2IJlaA8mzEkHYUi/Hwoa6Ss+HO5jkwUR6wQ4quFr0WzSx+Z9rsWZKUaPbyirIdL1zGmJRkWawr4Q==","signatures":[{"sig":"MEQCIGrU4rSSY4pZjCbgLotepFcFgxpEDi9hWw20qIiZ0jAmAiBZXEcO9e3yh6Dszvc5OZV1l7Z+RqJDN7DJnJKLaxILIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJiOvCRA9TVsSAnZWagAAueYP/3vZ/8lldhaJbSaaNWG5\ng8SGnghnOUIfUnd4u0SNrLtyaKu8a4pt/nxVOWKQ8j/zgwsSHGbUnGkw3xuw\n+RK6zlpOp5DecVVhTTmZ+NCZWqARC2ctqZmj2oS2bsMQ7efGQr7XqajhLygh\nDHT2sifszaScyrQYKeMdt0yp/sPCNduAP/ev0ER1YvNB3r7v4kRPor092Exk\nXUM66ah4+I1y2+n/7FyMSl7ON0J8tNNzvZLesnjsNLEh0+q+g7nlUCYXHiMQ\nKhYMYf2Q59zzBRjDLTfqwfarggQyUtLSsxHsWv17K400VCQmXbEizmgxtD7O\nFcT7EwHxk6dOjKufMtraAcdxZ6e7SamglOGwXPOJDaM7lGM22IPpfEO0uO/z\nDIqgjvRQU/nXg6+NGzpgThpqIM1uz6L38LARwvQIJ+uQ/Rpm0550WbZ16aW9\nvw9mfvGaXFd2pE89UDVGh44S7MKTKLbO+Y/awBrKEQ53vvoLrDeoPc7FnoRf\nBzCAuUC5kQGO2S5slQzES/6Mu/Bgs4PaKCBXJHxWRxvWV1Ub0mB8aKtSMWXu\nYRiLITvFQjXiJzRlJdOto1gXJPSTZAfRQRLlu5lmzp7l65wHKKe6EhapvVTA\nLrE8vOodjYrHhTNOLjRTFADiPO2tzrVZTHwC5OkWzuR8ZcqYTs/s3Lfe1tgn\ni2fv\r\n=0ajW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/markdownlint.js","types":"lib/markdownlint.d.ts","engines":{"node":">=10"},"gitHead":"f87f9d080002281d96ac32f119d8c99c028a6ddb","scripts":{"ci":"npm-run-all --continue-on-error --parallel test-cover lint declaration build-config build-demo && git diff --exit-code","lint":"eslint --max-warnings 0 .","test":"ava test/markdownlint-test.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","build-demo":"cpy node_modules/markdown-it/dist/markdown-it.min.js demo && cd demo && rimraf markdownlint-browser.* && 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.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","clean-test-repos":"rimraf test-repos","clone-test-repos":"mkdir test-repos && cd test-repos && git clone https://github.com/eslint/eslint eslint-eslint --depth 1 --no-tags --quiet && git clone https://github.com/mkdocs/mkdocs mkdocs-mkdocs --depth 1 --no-tags --quiet && git clone https://github.com/pi-hole/docs pi-hole-docs --depth 1 --no-tags --quiet","test-declaration":"cd example/typescript && tsc && node type-check.js","build-declaration":"tsc --allowJs --declaration --emitDeclarationOnly --resolveJsonModule lib/markdownlint.js && rimraf 'lib/{c,md,r}*.d.ts' 'helpers/*.d.ts'","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 && git clone https://github.com/dotnet/docs dotnet-docs --depth 1 --no-tags --quiet"},"_npmUser":{"name":"davidanson","email":"david@dlaa.me"},"repository":{"url":"git+https://github.com/DavidAnson/markdownlint.git","type":"git"},"_npmVersion":"6.14.11","description":"A Node.js style checker and lint tool for Markdown/CommonMark files.","directories":{},"_nodeVersion":"14.15.5","dependencies":{"markdown-it":"12.0.4"},"_hasShrinkwrap":false,"devDependencies":{"c8":"~7.5.0","ava":"~3.15.0","tv4":"~1.3.0","toml":"~3.0.0","eslint":"~7.19.0","globby":"~11.0.2","rimraf":"~3.0.2","cpy-cli":"~3.1.1","js-yaml":"~4.0.0","webpack":"~5.21.1","ts-loader":"~8.0.15","typescript":"~4.1.3","npm-run-all":"~4.1.5","webpack-cli":"~4.5.0","markdown-it-sub":"~1.0.0","markdown-it-sup":"~1.0.0","eslint-plugin-node":"~11.1.0","eslint-plugin-jsdoc":"~31.6.0","markdown-it-texmath":"~0.8.0","strip-json-comments":"~3.1.1","eslint-plugin-unicorn":"~27.0.0","markdown-it-for-inline":"~0.1.1","markdownlint-rule-helpers":"~0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/markdownlint_0.23.1_1613112239396_0.6545488656337675","host":"s3://npm-registry-packages"}}