@stdlib/datasets-afinn-96 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +6 -3
- package/SECURITY.md +5 -0
- package/package.json +3 -3
- package/CITATION.cff +0 -30
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2024 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -185,7 +185,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
185
185
|
|
|
186
186
|
## Copyright
|
|
187
187
|
|
|
188
|
-
Copyright © 2016-
|
|
188
|
+
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
189
189
|
|
|
190
190
|
</section>
|
|
191
191
|
|
|
@@ -200,8 +200,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
200
200
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-afinn-96.svg
|
|
201
201
|
[npm-url]: https://npmjs.org/package/@stdlib/datasets-afinn-96
|
|
202
202
|
|
|
203
|
-
[test-image]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml/badge.svg?branch=v0.
|
|
204
|
-
[test-url]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml?query=branch:v0.
|
|
203
|
+
[test-image]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml/badge.svg?branch=v0.2.0
|
|
204
|
+
[test-url]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml?query=branch:v0.2.0
|
|
205
205
|
|
|
206
206
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-afinn-96/main.svg
|
|
207
207
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-afinn-96?branch=main
|
|
@@ -228,8 +228,11 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
228
228
|
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
229
229
|
|
|
230
230
|
[deno-url]: https://github.com/stdlib-js/datasets-afinn-96/tree/deno
|
|
231
|
+
[deno-readme]: https://github.com/stdlib-js/datasets-afinn-96/blob/deno/README.md
|
|
231
232
|
[umd-url]: https://github.com/stdlib-js/datasets-afinn-96/tree/umd
|
|
233
|
+
[umd-readme]: https://github.com/stdlib-js/datasets-afinn-96/blob/umd/README.md
|
|
232
234
|
[esm-url]: https://github.com/stdlib-js/datasets-afinn-96/tree/esm
|
|
235
|
+
[esm-readme]: https://github.com/stdlib-js/datasets-afinn-96/blob/esm/README.md
|
|
233
236
|
[branches-url]: https://github.com/stdlib-js/datasets-afinn-96/blob/main/branches.md
|
|
234
237
|
|
|
235
238
|
[afinn]: http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6010
|
package/SECURITY.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/datasets-afinn-96",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "A list of English words rated for valence.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@stdlib/fs-read-json": "^0.
|
|
43
|
-
"@stdlib/utils-copy": "^0.
|
|
42
|
+
"@stdlib/fs-read-json": "^0.2.0",
|
|
43
|
+
"@stdlib/utils-copy": "^0.2.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"proxyquire": "^2.0.0",
|
package/CITATION.cff
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
cff-version: 1.2.0
|
|
2
|
-
title: stdlib
|
|
3
|
-
message: >-
|
|
4
|
-
If you use this software, please cite it using the
|
|
5
|
-
metadata from this file.
|
|
6
|
-
|
|
7
|
-
type: software
|
|
8
|
-
|
|
9
|
-
authors:
|
|
10
|
-
- name: The Stdlib Authors
|
|
11
|
-
url: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
12
|
-
|
|
13
|
-
repository-code: https://github.com/stdlib-js/stdlib
|
|
14
|
-
url: https://stdlib.io
|
|
15
|
-
|
|
16
|
-
abstract: |
|
|
17
|
-
Standard library for JavaScript and Node.js.
|
|
18
|
-
|
|
19
|
-
keywords:
|
|
20
|
-
- JavaScript
|
|
21
|
-
- Node.js
|
|
22
|
-
- TypeScript
|
|
23
|
-
- standard library
|
|
24
|
-
- scientific computing
|
|
25
|
-
- numerical computing
|
|
26
|
-
- statistical computing
|
|
27
|
-
|
|
28
|
-
license: Apache-2.0 AND BSL-1.0
|
|
29
|
-
|
|
30
|
-
date-released: 2016
|