@stdlib/datasets-afinn-96 0.1.0 → 0.2.1

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 CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2023 The Stdlib Authors.
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-2023. The Stdlib [Authors][stdlib-authors].
188
+ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
189
189
 
190
190
  </section>
191
191
 
@@ -200,8 +200,8 @@ Copyright &copy; 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.1.0
204
- [test-url]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml?query=branch:v0.1.0
203
+ [test-image]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml/badge.svg?branch=v0.2.1
204
+ [test-url]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml?query=branch:v0.2.1
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 &copy; 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
@@ -0,0 +1,5 @@
1
+ # Security
2
+
3
+ > Policy for reporting security vulnerabilities.
4
+
5
+ See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/datasets-afinn-96",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "A list of English words rated for valence.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -16,20 +16,13 @@
16
16
  "main": "./lib",
17
17
  "browser": "./lib/browser.js",
18
18
  "directories": {
19
- "benchmark": "./benchmark",
20
19
  "data": "./data",
21
20
  "doc": "./docs",
22
- "example": "./examples",
23
21
  "lib": "./lib",
24
- "test": "./test"
22
+ "dist": "./dist"
25
23
  },
26
24
  "types": "./docs/types",
27
- "scripts": {
28
- "test": "make test",
29
- "test-cov": "make test-cov",
30
- "examples": "make examples",
31
- "benchmark": "make benchmark"
32
- },
25
+ "scripts": {},
33
26
  "homepage": "https://stdlib.io",
34
27
  "repository": {
35
28
  "type": "git",
@@ -39,15 +32,10 @@
39
32
  "url": "https://github.com/stdlib-js/stdlib/issues"
40
33
  },
41
34
  "dependencies": {
42
- "@stdlib/fs-read-json": "^0.1.0",
43
- "@stdlib/utils-copy": "^0.1.0"
44
- },
45
- "devDependencies": {
46
- "proxyquire": "^2.0.0",
47
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
48
- "istanbul": "^0.4.1",
49
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
35
+ "@stdlib/fs-read-json": "^0.2.1",
36
+ "@stdlib/utils-copy": "^0.2.1"
50
37
  },
38
+ "devDependencies": {},
51
39
  "engines": {
52
40
  "node": ">=0.10.0",
53
41
  "npm": ">2.7.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