dale-chall-formula
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "dale-chall-formula", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Formula to detect the grade level of text according to the (revised) Dale-Chall Readability Formula (1995)", | ||
@@ -14,2 +14,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/words/dale-chall-formula/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -26,9 +30,9 @@ "contributors": [ | ||
"is-nan": "^1.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.25.0" | ||
}, | ||
@@ -35,0 +39,0 @@ "scripts": { |
@@ -9,15 +9,15 @@ # dale-chall-formula | ||
Formula to detect the grade level of text according to the [(revised) Dale–Chall | ||
Readability Formula][formula]. | ||
readability formula][formula]. | ||
See [dale-chall][list] for a list of words which count as “familiar”. | ||
See [`dale-chall`][list] for a list of words which count as “familiar”. | ||
## Installation | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install dale-chall-formula | ||
``` | ||
## Usage | ||
## Use | ||
@@ -24,0 +24,0 @@ ```js |
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
7561