nlcst-normalize
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "nlcst-normalize", | ||
"version": "2.1.3", | ||
"description": "Normalize a word for easier comparison", | ||
"version": "2.1.4", | ||
"description": "nlcst utility to normalize a word for easier comparison", | ||
"license": "MIT", | ||
"keywords": [ | ||
"normalize", | ||
"unist", | ||
"nlcst", | ||
"retext", | ||
"utility" | ||
"nlcst-util", | ||
"util", | ||
"utility", | ||
"normalize" | ||
], | ||
"repository": "syntax-tree/nlcst-normalize", | ||
"bugs": "https://github.com/syntax-tree/nlcst-normalize/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -26,9 +32,9 @@ "contributors": [ | ||
"browserify": "^16.0.0", | ||
"nyc": "^14.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.24.0" | ||
"xo": "^0.26.0" | ||
}, | ||
@@ -35,0 +41,0 @@ "scripts": { |
@@ -21,3 +21,3 @@ # nlcst-normalize | ||
## Usage | ||
## Use | ||
@@ -48,4 +48,5 @@ ```js | ||
Normalize a word (`string`, [`Node`][node], `Array.<Node>`) for easier | ||
comparison. Always normalises smart apostrophes (`’`) to straight | ||
apostrophes (`'`) and lowercases alphabetical characters (`[A-Z]`). | ||
comparison. | ||
Always normalizes smart apostrophes (`’`) to straight apostrophes (`'`) and | ||
lowercases alphabetical characters (`[A-Z]`). | ||
@@ -66,4 +67,4 @@ ###### `options.allowApostrophes` | ||
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. | ||
@@ -99,3 +100,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 | ||
@@ -102,0 +103,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
6680
116