mdast-util-to-nlcst
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "mdast-util-to-nlcst", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Transform MDAST to NLCST", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"negate": "^1.0.0", | ||
"nyc": "^10.0.0", | ||
"nyc": "^11.0.0", | ||
"parse-dutch": "^4.0.0", | ||
@@ -42,6 +42,6 @@ "parse-english": "^4.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^2.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"tape": "^4.0.0", | ||
"vfile": "^2.0.0", | ||
"xo": "^0.17.0" | ||
"xo": "^0.18.0" | ||
}, | ||
@@ -66,2 +66,3 @@ "scripts": { | ||
"space": true, | ||
"esnext": false, | ||
"rules": { | ||
@@ -75,4 +76,6 @@ "max-params": "off" | ||
"remarkConfig": { | ||
"plugins": ["preset-wooorm"] | ||
"plugins": [ | ||
"preset-wooorm" | ||
] | ||
} | ||
} |
@@ -5,3 +5,3 @@ # mdast-util-to-nlcst [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
> **Note** You probably want to use [remark-retext][]. | ||
> **Note** You probably want to use [`remark-retext`][remark-retext]. | ||
@@ -18,4 +18,2 @@ ## Installation | ||
Dependencies: | ||
```javascript | ||
@@ -60,9 +58,8 @@ var toNLCST = require('mdast-util-to-nlcst'); | ||
* `node` ([`MDASTNode`][mdast]) — Syntax tree (with positional | ||
information); | ||
* `file` ([`VFile`][vfile]); | ||
* `node` ([`MDASTNode`][mdast]) | ||
— Syntax tree (with positional information) | ||
* `file` ([`VFile`][vfile]) | ||
* `parser` (`Function`) | ||
— Constructor of an NLCST parser, such as | ||
[**parse-english**][english], [**parse-dutch**][dutch], | ||
or [**parse-latin**][latin]. | ||
— Constructor of an NLCST parser, such as [**parse-english**][english], | ||
[**parse-dutch**][dutch], or [**parse-latin**][latin] | ||
@@ -73,2 +70,13 @@ ###### Returns | ||
## Related | ||
* [`remark-retext`][remark-retext] | ||
— **retext** support for **remark** | ||
* [`hast-util-to-nlcst`](https://github.com/syntax-tree/hast-util-to-nlcst) | ||
— Transform HAST to NLCST | ||
* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast) | ||
— Transform HAST to MDAST | ||
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast) | ||
— Transform MDAST to HAST | ||
## License | ||
@@ -75,0 +83,0 @@ |
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
9892
111