@textlint/textlint-plugin-markdown
Advanced tools
Comparing version 12.2.3 to 12.3.0
@@ -6,1 +6,2 @@ import { MarkdownProcessor } from "./MarkdownProcessor"; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,4 +8,4 @@ import type { TextlintPluginOptions } from "@textlint/types"; | ||
processor(_ext: string): { | ||
preProcess(text: string, _filePath?: string | undefined): import("@textlint/ast-node-types").TxtNode; | ||
postProcess(messages: any[], filePath?: string | undefined): { | ||
preProcess(text: string, _filePath?: string): import("@textlint/ast-node-types").TxtNode; | ||
postProcess(messages: any[], filePath?: string): { | ||
messages: any[]; | ||
@@ -16,1 +16,2 @@ filePath: string; | ||
} | ||
//# sourceMappingURL=MarkdownProcessor.d.ts.map |
@@ -6,1 +6,2 @@ import { MarkdownProcessor } from "./MarkdownProcessor"; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,4 +8,4 @@ import type { TextlintPluginOptions } from "@textlint/types"; | ||
processor(_ext: string): { | ||
preProcess(text: string, _filePath?: string | undefined): import("@textlint/ast-node-types").TxtNode; | ||
postProcess(messages: any[], filePath?: string | undefined): { | ||
preProcess(text: string, _filePath?: string): import("@textlint/ast-node-types").TxtNode; | ||
postProcess(messages: any[], filePath?: string): { | ||
messages: any[]; | ||
@@ -16,1 +16,2 @@ filePath: string; | ||
} | ||
//# sourceMappingURL=MarkdownProcessor.d.ts.map |
112
package.json
{ | ||
"name": "@textlint/textlint-plugin-markdown", | ||
"version": "12.2.3", | ||
"description": "Markdown support for textlint.", | ||
"keywords": [ | ||
"markdown", | ||
"plugin", | ||
"textlint" | ||
], | ||
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-markdown", | ||
"bugs": { | ||
"url": "https://github.com/textlint/textlint/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/textlint/textlint.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"types": "lib/src/index.d.ts", | ||
"main": "lib/src/index.js", | ||
"module": "module/src/index.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"module/", | ||
"src/", | ||
"!*.tsbuildinfo" | ||
], | ||
"scripts": { | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/", | ||
"prepack": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.{js,ts}\"", | ||
"watch": "tsc -b --watch" | ||
}, | ||
"dependencies": { | ||
"@textlint/markdown-to-ast": "^12.2.3" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^12.2.3", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^9.2.2", | ||
"power-assert": "^1.6.1", | ||
"rimraf": "^3.0.2", | ||
"textlint-rule-no-todo": "^2.0.1", | ||
"ts-node-test-register": "^10.0.0", | ||
"typescript": "^4.4.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"email": "azuciao@gmail.com", | ||
"gitHead": "a91d149faf3a745a472a035131e995cc5ec77898" | ||
"name": "@textlint/textlint-plugin-markdown", | ||
"version": "12.3.0", | ||
"description": "Markdown support for textlint.", | ||
"keywords": [ | ||
"markdown", | ||
"plugin", | ||
"textlint" | ||
], | ||
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-markdown", | ||
"bugs": { | ||
"url": "https://github.com/textlint/textlint/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/textlint/textlint.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"types": "lib/src/index.d.ts", | ||
"main": "lib/src/index.js", | ||
"module": "module/src/index.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"module/", | ||
"src/", | ||
"!*.tsbuildinfo" | ||
], | ||
"scripts": { | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/", | ||
"prepack": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.{js,ts}\"", | ||
"watch": "tsc -b --watch" | ||
}, | ||
"dependencies": { | ||
"@textlint/markdown-to-ast": "^12.3.0" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^12.3.0", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^9.2.2", | ||
"power-assert": "^1.6.1", | ||
"rimraf": "^3.0.2", | ||
"textlint-rule-no-todo": "^2.0.1", | ||
"ts-node-test-register": "^10.0.0", | ||
"typescript": "~4.9.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"email": "azuciao@gmail.com", | ||
"gitHead": "cd49cd21ecce9f8e0469a84a5fc354c55d9617f2" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11735
21