@stdlib/datasets-cdc-nchs-us-births-1994-2003 0.0.4 → 0.0.8

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-2021 The Stdlib Authors.
1
+ Copyright (c) 2016-2022 The Stdlib Authors.
package/README.md CHANGED
@@ -20,7 +20,7 @@ limitations under the License.
20
20
 
21
21
  # US Birth Data (1994-2003)
22
22
 
23
- [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
23
+ [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
24
24
 
25
25
  > US birth data from 1994 to 2003, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.
26
26
 
@@ -157,6 +157,8 @@ npm install -g @stdlib/datasets-cdc-nchs-us-births-1994-2003
157
157
 
158
158
  </section>
159
159
 
160
+ <!-- CLI usage documentation. -->
161
+
160
162
  <section class="usage">
161
163
 
162
164
  ### Usage
@@ -216,6 +218,23 @@ The data files (databases) are licensed under an [Open Data Commons Public Domai
216
218
 
217
219
  <!-- </license> -->
218
220
 
221
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
222
+
223
+ <section class="related">
224
+
225
+ * * *
226
+
227
+ ## See Also
228
+
229
+ - <span class="package-name">[`@stdlib/datasets/cdc-nchs-us-births-1969-1988`][@stdlib/datasets/cdc-nchs-us-births-1969-1988]</span><span class="delimiter">: </span><span class="description">US birth data from 1969 to 1988, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.</span>
230
+ - <span class="package-name">[`@stdlib/datasets/ssa-us-births-2000-2014`][@stdlib/datasets/ssa-us-births-2000-2014]</span><span class="delimiter">: </span><span class="description">US birth data from 2000 to 2014, as provided by the Social Security Administration.</span>
231
+
232
+ </section>
233
+
234
+ <!-- /.related -->
235
+
236
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
237
+
219
238
 
220
239
  <section class="main-repo" >
221
240
 
@@ -235,7 +254,7 @@ For more information on the project, filing bug reports and feature requests, an
235
254
 
236
255
  ## Copyright
237
256
 
238
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
257
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
239
258
 
240
259
  </section>
241
260
 
@@ -254,9 +273,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
254
273
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/main.svg
255
274
  [coverage-url]: https://codecov.io/github/stdlib-js/datasets-cdc-nchs-us-births-1994-2003?branch=main
256
275
 
276
+ <!--
277
+
257
278
  [dependencies-image]: https://img.shields.io/david/stdlib-js/datasets-cdc-nchs-us-births-1994-2003.svg
258
279
  [dependencies-url]: https://david-dm.org/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/main
259
280
 
281
+ -->
282
+
283
+ [umd]: https://github.com/umdjs/umd
284
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
285
+
286
+ [deno-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/tree/deno
287
+ [umd-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/tree/umd
288
+ [esm-url]: https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/tree/esm
289
+
260
290
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
261
291
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
262
292
 
@@ -272,6 +302,14 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
272
302
 
273
303
  [csv]: https://tools.ietf.org/html/rfc4180
274
304
 
305
+ <!-- <related-links> -->
306
+
307
+ [@stdlib/datasets/cdc-nchs-us-births-1969-1988]: https://www.npmjs.com/package/@stdlib/datasets-cdc-nchs-us-births-1969-1988
308
+
309
+ [@stdlib/datasets/ssa-us-births-2000-2014]: https://www.npmjs.com/package/@stdlib/datasets-ssa-us-births-2000-2014
310
+
311
+ <!-- </related-links> -->
312
+
275
313
  </section>
276
314
 
277
315
  <!-- /.links -->
package/bin/cli CHANGED
@@ -26,7 +26,7 @@ var createReadStream = require( 'fs' ).createReadStream;
26
26
  var resolve = require( 'path' ).resolve;
27
27
  var readFileSync = require( '@stdlib/fs-read-file' ).sync;
28
28
  var stdout = require( '@stdlib/streams-node-stdout' );
29
- var CLI = require( '@stdlib/cli' );
29
+ var CLI = require( '@stdlib/cli-ctor' );
30
30
 
31
31
 
32
32
  // MAIN //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/datasets-cdc-nchs-us-births-1994-2003",
3
- "version": "0.0.4",
3
+ "version": "0.0.8",
4
4
  "description": "US birth data from 1994 to 2003, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -20,11 +20,11 @@
20
20
  "browser": "./lib/browser.js",
21
21
  "directories": {
22
22
  "benchmark": "./benchmark",
23
- "bin": "./bin",
24
23
  "data": "./data",
25
24
  "doc": "./docs",
26
25
  "example": "./examples",
27
26
  "lib": "./lib",
27
+ "scripts": "./scripts",
28
28
  "test": "./test"
29
29
  },
30
30
  "types": "./docs/types",
@@ -43,7 +43,7 @@
43
43
  "url": "https://github.com/stdlib-js/stdlib/issues"
44
44
  },
45
45
  "dependencies": {
46
- "@stdlib/cli": "^0.0.x",
46
+ "@stdlib/cli-ctor": "^0.0.x",
47
47
  "@stdlib/fs-read-file": "^0.0.x",
48
48
  "@stdlib/fs-read-json": "^0.0.x",
49
49
  "@stdlib/streams-node-stdout": "^0.0.x",
package/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- # CHANGELOG
2
-
3
- > Package changelog.
4
-
5
- See [GitHub Releases](https://github.com/stdlib-js/datasets-cdc-nchs-us-births-1994-2003/releases) for the changelog.