@stdlib/datasets-fivethirtyeight-ffq 0.2.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/README.md +2 -2
- package/package.json +6 -18
package/README.md
CHANGED
|
@@ -191,8 +191,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
191
191
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-fivethirtyeight-ffq.svg
|
|
192
192
|
[npm-url]: https://npmjs.org/package/@stdlib/datasets-fivethirtyeight-ffq
|
|
193
193
|
|
|
194
|
-
[test-image]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
195
|
-
[test-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/actions/workflows/test.yml?query=branch:v0.2.
|
|
194
|
+
[test-image]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/actions/workflows/test.yml/badge.svg?branch=v0.2.1
|
|
195
|
+
[test-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/actions/workflows/test.yml?query=branch:v0.2.1
|
|
196
196
|
|
|
197
197
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-fivethirtyeight-ffq/main.svg
|
|
198
198
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-fivethirtyeight-ffq?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/datasets-fivethirtyeight-ffq",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "FiveThirtyEight reader responses to a food frequency questionnaire (FFQ).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -16,21 +16,14 @@
|
|
|
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
22
|
"scripts": "./scripts",
|
|
25
|
-
"
|
|
23
|
+
"dist": "./dist"
|
|
26
24
|
},
|
|
27
25
|
"types": "./docs/types",
|
|
28
|
-
"scripts": {
|
|
29
|
-
"test": "make test",
|
|
30
|
-
"test-cov": "make test-cov",
|
|
31
|
-
"examples": "make examples",
|
|
32
|
-
"benchmark": "make benchmark"
|
|
33
|
-
},
|
|
26
|
+
"scripts": {},
|
|
34
27
|
"homepage": "https://stdlib.io",
|
|
35
28
|
"repository": {
|
|
36
29
|
"type": "git",
|
|
@@ -40,15 +33,10 @@
|
|
|
40
33
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
41
34
|
},
|
|
42
35
|
"dependencies": {
|
|
43
|
-
"@stdlib/fs-read-json": "^0.2.
|
|
44
|
-
"@stdlib/utils-copy": "^0.2.
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"proxyquire": "^2.0.0",
|
|
48
|
-
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
49
|
-
"istanbul": "^0.4.1",
|
|
50
|
-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
36
|
+
"@stdlib/fs-read-json": "^0.2.1",
|
|
37
|
+
"@stdlib/utils-copy": "^0.2.1"
|
|
51
38
|
},
|
|
39
|
+
"devDependencies": {},
|
|
52
40
|
"engines": {
|
|
53
41
|
"node": ">=0.10.0",
|
|
54
42
|
"npm": ">2.7.0"
|