Comparing version 0.2.0-rc.3 to 0.2.0-rc.4
{ | ||
"name": "retext", | ||
"version": "0.2.0-rc.3", | ||
"version": "0.2.0-rc.4", | ||
"description": "Extensible system for analysing and manipulating natural language", | ||
@@ -12,8 +12,8 @@ "license": "MIT", | ||
"manipulate", | ||
"parse-english", | ||
"nlcst", | ||
"textom" | ||
], | ||
"dependencies": { | ||
"parse-latin": "^0.1.3", | ||
"textom": "^0.1.0", | ||
"parse-latin": "^0.2.0-rc.3", | ||
"textom": "^0.2.0", | ||
"ware": "^1.2.0" | ||
@@ -34,12 +34,10 @@ }, | ||
"scripts": { | ||
"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports spec/retext.spec.js", | ||
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/retext.spec.js", | ||
"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports test.js", | ||
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test.js", | ||
"lint": "npm run-script lint-api && npm run-script lint-test && npm run-script lint-benchmark && npm run-script lint-style", | ||
"lint-api": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single]'", | ||
"lint-test": "node_modules/.bin/eslint spec/retext.spec.js --env node --env mocha --rule 'quotes: [2, single]'", | ||
"lint-test": "node_modules/.bin/eslint test.js --env node --env mocha --rule 'quotes: [2, single]'", | ||
"lint-benchmark": "node_modules/.bin/eslint benchmark/index.js --env node --global suite,set,bench --rule 'quotes: [2, single]'", | ||
"lint-style": "node_modules/.bin/jscs index.js spec/retext.spec.js benchmark/index.js --reporter=inline", | ||
"install-browser-test": "npm install browserify", | ||
"build-browser-test": "node_modules/.bin/browserify spec/retext.spec.js -o spec/browser.spec.js", | ||
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec/retext.spec.js", | ||
"lint-style": "node_modules/.bin/jscs index.js test.js benchmark/index.js --reporter=inline", | ||
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.js", | ||
"benchmark": "node_modules/.bin/matcha", | ||
@@ -46,0 +44,0 @@ "make": "npm run-script lint && npm run-script coverage" |
@@ -119,4 +119,6 @@ # ![Retext logo](http://i58.tinypic.com/5xpx5z.png) | ||
* [retext-emoji](https://github.com/wooorm/retext-emoji) — (**[demo](http://wooorm.github.io/retext-emoji/)**) — Encode or decode [Gemojis](https://github.com/github/gemoji); | ||
* [retext-find](https://github.com/wooorm/retext-find) — Easily find nodes; | ||
* [retext-inspect](https://github.com/wooorm/retext-inspect) — Nicely display nodes in `console.log` calls; | ||
* [retext-keywords](https://github.com/wooorm/retext-keywords) — Extract keywords and keyphrases; | ||
* [retext-lancaster-stemmer](https://github.com/wooorm/retext-lancaster-stemmer) — Implementation of [the Lancaster (Paice/Husk) algorithm](http://www.comp.lancs.ac.uk/computing/research/stemming/index.htm); | ||
* [retext-lancaster-stemmer](https://github.com/wooorm/retext-lancaster-stemmer) — (**[demo](http://wooorm.github.io/retext-lancaster-stemmer/)**) — Implementation of [the Lancaster (Paice/Husk) algorithm](http://www.comp.lancs.ac.uk/computing/research/stemming/index.htm); | ||
* [retext-language](https://github.com/wooorm/retext-language) — (**[demo](http://wooorm.github.io/retext-language/)**) — Detect the language of text; | ||
@@ -131,3 +133,3 @@ * [retext-link](https://github.com/wooorm/retext-link) — (**[demo](http://wooorm.github.io/retext-link/)**) — Detect links in text; | ||
* [retext-smartypants](https://github.com/wooorm/retext-smartypants) — (**[demo](http://wooorm.github.io/retext-smartypants/)**) — Implementation of [SmartyPants](http://daringfireball.net/projects/smartypants/); | ||
* [retext-soundex](https://github.com/wooorm/retext-soundex) — Implementation of the Soundex algorithm; | ||
* [retext-soundex](https://github.com/wooorm/retext-soundex) — (**[demo](http://wooorm.github.io/retext-soundex/)**) — Implementation of the Soundex algorithm; | ||
* [retext-syllable](https://github.com/wooorm/retext-syllable) — Syllable count; | ||
@@ -134,0 +136,0 @@ * [retext-visit](https://github.com/wooorm/retext-visit) — (**[demo](http://wooorm.github.io/retext-visit/)**) — Visit nodes, optionally by type; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
122534
18
3053
178
1
+ Addednlcst-to-string@0.1.5(transitive)
+ Addedparse-latin@0.2.0(transitive)
+ Addedtextom@0.2.1(transitive)
- Removedparse-latin@0.1.3(transitive)
- Removedtextom@0.1.0(transitive)
Updatedparse-latin@^0.2.0-rc.3
Updatedtextom@^0.2.0