+118
| [ | ||
| "a lot", | ||
| "about", | ||
| "acts", | ||
| "again", | ||
| "all", | ||
| "almost", | ||
| "already", | ||
| "also", | ||
| "anyway", | ||
| "appeared", | ||
| "appears", | ||
| "are a number", | ||
| "arguably", | ||
| "back", | ||
| "be able to", | ||
| "began", | ||
| "believed", | ||
| "better", | ||
| "bit", | ||
| "clearly", | ||
| "close", | ||
| "combats", | ||
| "completely", | ||
| "considered", | ||
| "could", | ||
| "decided", | ||
| "down", | ||
| "effective", | ||
| "efficient", | ||
| "enough", | ||
| "even", | ||
| "ever", | ||
| "exceedingly", | ||
| "excellent", | ||
| "expert", | ||
| "experts", | ||
| "extremely", | ||
| "fairly", | ||
| "far", | ||
| "felt", | ||
| "few", | ||
| "gains", | ||
| "heard", | ||
| "helps", | ||
| "huge", | ||
| "improved", | ||
| "interestingly", | ||
| "is a number", | ||
| "is like", | ||
| "just", | ||
| "knew", | ||
| "largely", | ||
| "like", | ||
| "linked to", | ||
| "literally", | ||
| "looked", | ||
| "looks", | ||
| "lots", | ||
| "many", | ||
| "might", | ||
| "most", | ||
| "mostly", | ||
| "not rocket science", | ||
| "noticed", | ||
| "often", | ||
| "only", | ||
| "outside the box", | ||
| "over", | ||
| "own", | ||
| "pretty", | ||
| "probably", | ||
| "quite", | ||
| "rather", | ||
| "real", | ||
| "realised", | ||
| "realized", | ||
| "really", | ||
| "recognised", | ||
| "recognized", | ||
| "relatively", | ||
| "remarkably", | ||
| "reportedly", | ||
| "saw", | ||
| "seemed", | ||
| "seems", | ||
| "several", | ||
| "significantly", | ||
| "smelled", | ||
| "so", | ||
| "some", | ||
| "somehow", | ||
| "sort", | ||
| "started", | ||
| "still", | ||
| "substantially", | ||
| "supports", | ||
| "supposed", | ||
| "surprisingly", | ||
| "that", | ||
| "then", | ||
| "thought", | ||
| "tiny", | ||
| "touched", | ||
| "understood", | ||
| "up", | ||
| "useful", | ||
| "various", | ||
| "vast", | ||
| "very", | ||
| "virtually", | ||
| "wanted", | ||
| "watched", | ||
| "well", | ||
| "wished", | ||
| "wondered", | ||
| "works" | ||
| ] |
+5
-0
@@ -5,3 +5,8 @@ <!--remark setext--> | ||
| 1.1.0 / 2016-07-30 | ||
| ================== | ||
| * Rewrite module ([`d450b06`](https://github.com/wooorm/weasels/commit/d450b06)) | ||
| 1.0.0 / 2016-01-15 | ||
| ================== |
+3
-8
| /** | ||
| * @author Titus Wormer | ||
| * @copyright 2016 Titus Wormer | ||
| * @copyright 2014 Titus Wormer | ||
| * @license MIT | ||
@@ -11,8 +11,3 @@ * @module weasels | ||
| /* eslint-env commonjs */ | ||
| /* | ||
| * Expose. | ||
| */ | ||
| module.exports = require('./data/index.json'); | ||
| /* Expose. */ | ||
| module.exports = require('./index.json'); |
+1
-1
| (The MIT License) | ||
| Copyright (c) 2016 Titus Wormer <mailto:tituswormer@gmail.com> | ||
| Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com> | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
+43
-28
| { | ||
| "name": "weasels", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "description": "List of (possible) English weasel words", | ||
@@ -13,41 +13,56 @@ "license": "MIT", | ||
| "index.js", | ||
| "data/index.json" | ||
| "index.json" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/wooorm/weasels.git" | ||
| }, | ||
| "repository": "https://github.com/wooorm/weasels", | ||
| "bugs": "https://github.com/wooorm/weasels/issues", | ||
| "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
| "contributors": [ | ||
| "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" | ||
| ], | ||
| "dependencies": {}, | ||
| "devDependencies": { | ||
| "browserify": "^13.0.0", | ||
| "eslint": "^1.0.0", | ||
| "esmangle": "^1.0.0", | ||
| "istanbul": "^0.4.0", | ||
| "jscs": "^2.0.0", | ||
| "jscs-jsdoc": "^1.0.0", | ||
| "plain-text-data-to-json": "^0.1.3", | ||
| "remark": "^3.0.0", | ||
| "remark-comment-config": "^2.0.2", | ||
| "remark-github": "^3.0.0", | ||
| "remark-lint": "^2.2.1", | ||
| "remark-slug": "^3.0.1", | ||
| "remark-validate-links": "^2.0.2", | ||
| "tape": "^4.0.0" | ||
| "browserify": "^13.0.1", | ||
| "esmangle": "^1.0.1", | ||
| "nyc": "^7.0.0", | ||
| "plain-text-data-to-json": "^1.0.0", | ||
| "remark-cli": "^1.0.0", | ||
| "remark-comment-config": "^4.0.0", | ||
| "remark-github": "^5.0.0", | ||
| "remark-lint": "^4.0.0", | ||
| "remark-validate-links": "^4.0.0", | ||
| "tape": "^4.0.0", | ||
| "xo": "^0.16.0" | ||
| }, | ||
| "scripts": { | ||
| "build-md": "remark . --quiet --frail", | ||
| "build-data": "node script/build-data.js", | ||
| "build-support": "node script/build-support.js", | ||
| "build-generate": "node script/generate.js", | ||
| "build-bundle": "browserify index.js --bare -s weasels > weasels.js", | ||
| "build-mangle": "esmangle weasels.js > weasels.min.js", | ||
| "build": "npm run build-md && npm run build-data && npm run build-support && npm run build-bundle && npm run build-mangle", | ||
| "lint-api": "eslint .", | ||
| "lint-style": "jscs --reporter inline .", | ||
| "lint": "npm run lint-api && npm run lint-style", | ||
| "test-api": "node test.js", | ||
| "test-coverage": "istanbul cover test.js", | ||
| "build": "npm run build-md && npm run build-generate && npm run build-bundle && npm run build-mangle", | ||
| "lint": "xo", | ||
| "test-api": "node test", | ||
| "test-coverage": "nyc --reporter lcov tape test.js", | ||
| "test": "npm run build && npm run lint && npm run test-coverage" | ||
| }, | ||
| "xo": { | ||
| "space": true, | ||
| "ignores": [ | ||
| "weasels.js", | ||
| "weasels.min.js" | ||
| ] | ||
| }, | ||
| "remarkConfig": { | ||
| "output": true, | ||
| "plugins": { | ||
| "comment-config": null, | ||
| "github": null, | ||
| "lint": { | ||
| "list-item-spacing": false | ||
| }, | ||
| "validate-links": null | ||
| }, | ||
| "settings": { | ||
| "bullet": "*" | ||
| } | ||
| } | ||
| } |
+17
-32
@@ -13,5 +13,2 @@ # weasels [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
| **weasels** is also available for [duo][duo-install], and as an | ||
| AMD, CommonJS, and globals module, [uncompressed and compressed][releases]. | ||
| ## Usage | ||
@@ -29,15 +26,13 @@ | ||
| ```json | ||
| [ | ||
| "a lot", | ||
| "about", | ||
| "acts", | ||
| "again", | ||
| "all", | ||
| "almost", | ||
| "already", | ||
| "also", | ||
| "anyway", | ||
| "appeared" | ||
| ] | ||
| ```js | ||
| [ 'a lot', | ||
| 'about', | ||
| 'acts', | ||
| 'again', | ||
| 'all', | ||
| 'almost', | ||
| 'already', | ||
| 'also', | ||
| 'anyway', | ||
| 'appeared' ] | ||
| ``` | ||
@@ -49,4 +44,3 @@ | ||
| **Type**: `Array.<string>` — _Reportedly_, **weasels** exposes a list | ||
| of strings. | ||
| _Reportedly_, **weasels** exposes a list of strings (`Array.<string>`). | ||
@@ -56,3 +50,3 @@ ## Support | ||
| **weasels** supports _several_ weasel words and phrases. For a complete | ||
| list, see [support.md][support]. | ||
| list, see [index.json][data]. | ||
@@ -66,15 +60,10 @@ Note that the words listed in **weasels** _might_ or, in fact, _might_ | ||
| — List of buzzwords; | ||
| * [dale-chall](https://github.com/wooorm/dale-chall) | ||
| — List of familiar American-English words (1995); | ||
| * [fillers](https://github.com/wooorm/fillers) | ||
| — List of filler words. | ||
| — List of filler words; | ||
| * [hedges](https://github.com/wooorm/hedges) | ||
| — List of hedge words; | ||
| — List of hedge words. | ||
| * [profanities](https://github.com/wooorm/profanities) | ||
| — List of profane words; | ||
| * [spache](https://github.com/wooorm/spache) | ||
@@ -99,10 +88,6 @@ — List of simple American-English words (1974); | ||
| [duo-install]: http://duojs.org/#getting-started | ||
| [releases]: https://github.com/wooorm/weasels/releases | ||
| [license]: LICENSE | ||
| [support]: support.md | ||
| [author]: http://wooorm.com | ||
| [author]: http://wooorm.com | ||
| [data]: index.json |
-118
| [ | ||
| "a lot", | ||
| "about", | ||
| "acts", | ||
| "again", | ||
| "all", | ||
| "almost", | ||
| "already", | ||
| "also", | ||
| "anyway", | ||
| "appeared", | ||
| "appears", | ||
| "are a number", | ||
| "arguably", | ||
| "back", | ||
| "be able to", | ||
| "began", | ||
| "believed", | ||
| "better", | ||
| "bit", | ||
| "clearly", | ||
| "close", | ||
| "combats", | ||
| "completely", | ||
| "considered", | ||
| "could", | ||
| "decided", | ||
| "down", | ||
| "effective", | ||
| "efficient", | ||
| "enough", | ||
| "even", | ||
| "ever", | ||
| "exceedingly", | ||
| "excellent", | ||
| "expert", | ||
| "experts", | ||
| "extremely", | ||
| "fairly", | ||
| "far", | ||
| "felt", | ||
| "few", | ||
| "gains", | ||
| "heard", | ||
| "helps", | ||
| "huge", | ||
| "improved", | ||
| "interestingly", | ||
| "is a number", | ||
| "is like", | ||
| "just", | ||
| "knew", | ||
| "largely", | ||
| "like", | ||
| "linked to", | ||
| "literally", | ||
| "looked", | ||
| "looks", | ||
| "lots", | ||
| "many", | ||
| "might", | ||
| "most", | ||
| "mostly", | ||
| "not rocket science", | ||
| "noticed", | ||
| "often", | ||
| "only", | ||
| "outside the box", | ||
| "over", | ||
| "own", | ||
| "pretty", | ||
| "probably", | ||
| "quite", | ||
| "rather", | ||
| "real", | ||
| "realised", | ||
| "realized", | ||
| "really", | ||
| "recognised", | ||
| "recognized", | ||
| "relatively", | ||
| "remarkably", | ||
| "reportedly", | ||
| "saw", | ||
| "seemed", | ||
| "seems", | ||
| "several", | ||
| "significantly", | ||
| "smelled", | ||
| "so", | ||
| "some", | ||
| "somehow", | ||
| "sort", | ||
| "started", | ||
| "still", | ||
| "substantially", | ||
| "supports", | ||
| "supposed", | ||
| "surprisingly", | ||
| "that", | ||
| "then", | ||
| "thought", | ||
| "tiny", | ||
| "touched", | ||
| "understood", | ||
| "up", | ||
| "useful", | ||
| "various", | ||
| "vast", | ||
| "very", | ||
| "virtually", | ||
| "wanted", | ||
| "watched", | ||
| "well", | ||
| "wished", | ||
| "wondered", | ||
| "works" | ||
| ] |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
11
-21.43%6551
-0.83%128
-2.29%88
-14.56%1
Infinity%