|
| 1 | +{ |
| 2 | + "name": "@node-core/remark-lint", |
| 3 | + "type": "module", |
| 4 | + "version": "1.0.0", |
| 5 | + "exports": { |
| 6 | + ".": "./src/index.mjs", |
| 7 | + "./api": "./src/api.mjs" |
| 8 | + }, |
| 9 | + "scripts": { |
| 10 | + "lint": "node --run lint:js", |
| 11 | + "lint:fix": "node --run lint:js:fix", |
| 12 | + "lint:js": "eslint \"**/*.mjs\"", |
| 13 | + "lint:js:fix": "node --run lint:js -- --fix", |
| 14 | + "test": "node --run test:unit", |
| 15 | + "test:unit": "cross-env NODE_NO_WARNINGS=1 node --experimental-test-coverage --test \"**/*.test.mjs\"" |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "remark-gfm": "^4.0.1", |
| 19 | + "remark-lint-blockquote-indentation": "^4.0.1", |
| 20 | + "remark-lint-checkbox-character-style": "^5.0.1", |
| 21 | + "remark-lint-checkbox-content-indent": "^5.0.1", |
| 22 | + "remark-lint-code-block-style": "^4.0.1", |
| 23 | + "remark-lint-definition-spacing": "^4.0.1", |
| 24 | + "remark-lint-fenced-code-flag": "^4.2.0", |
| 25 | + "remark-lint-fenced-code-marker": "^4.0.1", |
| 26 | + "remark-lint-final-definition": "^4.0.2", |
| 27 | + "remark-lint-heading-style": "^4.0.1", |
| 28 | + "remark-lint-maximum-line-length": "^4.1.1", |
| 29 | + "remark-lint-no-consecutive-blank-lines": "^5.0.1", |
| 30 | + "remark-lint-no-file-name-consecutive-dashes": "^3.0.1", |
| 31 | + "remark-lint-no-file-name-outer-dashes": "^3.0.1", |
| 32 | + "remark-lint-no-heading-indent": "^5.0.1", |
| 33 | + "remark-lint-no-literal-urls": "^4.0.1", |
| 34 | + "remark-lint-no-multiple-toplevel-headings": "^4.0.1", |
| 35 | + "remark-lint-no-shell-dollars": "^4.0.1", |
| 36 | + "remark-lint-no-table-indentation": "^5.0.1", |
| 37 | + "remark-lint-no-tabs": "^4.0.1", |
| 38 | + "remark-lint-no-trailing-spaces": "^3.0.2", |
| 39 | + "remark-lint-no-unused-definitions": "^4.0.2", |
| 40 | + "remark-lint-prohibited-strings": "^4.0.0", |
| 41 | + "remark-lint-rule-style": "^4.0.1", |
| 42 | + "remark-lint-strong-marker": "^4.0.1", |
| 43 | + "remark-lint-table-cell-padding": "^5.1.1", |
| 44 | + "remark-lint-table-pipes": "^5.0.1", |
| 45 | + "remark-lint-unordered-list-marker-style": "^4.0.1", |
| 46 | + "remark-preset-lint-recommended": "^7.0.1", |
| 47 | + "semver": "^7.7.2", |
| 48 | + "unified-lint-rule": "^3.0.1", |
| 49 | + "unist-util-visit": "^5.0.0", |
| 50 | + "yaml": "^2.8.1" |
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "cross-env": "catalog:", |
| 54 | + "dedent": "^1.6.0", |
| 55 | + "globals": "^16.3.0", |
| 56 | + "remark-parse": "^11.0.0", |
| 57 | + "unified": "^11.0.5" |
| 58 | + } |
| 59 | +} |
0 commit comments