hast-util-parse-selector
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "hast-util-parse-selector", | ||
"version": "2.2.3", | ||
"description": "Parse a simple CSS selector to a HAST node", | ||
"version": "2.2.4", | ||
"description": "hast utility to create an element from a simple CSS selector", | ||
"license": "MIT", | ||
"keywords": [ | ||
"unist", | ||
"hast", | ||
"rehype", | ||
"hast-util", | ||
"util", | ||
"utility", | ||
"html", | ||
"css", | ||
"selector", | ||
"parse", | ||
"css", | ||
"html" | ||
"parse" | ||
], | ||
@@ -30,3 +33,3 @@ "repository": "syntax-tree/hast-util-parse-selector", | ||
"browserify": "^16.0.0", | ||
"nyc": "^14.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
@@ -37,3 +40,3 @@ "remark-cli": "^7.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.25.0" | ||
"xo": "^0.27.0" | ||
}, | ||
@@ -40,0 +43,0 @@ "scripts": { |
@@ -22,3 +22,3 @@ # hast-util-parse-selector | ||
## Usage | ||
## Use | ||
@@ -76,4 +76,4 @@ ```js | ||
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. | ||
@@ -109,3 +109,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 | ||
@@ -112,0 +112,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
7574