Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "afinn-111", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "AFINN 111 (list of English words rated for valence) in JSON", | ||
@@ -31,17 +31,16 @@ "license": "MIT", | ||
"bail": "^1.0.1", | ||
"browserify": "^13.0.1", | ||
"browserify": "^14.0.0", | ||
"csv-streamify": "^3.0.4", | ||
"esmangle": "^1.0.1", | ||
"join-stream": "0.0.0", | ||
"nyc": "^8.1.0", | ||
"readable-stream": "^2.1.4", | ||
"remark-cli": "^2.0.0", | ||
"remark-preset-wooorm": "^1.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"tape": "^4.0.0", | ||
"unzip": "^0.1.11", | ||
"wrap-stream": "^2.0.0", | ||
"xo": "^0.17.0" | ||
"xo": "^0.18.0" | ||
}, | ||
"scripts": { | ||
"build-md": "remark . --quiet --frail", | ||
"build-md": "remark . -qfo", | ||
"build-generate": "node build", | ||
@@ -53,7 +52,7 @@ "build-bundle": "browserify index.json --bare -s afinn111 > afinn-111.js", | ||
"test-api": "node test", | ||
"test-coverage": "nyc --reporter lcov tape test.js", | ||
"test": "npm run build && npm run lint && npm run test-coverage" | ||
"test": "npm run build && npm run lint && npm run test-api" | ||
}, | ||
"xo": { | ||
"space": true, | ||
"esnext": false, | ||
"ignores": [ | ||
@@ -64,5 +63,6 @@ "afinn-111.js" | ||
"remarkConfig": { | ||
"output": true, | ||
"presets": "wooorm" | ||
"plugins": [ | ||
"preset-wooorm" | ||
] | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# afinn-111 [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] | ||
# afinn-111 [![Build Status][travis-badge]][travis] | ||
@@ -7,3 +7,3 @@ Easy access to [afinn-111][afinn111]. | ||
[npm][npm-install]: | ||
[npm][]: | ||
@@ -19,4 +19,4 @@ ```bash | ||
afinn.positive; // 2 | ||
afinn['self-deluded']; // -2 | ||
afinn.positive; //=> 2 | ||
afinn['self-deluded']; //=> -2 | ||
``` | ||
@@ -51,2 +51,13 @@ | ||
## Related | ||
* [`afinn-96`](https://github.com/wooorm/afinn-96) | ||
— AFINN list from 2009, containing 1468 entries | ||
* [`afinn-165`](https://github.com/wooorm/afinn-165) | ||
— AFINN list from 2015, containing 3382 entries | ||
* [`emoji-emotion`](https://github.com/wooorm/emoji-emotion) | ||
— Like AFINN, but for emoji | ||
* [`polarity`](https://github.com/wooorm/polarity) | ||
— Detect the polarity of text, based on `afinn-169` and `emoji-emotion` | ||
## License | ||
@@ -62,8 +73,4 @@ | ||
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/afinn-111.svg | ||
[npm]: https://docs.npmjs.com/cli/install | ||
[codecov]: https://codecov.io/github/wooorm/afinn-111 | ||
[npm-install]: https://docs.npmjs.com/cli/install | ||
[license]: LICENSE | ||
@@ -70,0 +77,0 @@ |
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
47718
12
77