Comparing version 0.1.5 to 1.0.0
15
index.js
@@ -0,7 +1,12 @@ | ||
/** | ||
* @author Titus Wormer | ||
* @copyright 2014 Titus Wormer | ||
* @license MIT | ||
* @module afinn-111 | ||
* @fileoverview AFINN 111 (list of English words rated for valence) in JSON. | ||
*/ | ||
'use strict'; | ||
/* | ||
* Expose `afinn-111`. | ||
*/ | ||
module.exports = require('./data/afinn-111.json'); | ||
/* Expose. */ | ||
module.exports = require('./index.json'); |
{ | ||
"name": "afinn-111", | ||
"version": "0.1.5", | ||
"version": "1.0.0", | ||
"description": "AFINN 111 (list of English words rated for valence) in JSON", | ||
@@ -18,33 +18,63 @@ "license": "MIT", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wooorm/afinn-111.git" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com>", | ||
"files": [ | ||
"index.js", | ||
"index.json" | ||
], | ||
"repository": "https://github.com/wooorm/afinn-111", | ||
"bugs": "https://github.com/wooorm/afinn-111/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
"contributors": [ | ||
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"eslint": "^0.10.0", | ||
"istanbul": "^0.3.0", | ||
"jscs": "^1.0.0", | ||
"jscs-jsdoc": "^0.3.0", | ||
"markdown-table": "0.3.0", | ||
"mocha": "^2.0.0", | ||
"plain-text-data-to-json": "^0.1.0" | ||
"bail": "^1.0.1", | ||
"browserify": "^13.0.1", | ||
"csv-streamify": "^3.0.4", | ||
"esmangle": "^1.0.1", | ||
"join-stream": "0.0.0", | ||
"nyc": "^7.0.0", | ||
"readable-stream": "^2.1.4", | ||
"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", | ||
"unzip": "^0.1.11", | ||
"wrap-stream": "^2.0.0", | ||
"xo": "^0.16.0" | ||
}, | ||
"scripts": { | ||
"test": "_mocha --check-leaks test.js", | ||
"test-travis": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js", | ||
"coverage": "istanbul cover _mocha -- -- test.js", | ||
"lint-api": "eslint index.js", | ||
"lint-test": "eslint --env mocha test.js", | ||
"lint-script": "eslint script/build-data.js script/build-support.js", | ||
"lint-style": "jscs --reporter inline test.js index.js script/build-data.js script/build-support.js", | ||
"lint": "npm run lint-api && npm run lint-test && npm run lint-script && npm run lint-style", | ||
"make": "npm run lint && npm run coverage", | ||
"scrape": "curl --connect-timeout 15 --max-time 20 -L http://www2.imm.dtu.dk/pubdb/views/edoc_download.php/6010/zip/imm6010.zip -o data/afinn.zip || exit 0", | ||
"postscrape": "unzip -o -d data data/afinn.zip || exit 0", | ||
"prebuild": "npm run scrape", | ||
"build": "node script/build-data.js", | ||
"postbuild": "node script/build-support.js", | ||
"prepublish": "npm run build" | ||
"build-md": "remark . --quiet --frail", | ||
"build-generate": "node script/generate.js", | ||
"build-bundle": "browserify index.js --bare -s afinn111 > afinn-111.js", | ||
"build-mangle": "esmangle afinn-111.js > afinn-111.min.js", | ||
"build": "npm run build-md && 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": [ | ||
"afinn-111.js", | ||
"afinn-111.min.js" | ||
] | ||
}, | ||
"remarkConfig": { | ||
"output": true, | ||
"plugins": { | ||
"comment-config": null, | ||
"github": null, | ||
"lint": { | ||
"list-item-spacing": false | ||
}, | ||
"validate-links": null | ||
}, | ||
"settings": { | ||
"bullet": "*" | ||
} | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
48288
6
2489
1
70
16
1
1