unist-util-inspect
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "unist-util-inspect", | ||
"version": "5.0.0", | ||
"description": "Unist node inspector", | ||
"version": "5.0.1", | ||
"description": "unist utility to inspect nodes", | ||
"license": "MIT", | ||
"keywords": [ | ||
"retext", | ||
"remark", | ||
"unist", | ||
"inspect" | ||
"unist-util", | ||
"util", | ||
"utility", | ||
"inspect", | ||
"debug", | ||
"log", | ||
"console" | ||
], | ||
"repository": "syntax-tree/unist-util-inspect", | ||
"bugs": "https://github.com/syntax-tree/unist-util-inspect/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -29,5 +37,5 @@ "contributors": [ | ||
"browserify": "^16.0.0", | ||
"chalk": "^2.3.0", | ||
"dtslint": "^1.0.2", | ||
"nyc": "^14.0.0", | ||
"chalk": "^3.0.0", | ||
"dtslint": "^3.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
@@ -37,6 +45,6 @@ "remark-cli": "^7.0.0", | ||
"retext": "^7.0.0", | ||
"strip-ansi": "^5.0.0", | ||
"strip-ansi": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.25.0" | ||
"xo": "^0.26.0" | ||
}, | ||
@@ -43,0 +51,0 @@ "scripts": { |
@@ -21,3 +21,3 @@ # unist-util-inspect | ||
## Usage | ||
## Use | ||
@@ -55,3 +55,3 @@ ```js | ||
By default, color support is enabled on Node.js and turned off anywhere else. | ||
By default, color support is enabled in Node.js and turned off anywhere else. | ||
See below on how to change that. | ||
@@ -80,4 +80,4 @@ | ||
This project has a [Code of Conduct][coc]. | ||
By interacting with this repository, organisation, or community you agree to | ||
This project has a [code of conduct][coc]. | ||
By interacting with this repository, organization, or community you agree to | ||
abide by its terms. | ||
@@ -113,3 +113,3 @@ | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg | ||
@@ -116,0 +116,0 @@ [chat]: https://spectrum.chat/unified/syntax-tree |
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
10725