Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

retext

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retext - npm Package Compare versions

Comparing version 0.2.0-rc.3 to 0.2.0-rc.4

bower_components/nlcst-to-string/index.js

20

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc