retext-keywords
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -138,3 +138,3 @@ 'use strict'; | ||
node.visitType(node.WORD_NODE, function (word) { | ||
node.visit(node.WORD_NODE, function (word) { | ||
var stem; | ||
@@ -141,0 +141,0 @@ |
{ | ||
"name": "retext-keywords", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Keyword extraction with Retext", | ||
@@ -15,5 +15,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"retext-porter-stemmer": "^0.1.1", | ||
"retext-pos": "^0.1.3", | ||
"retext-visit": "^0.1.1" | ||
"retext-porter-stemmer": "^0.2.0", | ||
"retext-pos": "^0.1.5", | ||
"retext-visit": "^0.2.0" | ||
}, | ||
@@ -28,19 +28,19 @@ "repository": { | ||
"istanbul": "^0.3.0", | ||
"jscs": "^1.5.0", | ||
"jscs": "^1.7.0", | ||
"matcha": "^0.5.0", | ||
"mocha": "^1.21.0", | ||
"retext": "^0.2.0-rc.2" | ||
"retext": "^0.2.0" | ||
}, | ||
"scripts": { | ||
"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports spec/retext-keywords.spec.js", | ||
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/retext-keywords.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 lint-api && npm run lint-test && npm run lint-benchmark && npm run lint-style", | ||
"lint-api": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false'", | ||
"lint-test": "node_modules/.bin/eslint spec/retext-keywords.spec.js --env node --env mocha --rule 'quotes: [2, single]'", | ||
"lint-style": "node_modules/.bin/jscs index.js spec/retext-keywords.spec.js benchmark/index.js --reporter=inline", | ||
"lint-benchmark": "node_modules/.bin/eslint benchmark/index.js --env node --global suite,set,bench --rule 'quotes: [2, single]'", | ||
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec/retext-keywords.spec.js", | ||
"benchmark": "node_modules/.bin/matcha", | ||
"lint-test": "node_modules/.bin/eslint test.js --env node --env mocha --rule 'quotes: [2, single]'", | ||
"lint-style": "node_modules/.bin/jscs index.js test.js benchmark.js --reporter=inline", | ||
"lint-benchmark": "node_modules/.bin/eslint benchmark.js --env node --global suite,set,bench,before --rule 'quotes: [2, single]'", | ||
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.js", | ||
"benchmark": "node_modules/.bin/matcha benchmark.js", | ||
"make": "npm run lint && npm run coverage" | ||
} | ||
} |
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
17686
4
323
+ Addedretext-porter-stemmer@0.2.5(transitive)
+ Addedretext-visit@0.2.6(transitive)
- Removedretext-porter-stemmer@0.1.1(transitive)
- Removedretext-visit@0.1.1(transitive)
Updatedretext-porter-stemmer@^0.2.0
Updatedretext-pos@^0.1.5
Updatedretext-visit@^0.2.0