@stdlib/datasets-emoji-picto-code 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
  # Emoji Pictographs and Codes
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
  > Map emoji pictographs to codes.
26
26
 
@@ -119,6 +119,8 @@ npm install -g @stdlib/datasets-emoji-picto-code
119
119
 
120
120
  </section>
121
121
 
122
+ <!-- CLI usage documentation. -->
123
+
122
124
  <section class="usage">
123
125
 
124
126
  ### Usage
@@ -172,6 +174,23 @@ The data files (databases) are licensed under an [Open Data Commons Public Domai
172
174
 
173
175
  <!-- </license> -->
174
176
 
177
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
178
+
179
+ <section class="related">
180
+
181
+ * * *
182
+
183
+ ## See Also
184
+
185
+ - <span class="package-name">[`@stdlib/datasets/emoji`][@stdlib/datasets/emoji]</span><span class="delimiter">: </span><span class="description">emoji.</span>
186
+ - <span class="package-name">[`@stdlib/datasets/emoji-code-picto`][@stdlib/datasets/emoji-code-picto]</span><span class="delimiter">: </span><span class="description">emoji codes and pictographs.</span>
187
+
188
+ </section>
189
+
190
+ <!-- /.related -->
191
+
192
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
193
+
175
194
 
176
195
  <section class="main-repo" >
177
196
 
@@ -191,7 +210,7 @@ For more information on the project, filing bug reports and feature requests, an
191
210
 
192
211
  ## Copyright
193
212
 
194
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
213
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
195
214
 
196
215
  </section>
197
216
 
@@ -210,9 +229,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
210
229
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-emoji-picto-code/main.svg
211
230
  [coverage-url]: https://codecov.io/github/stdlib-js/datasets-emoji-picto-code?branch=main
212
231
 
232
+ <!--
233
+
213
234
  [dependencies-image]: https://img.shields.io/david/stdlib-js/datasets-emoji-picto-code.svg
214
235
  [dependencies-url]: https://david-dm.org/stdlib-js/datasets-emoji-picto-code/main
215
236
 
237
+ -->
238
+
239
+ [umd]: https://github.com/umdjs/umd
240
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
241
+
242
+ [deno-url]: https://github.com/stdlib-js/datasets-emoji-picto-code/tree/deno
243
+ [umd-url]: https://github.com/stdlib-js/datasets-emoji-picto-code/tree/umd
244
+ [esm-url]: https://github.com/stdlib-js/datasets-emoji-picto-code/tree/esm
245
+
216
246
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
217
247
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
218
248
 
@@ -228,6 +258,14 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
228
258
 
229
259
  [csv]: https://tools.ietf.org/html/rfc4180
230
260
 
261
+ <!-- <related-links> -->
262
+
263
+ [@stdlib/datasets/emoji]: https://www.npmjs.com/package/@stdlib/datasets-emoji
264
+
265
+ [@stdlib/datasets/emoji-code-picto]: https://www.npmjs.com/package/@stdlib/datasets-emoji-code-picto
266
+
267
+ <!-- </related-links> -->
268
+
231
269
  </section>
232
270
 
233
271
  <!-- /.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-emoji-picto-code",
3
- "version": "0.0.4",
3
+ "version": "0.0.8",
4
4
  "description": "Emoji pictographs and codes.",
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-emoji-picto-code/releases) for the changelog.