Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "n-gram", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Get n-grams from text", | ||
@@ -18,2 +18,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/words/n-gram/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -30,9 +34,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.25.0" | ||
}, | ||
@@ -39,0 +43,0 @@ "scripts": { |
@@ -8,13 +8,13 @@ # n-gram | ||
Get [n-grams][wiki] in JavaScript. | ||
Get [n-grams][wiki]. | ||
## Installation | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install n-gram | ||
``` | ||
## Usage | ||
## Use | ||
@@ -42,3 +42,4 @@ ```js | ||
Want padding? Use something like the following: `nGram(2)(' ' + value + ' ');` | ||
Want padding? | ||
Use something like the following: `nGram(2)(' ' + value + ' ');` | ||
@@ -45,0 +46,0 @@ ### `nGram.bigram(value)` |
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
5256
81