mdast-util-definitions
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "mdast-util-definitions", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Find definition nodes in mdast nodes", | ||
@@ -19,4 +19,4 @@ "license": "MIT", | ||
}, | ||
"repository": "https://github.com/wooorm/mdast-util-definitions", | ||
"bugs": "https://github.com/wooorm/mdast-util-definitions/issues", | ||
"repository": "https://github.com/syntax-tree/mdast-util-definitions", | ||
"bugs": "https://github.com/syntax-tree/mdast-util-definitions/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
@@ -30,10 +30,10 @@ "contributors": [ | ||
"devDependencies": { | ||
"browserify": "^13.0.0", | ||
"browserify": "^14.0.0", | ||
"esmangle": "^1.0.0", | ||
"remark": "^6.2.0", | ||
"nyc": "^10.0.0", | ||
"remark-cli": "^2.0.0", | ||
"remark-preset-wooorm": "^1.0.0", | ||
"nyc": "^11.0.0", | ||
"remark": "^7.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"tape": "^4.0.0", | ||
"xo": "^0.17.1" | ||
"xo": "^0.18.2" | ||
}, | ||
@@ -52,2 +52,3 @@ "scripts": { | ||
"space": true, | ||
"esnext": false, | ||
"ignore": [ | ||
@@ -58,4 +59,6 @@ "mdast-util-definitions.js" | ||
"remarkConfig": { | ||
"presets": "wooorm" | ||
"plugins": [ | ||
"preset-wooorm" | ||
] | ||
} | ||
} |
@@ -37,7 +37,7 @@ # mdast-util-definitions [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat] | ||
###### `options` | ||
###### `options.commonmark` | ||
* `commonmark` (`boolean`, default: false) — Turn on to use CommonMark | ||
precedence: ignore later found definitions for duplicate definitions. | ||
The default behaviour is to prefer the last found definition. | ||
`boolean`, default: false — Turn on to use CommonMark precedence: ignore | ||
later found definitions for duplicate definitions. The default behaviour | ||
is to prefer the last found definition. | ||
@@ -64,9 +64,9 @@ ###### Returns | ||
[build-badge]: https://img.shields.io/travis/wooorm/mdast-util-definitions.svg | ||
[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-definitions.svg | ||
[build-status]: https://travis-ci.org/wooorm/mdast-util-definitions | ||
[build-status]: https://travis-ci.org/syntax-tree/mdast-util-definitions | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/mdast-util-definitions.svg | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-definitions.svg | ||
[coverage-status]: https://codecov.io/github/wooorm/mdast-util-definitions | ||
[coverage-status]: https://codecov.io/github/syntax-tree/mdast-util-definitions | ||
@@ -83,6 +83,6 @@ [chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg | ||
[mdast]: https://github.com/wooorm/mdast | ||
[mdast]: https://github.com/syntax-tree/mdast | ||
[node]: https://github.com/wooorm/mdast#node | ||
[node]: https://github.com/syntax-tree/unist#node | ||
[definition]: #definitionidentifier |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5829